summaryrefslogtreecommitdiff
path: root/builtin-upload-archive.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tc/format-attribute'Junio C Hamano2009-11-221-0/+1
|\
| * Check the format of more printf-type functionsTarmigan Casebolt2009-11-151-0/+1
* | Merge branch 'np/maint-sideband-favor-status'Junio C Hamano2009-11-171-8/+6
|\ \ | |/ |/|
| * give priority to progress messagesNicolas Pitre2009-11-131-8/+6
* | Merge branch 'pb/maint-1.6.2-userdiff-fix'Junio C Hamano2009-06-201-5/+7
|\ \ | |/
| * upload-archive: fix infinite loop on CygwinRené Scharfe2009-06-181-5/+7
* | improve missing repository error messageJeff King2009-03-041-1/+1
|/
* archive: define MAX_ARGS where it's neededRene Scharfe2008-07-251-1/+2
* archive: add write_archive()Rene Scharfe2008-07-251-9/+1
* Merge branch 'sb/dashless'Junio C Hamano2008-07-161-3/+3
|\
| * Make usage strings dash-lessStephan Beyer2008-07-131-3/+3
* | archive: remove args member from struct archiverRené Scharfe2008-07-151-5/+6
|/
* avoid off-by-one error in run_upload_archiveJochen Voss2008-06-281-1/+1
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-1/+1
* simplify inclusion of system header files.Junio C Hamano2006-12-201-3/+0
* builtin-upload-archive.c broken on openbsdRandal L. Schwartz2006-09-241-2/+2
* upload-archive: monitor child communication even more carefully.Franck Bui-Huu2006-09-171-1/+2
* upload-archive: monitor child communication more carefully.Junio C Hamano2006-09-121-22/+38
* Add sideband status report to git-archive protocolJunio C Hamano2006-09-101-3/+89
* Add git-upload-archiveFranck Bui-Huu2006-09-091-0/+72