aboutsummaryrefslogtreecommitdiffstats
path: root/transport-helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-28use child_process_init() to initialize struct child_process variablesRené Scharfe1-1/+1
2014-10-24Merge branch 'rs/run-command-env-array'Junio C Hamano1-8/+2
2014-10-19use env_array member of struct child_processRené Scharfe1-8/+2
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg1-1/+4
2014-10-08Merge branch 'jc/push-cert'Junio C Hamano1-1/+8
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano1-1/+8
2014-08-20run-command: introduce child_process_init()René Scharfe1-2/+3
2014-06-20transport-helper: avoid reading past end-of-stringJeff King1-7/+7
2014-06-16Merge branch 'fc/remote-helper-refmap'Junio C Hamano1-9/+23
2014-06-16Merge branch 'bg/xcalloc-nmemb-then-size'Junio C Hamano1-1/+1
2014-05-27transport-helper.c: rearrange xcalloc argumentsBrian Gesiak1-1/+1
2014-05-20Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"Junio C Hamano1-29/+44
2014-05-19Revert "Merge branch 'fc/transport-helper-sync-error-fix'"Junio C Hamano1-44/+29
2014-05-15get_importer: use run-command's internal argv_arrayJeff King1-6/+3
2014-05-15get_exporter: use argv_arrayJeff King1-16/+10
2014-05-15get_helper: use run-command's internal argv_arrayJeff King1-6/+3
2014-04-21transport-helper: remove unnecessary strbuf resetsFelipe Contreras1-4/+0
2014-04-21transport-helper: add support to delete branchesFelipe Contreras1-11/+13
2014-04-21transport-helper: add support to push symbolic refsFelipe Contreras1-1/+10
2014-04-21transport-helper: add support for old:new refspecFelipe Contreras1-3/+10
2014-04-14transport-helper: fix sync issue on crashesFelipe Contreras1-2/+11
2014-04-14transport-helper: trivial cleanupFelipe Contreras1-12/+12
2014-04-14transport-helper: propagate recvline() error pushingFelipe Contreras1-7/+11
2014-04-14remote-helpers: make recvline return an errorFelipe Contreras1-7/+14
2014-04-14transport-helper: remove barely used xchgline()Felipe Contreras1-7/+2
2014-03-18Merge branch 'fc/transport-helper-fixes'Junio C Hamano1-8/+17
2014-02-24transport-helper.c: do not overwrite forced bitMax Horn1-1/+1
2014-01-27Merge branch 'ef/mingw-write'Junio C Hamano1-3/+2
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano1-0/+6
2014-01-17prefer xwrite instead of writeErik Faye-Lund1-3/+2
2013-12-10smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy1-0/+6
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-8/+8
2013-11-12transport-helper: check for 'forced update' messageFelipe Contreras1-1/+7
2013-11-12transport-helper: add 'force' to 'export' helpersFelipe Contreras1-0/+5
2013-10-31transport-helper: trivial style fixFelipe Contreras1-0/+1
2013-10-31transport-helper: don't update refs in dry-runFelipe Contreras1-4/+5
2013-10-31transport-helper: mismerge fixFelipe Contreras1-3/+0
2013-09-12Merge branch 'mm/mediawiki-dumb-push-fix'Junio C Hamano1-2/+5
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano1-2/+28
2013-09-09Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano1-0/+10
2013-09-03transport-helper: add no-private-update capabilityMatthieu Moy1-2/+5
2013-08-02push: teach --force-with-lease to smart-http transportJunio C Hamano1-2/+22
2013-07-29many small typofixesOndřej Bílka1-2/+2
2013-07-23smart http: use the same connectivity check on cloningNguyễn Thái Ngọc Duy1-0/+10
2013-07-22push --force-with-lease: tie it all togetherJunio C Hamano1-0/+6
2013-07-22Merge branch 'jk/gcc-function-attributes'Junio C Hamano1-1/+2
2013-07-09add missing "format" function attributesJeff King1-1/+2
2013-06-21transport-helper: be quiet on read errors from helpersJeff King1-1/+1
2013-06-06Merge branch 'fc/transport-helper-no-refspec'Junio C Hamano1-1/+12
2013-05-29Merge branch 'fc/transport-helper-error-reporting'Junio C Hamano1-16/+32