summaryrefslogtreecommitdiff
path: root/ssh-fetch.c
AgeCommit message (Expand)Author
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-05commit walkers: setup_ident() to record correct committer in ref-log.Ramsay Jones
2006-07-28Make pull() support fetching multiple targets at oncePetr Baudis
2006-07-28Make pull() take some implicit data as explicit argumentsPetr Baudis
2006-07-27Remove -d from *-fetch usage stringsPetr Baudis
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-05-19Log ref updates made by fetch.Shawn Pearce
2005-11-29Make networking commands to work from a subdirectory.Junio C Hamano
2005-10-04[PATCH] Limit the number of requests outstanding in ssh-fetch.Daniel Barkalow
2005-09-27[PATCH] Implement --recover for git-*-fetchDaniel Barkalow
2005-09-15Be more backward compatible with git-ssh-{push,pull}.Junio C Hamano
2005-09-08Big tool rename.Junio C Hamano