summaryrefslogtreecommitdiff
path: root/ssh-fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-281-1/+0
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-081-22/+11
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-4/+7
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-1/+1
* remove unnecessary initializationsDavid Rientjes2006-08-151-4/+4
* commit walkers: setup_ident() to record correct committer in ref-log.Ramsay Jones2006-08-051-0/+1
* Make pull() support fetching multiple targets at oncePetr Baudis2006-07-271-1/+1
* Make pull() take some implicit data as explicit argumentsPetr Baudis2006-07-271-2/+2
* Remove -d from *-fetch usage stringsPetr Baudis2006-07-271-1/+1
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-101-2/+2
* Remove all void-pointer arithmetic.Florian Forster2006-06-201-1/+1
* Log ref updates made by fetch.Shawn Pearce2006-05-191-0/+2
* Make networking commands to work from a subdirectory.Junio C Hamano2005-11-281-0/+2
* [PATCH] Limit the number of requests outstanding in ssh-fetch.Daniel Barkalow2005-10-031-1/+27
* [PATCH] Implement --recover for git-*-fetchDaniel Barkalow2005-09-271-0/+2
* Be more backward compatible with git-ssh-{push,pull}.Junio C Hamano2005-09-151-1/+14
* Big tool rename.Junio C Hamano2005-09-071-0/+129