aboutsummaryrefslogtreecommitdiff
path: root/transport-helper.c
Commit message (Expand)AuthorAge
...
| * | transport-helper: fix typo in error message when --signed is not supportedMike Hommey2015-02-12
* | | transport-helper: do not request symbolic refs to remote helpersMike Hommey2015-01-21
| |/ |/|
* | use child_process_init() to initialize struct child_process variablesRené Scharfe2014-10-28
* | Merge branch 'rs/run-command-env-array'Junio C Hamano2014-10-24
|\ \
| * | use env_array member of struct child_processRené Scharfe2014-10-19
* | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
|/ /
* | Merge branch 'jc/push-cert'Junio C Hamano2014-10-08
|\ \ | |/
| * signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-17
* | run-command: introduce child_process_init()René Scharfe2014-08-20
|/
* transport-helper: avoid reading past end-of-stringJeff King2014-06-20
* Merge branch 'fc/remote-helper-refmap'Junio C Hamano2014-06-16
|\
| * transport-helper: remove unnecessary strbuf resetsFelipe Contreras2014-04-21
| * transport-helper: add support to delete branchesFelipe Contreras2014-04-21
| * transport-helper: add support to push symbolic refsFelipe Contreras2014-04-21
| * transport-helper: add support for old:new refspecFelipe Contreras2014-04-21
* | Merge branch 'bg/xcalloc-nmemb-then-size'Junio C Hamano2014-06-16
|\ \
| * | transport-helper.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
| * | Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"Junio C Hamano2014-05-20
| * | Revert "Merge branch 'fc/transport-helper-sync-error-fix'"Junio C Hamano2014-05-19
* | | get_importer: use run-command's internal argv_arrayJeff King2014-05-15
* | | get_exporter: use argv_arrayJeff King2014-05-15
* | | get_helper: use run-command's internal argv_arrayJeff King2014-05-15
|/ /
* | transport-helper: fix sync issue on crashesFelipe Contreras2014-04-14
* | transport-helper: trivial cleanupFelipe Contreras2014-04-14
* | transport-helper: propagate recvline() error pushingFelipe Contreras2014-04-14
* | remote-helpers: make recvline return an errorFelipe Contreras2014-04-14
* | transport-helper: remove barely used xchgline()Felipe Contreras2014-04-14
|/
* Merge branch 'fc/transport-helper-fixes'Junio C Hamano2014-03-18
|\
| * transport-helper.c: do not overwrite forced bitMax Horn2014-02-24
| * transport-helper: check for 'forced update' messageFelipe Contreras2013-11-12
| * transport-helper: add 'force' to 'export' helpersFelipe Contreras2013-11-12
| * transport-helper: don't update refs in dry-runFelipe Contreras2013-10-31
| * transport-helper: mismerge fixFelipe Contreras2013-10-31
* | Merge branch 'ef/mingw-write'Junio C Hamano2014-01-27
|\ \
| * | prefer xwrite instead of writeErik Faye-Lund2014-01-17
* | | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\ \ \
| * | | smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-10
| |/ /
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/ /
* | transport-helper: trivial style fixFelipe Contreras2013-10-31
|/
* Merge branch 'mm/mediawiki-dumb-push-fix'Junio C Hamano2013-09-12
|\
| * transport-helper: add no-private-update capabilityMatthieu Moy2013-09-03
* | Merge branch 'jc/push-cas'Junio C Hamano2013-09-09
|\ \
| * | push: teach --force-with-lease to smart-http transportJunio C Hamano2013-08-02
| * | push --force-with-lease: tie it all togetherJunio C Hamano2013-07-22
* | | Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano2013-09-09
|\ \ \ | |_|/ |/| |
| * | smart http: use the same connectivity check on cloningNguyễn Thái Ngọc Duy2013-07-23
* | | many small typofixesOndřej Bílka2013-07-29
* | | Merge branch 'jk/gcc-function-attributes'Junio C Hamano2013-07-22
|\ \ \ | |_|/ |/| |
| * | add missing "format" function attributesJeff King2013-07-09
| |/
* | transport-helper: be quiet on read errors from helpersJeff King2013-06-21