summaryrefslogtreecommitdiff
path: root/send-pack.c
Commit message (Expand)AuthorAgeFilesLines
* pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-4/+3
* pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-5/+1
* pkt-line: drop safe_write functionJeff King2013-02-201-1/+1
* send-pack: prefer prefixcmp over memcmp in receive_statusJeff King2013-02-201-5/+4
* push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano2013-01-241-0/+2
* push: require force for refs under refs/tags/Chris Rorvick2012-12-021-0/+1
* send-pack: move core code to libgit.aNguyễn Thái Ngọc Duy2012-10-291-0/+344
* Build-in send-pack, with an API for other programs to call.Daniel Barkalow2007-11-021-461/+0
* Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-021-4/+4
* Merge branch 'js/forkexec'Junio C Hamano2007-11-011-5/+3
|\
| * Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt2007-10-211-5/+3
* | Merge branch 'jk/send-pack' into HEADJunio C Hamano2007-10-301-16/+34
|\ \
| * | send-pack: don't update tracking refs on errorJeff King2007-10-181-16/+34
* | | Merge branch 'db/fetch-pack'Junio C Hamano2007-10-241-1/+1
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-12/+19
| |\
| * | Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce2007-09-191-1/+1
* | | Merge branch 'maint'Shawn O. Pearce2007-10-161-1/+2
|\ \ \ | |_|/ |/| |
| * | helpful error message when send-pack finds no refs in common.Andrew Clausen2007-10-161-1/+2
* | | Add a --dry-run option to git-send-pack.Brian Ewins2007-10-151-12/+19
| |/ |/|
* | Function for updating refs.Carlos Rica2007-09-051-9/+3
|/
* Add for_each_remote() function, and extend remote_find_tracking()Johannes Schindelin2007-07-111-2/+2
* Move refspec pattern matching to match_refs().Daniel Barkalow2007-05-261-0/+1
* Update local tracking refs when pushingDaniel Barkalow2007-05-201-9/+46
* Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow2007-05-201-0/+1
* connect: display connection progressMichael S. Tsirkin2007-05-161-1/+1
* Use run_command within send-packShawn O. Pearce2007-03-121-56/+30
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-2/+2
* Add a missing fork() error check.Johannes Sixt2007-01-301-0/+2
* rename --exec to --receive-pack for push and send-packUwe Kleine-König2007-01-191-4/+8
* Update documentation of fetch-pack, push and send-packUwe Kleine-König2007-01-191-2/+2
* short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft2007-01-081-2/+2
* send pack check for failure to send revisions listAndy Whitcroft2007-01-021-2/+6
* send-pack: tell pack-objects to use its internal rev-list.Junio C Hamano2006-12-311-97/+42
* send-pack.c: use is_null_sha1()Junio C Hamano2006-12-311-12/+1
* send-pack: fix pipeline.Junio C Hamano2006-12-291-5/+2
* send-pack: tighten checks for remote namesJunio C Hamano2006-12-131-0/+21
* Allow git push to delete remote ref.Junio C Hamano2006-11-241-11/+30
* make git-push a bit more verboseNicolas Pitre2006-11-011-0/+1
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-2/+2
* Merge branch 'aw/send-pack'Junio C Hamano2006-09-131-35/+70
|\
| * send-pack: switch to using git-rev-list --stdinAndy Whitcroft2006-09-071-35/+70
* | Test return value of finish_connect()Franck Bui-Huu2006-09-131-2/+2
|/
* Use xmalloc instead of mallocJonas Fonseca2006-08-311-2/+2
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-2/+2
* 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
* Make pack_objects void.David Rientjes2006-08-141-2/+1
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-2/+2
* Improve git-peek-remoteLinus Torvalds2006-07-041-1/+1