aboutsummaryrefslogtreecommitdiffstats
path: root/ssh-fetch.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-1/+1
2006-08-15remove unnecessary initializationsDavid Rientjes1-4/+4
2006-08-05commit walkers: setup_ident() to record correct committer in ref-log.Ramsay Jones1-0/+1
2006-07-27Make pull() support fetching multiple targets at oncePetr Baudis1-1/+1
2006-07-27Make pull() take some implicit data as explicit argumentsPetr Baudis1-2/+2
2006-07-27Remove -d from *-fetch usage stringsPetr Baudis1-1/+1
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin1-2/+2
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-1/+1
2006-05-19Log ref updates made by fetch.Shawn Pearce1-0/+2
2005-11-28Make networking commands to work from a subdirectory.Junio C Hamano1-0/+2
2005-10-03[PATCH] Limit the number of requests outstanding in ssh-fetch.Daniel Barkalow1-1/+27
2005-09-27[PATCH] Implement --recover for git-*-fetchDaniel Barkalow1-0/+2
2005-09-15Be more backward compatible with git-ssh-{push,pull}.Junio C Hamano1-1/+14
2005-09-07Big tool rename.Junio C Hamano1-0/+129