summaryrefslogtreecommitdiffstats
path: root/transport-helper.c
Commit message (Expand)AuthorAgeFilesLines
* transport-helper: avoid reading past end-of-stringJeff King2014-06-201-7/+7
* Merge branch 'fc/remote-helper-refmap'Junio C Hamano2014-06-161-9/+23
|\
| * transport-helper: remove unnecessary strbuf resetsFelipe Contreras2014-04-211-4/+0
| * transport-helper: add support to delete branchesFelipe Contreras2014-04-211-11/+13
| * transport-helper: add support to push symbolic refsFelipe Contreras2014-04-211-1/+10
| * transport-helper: add support for old:new refspecFelipe Contreras2014-04-211-3/+10
* | Merge branch 'bg/xcalloc-nmemb-then-size'Junio C Hamano2014-06-161-1/+1
|\ \
| * | transport-helper.c: rearrange xcalloc argumentsBrian Gesiak2014-05-271-1/+1
| * | Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"Junio C Hamano2014-05-201-29/+44
| * | Revert "Merge branch 'fc/transport-helper-sync-error-fix'"Junio C Hamano2014-05-191-44/+29
* | | get_importer: use run-command's internal argv_arrayJeff King2014-05-151-6/+3
* | | get_exporter: use argv_arrayJeff King2014-05-151-16/+10
* | | get_helper: use run-command's internal argv_arrayJeff King2014-05-151-6/+3
|/ /
* | transport-helper: fix sync issue on crashesFelipe Contreras2014-04-141-2/+11
* | transport-helper: trivial cleanupFelipe Contreras2014-04-141-12/+12
* | transport-helper: propagate recvline() error pushingFelipe Contreras2014-04-141-7/+11
* | remote-helpers: make recvline return an errorFelipe Contreras2014-04-141-7/+14
* | transport-helper: remove barely used xchgline()Felipe Contreras2014-04-141-7/+2
|/
* Merge branch 'fc/transport-helper-fixes'Junio C Hamano2014-03-181-8/+17
|\
| * transport-helper.c: do not overwrite forced bitMax Horn2014-02-241-1/+1
| * transport-helper: check for 'forced update' messageFelipe Contreras2013-11-121-1/+7
| * transport-helper: add 'force' to 'export' helpersFelipe Contreras2013-11-121-0/+5
| * transport-helper: don't update refs in dry-runFelipe Contreras2013-10-311-4/+5
| * transport-helper: mismerge fixFelipe Contreras2013-10-311-3/+0
* | Merge branch 'ef/mingw-write'Junio C Hamano2014-01-271-3/+2
|\ \
| * | prefer xwrite instead of writeErik Faye-Lund2014-01-171-3/+2
* | | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-0/+6
|\ \ \
| * | | smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-101-0/+6
| |/ /
* / / replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-8/+8
|/ /
* / transport-helper: trivial style fixFelipe Contreras2013-10-311-0/+1
|/
* Merge branch 'mm/mediawiki-dumb-push-fix'Junio C Hamano2013-09-121-2/+5
|\
| * transport-helper: add no-private-update capabilityMatthieu Moy2013-09-031-2/+5
* | Merge branch 'jc/push-cas'Junio C Hamano2013-09-091-2/+28
|\ \
| * | push: teach --force-with-lease to smart-http transportJunio C Hamano2013-08-021-2/+22
| * | push --force-with-lease: tie it all togetherJunio C Hamano2013-07-221-0/+6
* | | Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano2013-09-091-0/+10
|\ \ \ | |_|/ |/| |
| * | smart http: use the same connectivity check on cloningNguyễn Thái Ngọc Duy2013-07-231-0/+10
* | | many small typofixesOndřej Bílka2013-07-291-2/+2
* | | Merge branch 'jk/gcc-function-attributes'Junio C Hamano2013-07-221-1/+2
|\ \ \ | |_|/ |/| |
| * | add missing "format" function attributesJeff King2013-07-091-1/+2
| |/
* | transport-helper: be quiet on read errors from helpersJeff King2013-06-211-1/+1
* | Merge branch 'fc/transport-helper-no-refspec'Junio C Hamano2013-06-061-1/+12
|\ \
| * | transport-helper: check if the dry-run is supportedFelipe Contreras2013-05-211-0/+5
| * | transport-helper: barf when user tries old:newFelipe Contreras2013-05-211-2/+4
| |/
* | Merge branch 'fc/transport-helper-error-reporting'Junio C Hamano2013-05-291-16/+32
|\ \ | |/ |/|
| * transport-helper: fix remote helper namespace regressionFelipe Contreras2013-05-101-1/+1
| * transport-helper: update remote helper namespaceFelipe Contreras2013-04-171-4/+19
| * transport-helper: trivial code shuffleFelipe Contreras2013-04-171-5/+3
| * transport-helper: warn when refspec is not usedFelipe Contreras2013-04-171-0/+2
| * transport-helper: clarify pushing without refspecsFelipe Contreras2013-04-171-2/+3