summaryrefslogtreecommitdiffstats
path: root/builtin-send-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2009-11-231-1/+1
|\
| * pack-objects: split implications of --all-progress from progress activationNicolas Pitre2009-11-231-1/+1
* | Merge branch 'sp/smart-http'Junio C Hamano2009-11-201-6/+110
|\ \
| * | Smart push over HTTP: client sideShawn O. Pearce2009-11-041-6/+110
| |/
* / Use 'fast-forward' all over the placeFelipe Contreras2009-10-241-1/+1
|/
* transport: pass "quiet" flag to pack-objectsJeff King2009-08-051-0/+3
* Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-1/+1
|\
| * Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-1/+1
* | Merge branch 'cb/match_refs_internal_tail'Junio C Hamano2009-06-131-7/+2
|\ \ | |/ |/|
| * match_refs: search ref list tail internallyClemens Buchacher2009-06-011-7/+2
* | Merge branch 'fc/decorate-tag'Junio C Hamano2009-05-231-2/+2
|\ \ | |/ |/|
| * Change prettify_ref to prettify_refnameFelipe Contreras2009-05-131-2/+2
* | allow OFS_DELTA objects during a pushNicolas Pitre2009-05-011-1/+7
|/
* builtin-send-pack.c: avoid empty structure initializationBrandon Casey2009-03-261-2/+1
* Move push matching and reporting logic into transport.cDaniel Barkalow2009-03-091-69/+74
* Use a common function to get the pretty name of refsDaniel Barkalow2009-03-091-10/+0
* move duplicated ref_newer() to remote.cJay Soffian2009-02-261-50/+0
* move duplicated get_local_heads() to remote.cJay Soffian2009-02-261-27/+2
* send-pack: do not send unknown object name from ".have" to pack-objectsJunio C Hamano2009-01-271-22/+21
* Merge branch 'maint'Junio C Hamano2008-11-081-14/+8
|\
| * Merge branch 'cb/maint-update-ref-fix' into maintJunio C Hamano2008-11-081-14/+8
| |\
| | * push: fix local refs update if already up-to-dateClemens Buchacher2008-11-051-14/+8
| * | Merge branch 'mv/maint-branch-m-symref' into maintJunio C Hamano2008-11-081-1/+1
| |\ \ | | |/ | |/|
* | | Merge branch 'mv/maint-branch-m-symref'Junio C Hamano2008-11-051-1/+1
|\ \ \ | | |/ | |/|
| * | Fix git branch -m for symrefs.Miklos Vajna2008-10-261-1/+1
* | | Merge branch 'maint'Junio C Hamano2008-11-021-1/+7
|\ \ \ | | |/ | |/|
| * | send-pack: do not send out single-level refs such as refs/stashJeff King2008-11-011-1/+7
| |/
* | Merge branch 'jc/alternate-push'Shawn O. Pearce2008-09-251-5/+16
|\ \ | |/ |/|
| * push: prepare sender to receive extended ref information from the receiverJunio C Hamano2008-09-091-5/+16
* | Start conforming code to "git subcmd" style part 3Heikki Orsila2008-09-151-1/+1
|/
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* make deleting a missing ref more quietJeff King2008-07-081-2/+1
* add special "matching refs" refspecPaolo Bonzini2008-05-041-1/+9
* remote.c: Fix overtight refspec validationJunio C Hamano2008-03-221-1/+1
* Clean up find_unique_abbrev() callersJunio C Hamano2008-03-011-3/+1
* start_command(), if .in/.out > 0, closes file descriptors, not the callersJohannes Sixt2008-02-231-6/+8
* start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt2008-02-231-0/+1
* Update callers of check_ref_format()Junio C Hamano2008-01-021-4/+6
* send-pack: cluster ref status reportingJeff King2007-11-201-40/+53
* send-pack: fix "everything up-to-date" messageJeff King2007-11-181-1/+15
* send-pack: tighten remote error reportingJeff King2007-11-181-42/+52
* send-pack: assign remote errors to each refJeff King2007-11-171-6/+45
* send-pack: check ref->status before updating tracking refsJeff King2007-11-171-13/+5
* send-pack: track errors for each refJeff King2007-11-171-90/+134
* Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano2007-11-141-28/+99
|\
| * Teach send-pack a mirror modeAndy Whitcroft2007-11-091-12/+34
| * send-pack: segfault fix on forced pushJunio C Hamano2007-11-081-2/+3
| * send-pack: require --verbose to show update of tracking refsJeff King2007-11-051-1/+2
| * more terse push outputJeff King2007-11-051-17/+64
* | Merge branch 'ar/send-pack-remote-track' into jk/send-packJunio C Hamano2007-11-141-1/+2