summaryrefslogtreecommitdiff
path: root/transport-helper.c
Commit message (Expand)AuthorAgeFilesLines
* use child_process_init() to initialize struct child_process variablesRené Scharfe2014-10-281-1/+1
* Merge branch 'rs/run-command-env-array'Junio C Hamano2014-10-241-8/+2
|\
| * use env_array member of struct child_processrs/run-command-env-arrayRené Scharfe2014-10-191-8/+2
* | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-1/+4
|/
* Merge branch 'jc/push-cert'Junio C Hamano2014-10-081-1/+8
|\
| * signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-171-1/+8
* | run-command: introduce child_process_init()René Scharfe2014-08-201-2/+3
|/
* 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 resetsfc/remote-helper-refmapFelipe 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 argumentsbg/xcalloc-nmemb-then-sizeBrian 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()cc/starts-n-ends-withChristian 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 cloningnd/clone-connectivity-shortcutNguyễn Thái Ngọc Duy2013-07-231-0/+10
* | | many small typofixesob/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