| Commit message (Expand) | Author | Age |
* | errors: "strict subset" -> "ancestor" | J. Bruce Fields | 2007-11-03 |
* | Merge branch 'js/forkexec' | Junio C Hamano | 2007-11-01 |
|\ |
|
| * | Change git_connect() to return a struct child_process instead of a pid_t. | Johannes Sixt | 2007-10-21 |
* | | Merge branch 'jk/send-pack' into HEAD | Junio C Hamano | 2007-10-30 |
|\ \ |
|
| * | | send-pack: don't update tracking refs on error | Jeff King | 2007-10-18 |
* | | | Merge branch 'db/fetch-pack' | Junio C Hamano | 2007-10-24 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 2007-10-16 |
| |\ |
|
| * | | Rename remote.uri to remote.url within remote handling internals | Shawn O. Pearce | 2007-09-19 |
* | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-16 |
|\ \ \
| |_|/
|/| | |
|
| * | | helpful error message when send-pack finds no refs in common. | Andrew Clausen | 2007-10-16 |
* | | | Add a --dry-run option to git-send-pack. | Brian Ewins | 2007-10-15 |
| |/
|/| |
|
* | | Function for updating refs. | Carlos Rica | 2007-09-05 |
|/ |
|
* | Add for_each_remote() function, and extend remote_find_tracking() | Johannes Schindelin | 2007-07-11 |
* | Move refspec pattern matching to match_refs(). | Daniel Barkalow | 2007-05-26 |
* | Update local tracking refs when pushing | Daniel Barkalow | 2007-05-20 |
* | Move refspec parser from connect.c and cache.h to remote.{c,h} | Daniel Barkalow | 2007-05-20 |
* | connect: display connection progress | Michael S. Tsirkin | 2007-05-16 |
* | Use run_command within send-pack | Shawn O. Pearce | 2007-03-12 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 |
* | Add a missing fork() error check. | Johannes Sixt | 2007-01-30 |
* | rename --exec to --receive-pack for push and send-pack | Uwe Kleine-König | 2007-01-19 |
* | Update documentation of fetch-pack, push and send-pack | Uwe Kleine-König | 2007-01-19 |
* | short i/o: clean up the naming for the write_{in,or}_xxx family | Andy Whitcroft | 2007-01-08 |
* | send pack check for failure to send revisions list | Andy Whitcroft | 2007-01-02 |
* | send-pack: tell pack-objects to use its internal rev-list. | Junio C Hamano | 2006-12-31 |
* | send-pack.c: use is_null_sha1() | Junio C Hamano | 2006-12-31 |
* | send-pack: fix pipeline. | Junio C Hamano | 2006-12-29 |
* | send-pack: tighten checks for remote names | Junio C Hamano | 2006-12-13 |
* | Allow git push to delete remote ref. | Junio C Hamano | 2006-11-24 |
* | make git-push a bit more verbose | Nicolas Pitre | 2006-11-01 |
* | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 2006-09-20 |
* | Add callback data to for_each_ref() family. | Junio C Hamano | 2006-09-20 |
* | Merge branch 'aw/send-pack' | Junio C Hamano | 2006-09-13 |
|\ |
|
| * | send-pack: switch to using git-rev-list --stdin | Andy Whitcroft | 2006-09-07 |
* | | Test return value of finish_connect() | Franck Bui-Huu | 2006-09-13 |
|/ |
|
* | Use xmalloc instead of malloc | Jonas Fonseca | 2006-08-31 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 |
* | Make pack_objects void. | David Rientjes | 2006-08-14 |
* | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 |
* | Improve git-peek-remote | Linus Torvalds | 2006-07-04 |
* | Shrink "struct object" a bit | Linus Torvalds | 2006-06-17 |
* | sha1_name: warning ambiguous refs. | Junio C Hamano | 2006-03-23 |
* | Const tightening. | Junio C Hamano | 2006-03-05 |
*-. | Merge branches 'jc/rev-list' and 'jc/pack-thin' | Junio C Hamano | 2006-02-24 |
|\ \ |
|
| | * | send-pack --thin: use "thin pack" delta transfer. | Junio C Hamano | 2006-02-19 |
| |/ |
|
* | | send-pack: do not give up when remote has insanely large number of refs. | Junio C Hamano | 2006-02-22 |
|/ |
|
* | Exec git programs without using PATH. | Michal Ostrowski | 2006-01-13 |
* | send-pack/receive-pack: allow errors to be reported back to pusher. | Junio C Hamano | 2005-12-27 |