summaryrefslogtreecommitdiffstats
path: root/send-pack.c
AgeCommit message (Expand)AuthorLines
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano-4/+23
2014-01-06send-pack.c: mark a file-local function staticRamsay Jones-1/+1
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano-2/+2
2013-12-10send-pack: support pushing from a shallow clone via httpNguyễn Thái Ngọc Duy-2/+17
2013-12-10receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy-0/+3
2013-12-10remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy-3/+4
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-2/+2
2013-11-25send-pack: don't send a thin pack to a server which doesn't support itCarlos Martín Nieto-0/+2
2013-10-30Merge branch 'jl/pack-transfer-avoid-double-close'Junio C Hamano-0/+4
2013-10-23Clear fd after closing to avoid double-close errorJens Lindstrom-0/+4
2013-07-22push --force-with-lease: tie it all togetherJunio C Hamano-0/+1
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano-0/+1
2013-02-20pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King-4/+3
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King-5/+1
2013-02-20pkt-line: drop safe_write functionJeff King-1/+1
2013-02-20send-pack: prefer prefixcmp over memcmp in receive_statusJeff King-5/+4
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