| Re: [hatari-devel] SCSI Driver improvements patch | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
Le 04/12/2024 à 10:38, Uwe Seimet a écrit :
Hi,
hi
The Hatari git is often very slow. "git pull" often takes several minutes
or just hangs.
not for me.
just did :
git pull
Depuis https://git.tuxfamily.org/hatari/hatari
   e2b79771..2428541e  master     -> origin/master
Mise à jour e2b79771..2428541e
Fast-forward
 doc/emutos.txt               |   4 +++-
 doc/images/keyboard.png      | Bin 7566 -> 8265 bytes
 doc/manual.html              |  10 +++++-----
 doc/release-notes.txt        |   1 +
 src/change.c                 |   6 +++++-
 src/configuration.c          |   6 ++++++
 src/gui-sdl/dlgKeyboard.c    |  20 ++++++++++----------
 src/includes/configuration.h |   2 +-
 src/keymap.c                 |  32 +++++++++++++++++---------------
 src/options.c                |   7 ++++---
 10 files changed, 52 insertions(+), 36 deletions(-)
and it tooks approx 1 sec.
maybe you're pulling the whole tree to a clean dir instead of pulling 
just the delta to an existing copy of the repo ?