| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'maint' | Junio C Hamano | 2009-11-23 | 1 | -1/+1 |
|\ |
|
| * | pack-objects: split implications of --all-progress from progress activation | Nicolas Pitre | 2009-11-23 | 1 | -1/+1 |
* | | Merge branch 'sp/smart-http' | Junio C Hamano | 2009-11-20 | 1 | -6/+110 |
|\ \ |
|
| * | | Smart push over HTTP: client side | Shawn O. Pearce | 2009-11-04 | 1 | -6/+110 |
| |/ |
|
* | | Use 'fast-forward' all over the place | Felipe Contreras | 2009-10-24 | 1 | -1/+1 |
|/ |
|
* | transport: pass "quiet" flag to pack-objects | Jeff King | 2009-08-05 | 1 | -0/+3 |
* | Merge branch 'tr/die_errno' | Junio C Hamano | 2009-07-06 | 1 | -1/+1 |
|\ |
|
| * | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 | 1 | -1/+1 |
* | | Merge branch 'cb/match_refs_internal_tail' | Junio C Hamano | 2009-06-13 | 1 | -7/+2 |
|\ \
| |/
|/| |
|
| * | match_refs: search ref list tail internally | Clemens Buchacher | 2009-06-01 | 1 | -7/+2 |
* | | Merge branch 'fc/decorate-tag' | Junio C Hamano | 2009-05-23 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Change prettify_ref to prettify_refname | Felipe Contreras | 2009-05-13 | 1 | -2/+2 |
* | | allow OFS_DELTA objects during a push | Nicolas Pitre | 2009-05-01 | 1 | -1/+7 |
|/ |
|
* | builtin-send-pack.c: avoid empty structure initialization | Brandon Casey | 2009-03-26 | 1 | -2/+1 |
* | Move push matching and reporting logic into transport.c | Daniel Barkalow | 2009-03-09 | 1 | -69/+74 |
* | Use a common function to get the pretty name of refs | Daniel Barkalow | 2009-03-09 | 1 | -10/+0 |
* | move duplicated ref_newer() to remote.c | Jay Soffian | 2009-02-26 | 1 | -50/+0 |
* | move duplicated get_local_heads() to remote.c | Jay Soffian | 2009-02-26 | 1 | -27/+2 |
* | send-pack: do not send unknown object name from ".have" to pack-objects | Junio C Hamano | 2009-01-27 | 1 | -22/+21 |
* | Merge branch 'maint' | Junio C Hamano | 2008-11-08 | 1 | -14/+8 |
|\ |
|
| * | Merge branch 'cb/maint-update-ref-fix' into maint | Junio C Hamano | 2008-11-08 | 1 | -14/+8 |
| |\ |
|
| | * | push: fix local refs update if already up-to-date | Clemens Buchacher | 2008-11-05 | 1 | -14/+8 |
| * | | Merge branch 'mv/maint-branch-m-symref' into maint | Junio C Hamano | 2008-11-08 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
* | | | Merge branch 'mv/maint-branch-m-symref' | Junio C Hamano | 2008-11-05 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix git branch -m for symrefs. | Miklos Vajna | 2008-10-26 | 1 | -1/+1 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-11-02 | 1 | -1/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | send-pack: do not send out single-level refs such as refs/stash | Jeff King | 2008-11-01 | 1 | -1/+7 |
| |/ |
|
* | | Merge branch 'jc/alternate-push' | Shawn O. Pearce | 2008-09-25 | 1 | -5/+16 |
|\ \
| |/
|/| |
|
| * | push: prepare sender to receive extended ref information from the receiver | Junio C Hamano | 2008-09-09 | 1 | -5/+16 |
* | | Start conforming code to "git subcmd" style part 3 | Heikki Orsila | 2008-09-15 | 1 | -1/+1 |
|/ |
|
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | make deleting a missing ref more quiet | Jeff King | 2008-07-08 | 1 | -2/+1 |
* | add special "matching refs" refspec | Paolo Bonzini | 2008-05-04 | 1 | -1/+9 |
* | remote.c: Fix overtight refspec validation | Junio C Hamano | 2008-03-22 | 1 | -1/+1 |
* | Clean up find_unique_abbrev() callers | Junio C Hamano | 2008-03-01 | 1 | -3/+1 |
* | start_command(), if .in/.out > 0, closes file descriptors, not the callers | Johannes Sixt | 2008-02-23 | 1 | -6/+8 |
* | start_command(), .in/.out/.err = -1: Callers must close the file descriptor | Johannes Sixt | 2008-02-23 | 1 | -0/+1 |
* | Update callers of check_ref_format() | Junio C Hamano | 2008-01-02 | 1 | -4/+6 |
* | send-pack: cluster ref status reporting | Jeff King | 2007-11-20 | 1 | -40/+53 |
* | send-pack: fix "everything up-to-date" message | Jeff King | 2007-11-18 | 1 | -1/+15 |
* | send-pack: tighten remote error reporting | Jeff King | 2007-11-18 | 1 | -42/+52 |
* | send-pack: assign remote errors to each ref | Jeff King | 2007-11-17 | 1 | -6/+45 |
* | send-pack: check ref->status before updating tracking refs | Jeff King | 2007-11-17 | 1 | -13/+5 |
* | send-pack: track errors for each ref | Jeff King | 2007-11-17 | 1 | -90/+134 |
* | Merge branch 'aw/mirror-push' into jk/send-pack | Junio C Hamano | 2007-11-14 | 1 | -28/+99 |
|\ |
|
| * | Teach send-pack a mirror mode | Andy Whitcroft | 2007-11-09 | 1 | -12/+34 |
| * | send-pack: segfault fix on forced push | Junio C Hamano | 2007-11-08 | 1 | -2/+3 |
| * | send-pack: require --verbose to show update of tracking refs | Jeff King | 2007-11-05 | 1 | -1/+2 |
| * | more terse push output | Jeff King | 2007-11-05 | 1 | -17/+64 |
* | | Merge branch 'ar/send-pack-remote-track' into jk/send-pack | Junio C Hamano | 2007-11-14 | 1 | -1/+2 |