summaryrefslogtreecommitdiffstats
path: root/send-pack.c
AgeCommit message (Expand)AuthorLines
2013-01-24push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano-0/+2
2012-12-02push: require force for refs under refs/tags/Chris Rorvick-0/+1
2012-10-29send-pack: move core code to libgit.aNguyễn Thái Ngọc Duy-0/+344
2007-11-02Build-in send-pack, with an API for other programs to call.Daniel Barkalow-461/+0
2007-11-02Miscellaneous const changes and utilitiesDaniel Barkalow-4/+4
2007-11-01Merge branch 'js/forkexec'Junio C Hamano-5/+3
2007-10-30Merge branch 'jk/send-pack' into HEADJunio C Hamano-16/+34
2007-10-24Merge branch 'db/fetch-pack'Junio C Hamano-1/+1
2007-10-21Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt-5/+3
2007-10-18send-pack: don't update tracking refs on errorJeff King-16/+34
2007-10-16Merge branch 'maint'Shawn O. Pearce-1/+2
2007-10-16helpful error message when send-pack finds no refs in common.Andrew Clausen-1/+2
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce-12/+19
2007-10-15Add a --dry-run option to git-send-pack.Brian Ewins-12/+19
2007-09-19Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce-1/+1
2007-09-05Function for updating refs.Carlos Rica-9/+3
2007-07-11Add for_each_remote() function, and extend remote_find_tracking()Johannes Schindelin-2/+2
2007-05-26Move refspec pattern matching to match_refs().Daniel Barkalow-0/+1
2007-05-20Update local tracking refs when pushingDaniel Barkalow-9/+46
2007-05-20Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow-0/+1
2007-05-16connect: display connection progressMichael S. Tsirkin-1/+1
2007-03-12Use run_command within send-packShawn O. Pearce-56/+30
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano-2/+2
2007-01-30Add a missing fork() error check.Johannes Sixt-0/+2
2007-01-19rename --exec to --receive-pack for push and send-packUwe Kleine-König-4/+8
2007-01-19Update documentation of fetch-pack, push and send-packUwe Kleine-König-2/+2
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft-2/+2
2007-01-02send pack check for failure to send revisions listAndy Whitcroft-2/+6
2006-12-31send-pack: tell pack-objects to use its internal rev-list.Junio C Hamano-97/+42
2006-12-31send-pack.c: use is_null_sha1()Junio C Hamano-12/+1
2006-12-29send-pack: fix pipeline.Junio C Hamano-5/+2
2006-12-13send-pack: tighten checks for remote namesJunio C Hamano-0/+21
2006-11-24Allow git push to delete remote ref.Junio C Hamano-11/+30
2006-11-01make git-push a bit more verboseNicolas Pitre-0/+1
2006-09-20Tell between packed, unpacked and symbolic refs.Junio C Hamano-1/+1
2006-09-20Add callback data to for_each_ref() family.Junio C Hamano-2/+2
2006-09-13Merge branch 'aw/send-pack'Junio C Hamano-35/+70
2006-09-13Test return value of finish_connect()Franck Bui-Huu-2/+2
2006-09-07send-pack: switch to using git-rev-list --stdinAndy Whitcroft-35/+70
2006-08-31Use xmalloc instead of mallocJonas Fonseca-2/+2
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce-2/+2
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes-1/+1
2006-08-15remove unnecessary initializationsDavid Rientjes-4/+4
2006-08-14Make pack_objects void.David Rientjes-2/+1
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds-2/+2
2006-07-04Improve git-peek-remoteLinus Torvalds-1/+1
2006-06-17Shrink "struct object" a bitLinus Torvalds-2/+2
2006-03-23sha1_name: warning ambiguous refs.Junio C Hamano-0/+2
2006-03-05Const tightening.Junio C Hamano-2/+2
2006-02-24Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano-1/+9