Age | Commit message (Expand) | Author | Files | Lines |
2013-07-22 | push --force-with-lease: tie it all together | Junio C Hamano | 1 | -0/+1 |
2013-07-08 | cache.h: move remote/connect API out of it | Junio C Hamano | 1 | -0/+1 |
2013-02-20 | pkt-line: provide a LARGE_PACKET_MAX static buffer | Jeff King | 1 | -4/+3 |
2013-02-20 | pkt-line: teach packet_read_line to chomp newlines | Jeff King | 1 | -5/+1 |
2013-02-20 | pkt-line: drop safe_write function | Jeff King | 1 | -1/+1 |
2013-02-20 | send-pack: prefer prefixcmp over memcmp in receive_status | Jeff King | 1 | -5/+4 |
2013-01-24 | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE | Junio C Hamano | 1 | -0/+2 |
2012-12-02 | push: require force for refs under refs/tags/ | Chris Rorvick | 1 | -0/+1 |
2012-10-29 | send-pack: move core code to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -0/+344 |
2007-11-02 | Build-in send-pack, with an API for other programs to call. | Daniel Barkalow | 1 | -461/+0 |
2007-11-02 | Miscellaneous const changes and utilities | Daniel Barkalow | 1 | -4/+4 |
2007-11-01 | Merge branch 'js/forkexec' | Junio C Hamano | 1 | -5/+3 |
2007-10-30 | Merge branch 'jk/send-pack' into HEAD | Junio C Hamano | 1 | -16/+34 |
2007-10-24 | Merge branch 'db/fetch-pack' | Junio C Hamano | 1 | -1/+1 |
2007-10-21 | Change git_connect() to return a struct child_process instead of a pid_t. | Johannes Sixt | 1 | -5/+3 |
2007-10-18 | send-pack: don't update tracking refs on error | Jeff King | 1 | -16/+34 |
2007-10-16 | Merge branch 'maint' | Shawn O. Pearce | 1 | -1/+2 |
2007-10-16 | helpful error message when send-pack finds no refs in common. | Andrew Clausen | 1 | -1/+2 |
2007-10-16 | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 1 | -12/+19 |
2007-10-15 | Add a --dry-run option to git-send-pack. | Brian Ewins | 1 | -12/+19 |
2007-09-19 | Rename remote.uri to remote.url within remote handling internals | Shawn O. Pearce | 1 | -1/+1 |
2007-09-05 | Function for updating refs. | Carlos Rica | 1 | -9/+3 |
2007-07-11 | Add for_each_remote() function, and extend remote_find_tracking() | Johannes Schindelin | 1 | -2/+2 |
2007-05-26 | Move refspec pattern matching to match_refs(). | Daniel Barkalow | 1 | -0/+1 |
2007-05-20 | Update local tracking refs when pushing | Daniel Barkalow | 1 | -9/+46 |
2007-05-20 | Move refspec parser from connect.c and cache.h to remote.{c,h} | Daniel Barkalow | 1 | -0/+1 |
2007-05-16 | connect: display connection progress | Michael S. Tsirkin | 1 | -1/+1 |
2007-03-12 | Use run_command within send-pack | Shawn O. Pearce | 1 | -56/+30 |
2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -2/+2 |
2007-01-30 | Add a missing fork() error check. | Johannes Sixt | 1 | -0/+2 |
2007-01-19 | rename --exec to --receive-pack for push and send-pack | Uwe Kleine-König | 1 | -4/+8 |
2007-01-19 | Update documentation of fetch-pack, push and send-pack | Uwe Kleine-König | 1 | -2/+2 |
2007-01-08 | short i/o: clean up the naming for the write_{in,or}_xxx family | Andy Whitcroft | 1 | -2/+2 |
2007-01-02 | send pack check for failure to send revisions list | Andy Whitcroft | 1 | -2/+6 |
2006-12-31 | send-pack: tell pack-objects to use its internal rev-list. | Junio C Hamano | 1 | -97/+42 |
2006-12-31 | send-pack.c: use is_null_sha1() | Junio C Hamano | 1 | -12/+1 |
2006-12-29 | send-pack: fix pipeline. | Junio C Hamano | 1 | -5/+2 |
2006-12-13 | send-pack: tighten checks for remote names | Junio C Hamano | 1 | -0/+21 |
2006-11-24 | Allow git push to delete remote ref. | Junio C Hamano | 1 | -11/+30 |
2006-11-01 | make git-push a bit more verbose | Nicolas Pitre | 1 | -0/+1 |
2006-09-20 | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 1 | -1/+1 |
2006-09-20 | Add callback data to for_each_ref() family. | Junio C Hamano | 1 | -2/+2 |
2006-09-13 | Merge branch 'aw/send-pack' | Junio C Hamano | 1 | -35/+70 |
2006-09-13 | Test return value of finish_connect() | Franck Bui-Huu | 1 | -2/+2 |
2006-09-07 | send-pack: switch to using git-rev-list --stdin | Andy Whitcroft | 1 | -35/+70 |
2006-08-31 | Use xmalloc instead of malloc | Jonas Fonseca | 1 | -2/+2 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -2/+2 |
2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -1/+1 |
2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -4/+4 |
2006-08-14 | Make pack_objects void. | David Rientjes | 1 | -2/+1 |