summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-31Merge branch 'db/push-sign-if-asked'Libravatar Junio C Hamano1-17/+17
2015-08-19push: support signing pushes iff the server supports itLibravatar Dave Borowitz1-17/+17
2015-08-03transport-helper: die on errors reading refs.Libravatar Stefan Beller1-2/+6
2015-03-05Merge branch 'jc/push-cert' into maintLibravatar Junio C Hamano1-1/+1
2015-03-05Merge branch 'mh/deref-symref-over-helper-transport' into maintLibravatar Junio C Hamano1-5/+8
2015-02-25Merge branch 'mh/transport-capabilities'Libravatar Junio C Hamano1-12/+13
2015-02-25Merge branch 'dp/remove-duplicated-header-inclusion'Libravatar Junio C Hamano1-1/+0
2015-02-18Merge branch 'jc/push-cert'Libravatar Junio C Hamano1-1/+1
2015-02-13do not include the same header twiceLibravatar Дилян Палаузов1-1/+0
2015-02-13transport-helper: ask the helper to set the same options for import as for fetchLibravatar Mike Hommey1-10/+10
2015-02-13transport-helper: ask the helper to set progress and verbosity options after ...Libravatar Mike Hommey1-2/+3
2015-02-12transport-helper: fix typo in error message when --signed is not supportedLibravatar Mike Hommey1-1/+1
2015-01-21transport-helper: do not request symbolic refs to remote helpersLibravatar Mike Hommey1-5/+8
2014-10-28use child_process_init() to initialize struct child_process variablesLibravatar René Scharfe1-1/+1
2014-10-24Merge branch 'rs/run-command-env-array'Libravatar Junio C Hamano1-8/+2
2014-10-19use env_array member of struct child_processLibravatar René Scharfe1-8/+2
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldLibravatar Ronnie Sahlberg1-1/+4
2014-10-08Merge branch 'jc/push-cert'Libravatar Junio C Hamano1-1/+8
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundLibravatar Junio C Hamano1-1/+8
2014-08-20run-command: introduce child_process_init()Libravatar René Scharfe1-2/+3
2014-06-20transport-helper: avoid reading past end-of-stringLibravatar Jeff King1-7/+7
2014-06-16Merge branch 'fc/remote-helper-refmap'Libravatar Junio C Hamano1-9/+23
2014-06-16Merge branch 'bg/xcalloc-nmemb-then-size'Libravatar Junio C Hamano1-1/+1
2014-05-27transport-helper.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-1/+1
2014-05-20Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"Libravatar Junio C Hamano1-29/+44
2014-05-19Revert "Merge branch 'fc/transport-helper-sync-error-fix'"Libravatar Junio C Hamano1-44/+29
2014-05-15get_importer: use run-command's internal argv_arrayLibravatar Jeff King1-6/+3
2014-05-15get_exporter: use argv_arrayLibravatar Jeff King1-16/+10
2014-05-15get_helper: use run-command's internal argv_arrayLibravatar Jeff King1-6/+3
2014-04-21transport-helper: remove unnecessary strbuf resetsLibravatar Felipe Contreras1-4/+0
2014-04-21transport-helper: add support to delete branchesLibravatar Felipe Contreras1-11/+13
2014-04-21transport-helper: add support to push symbolic refsLibravatar Felipe Contreras1-1/+10
2014-04-21transport-helper: add support for old:new refspecLibravatar Felipe Contreras1-3/+10
2014-04-14transport-helper: fix sync issue on crashesLibravatar Felipe Contreras1-2/+11
2014-04-14transport-helper: trivial cleanupLibravatar Felipe Contreras1-12/+12
2014-04-14transport-helper: propagate recvline() error pushingLibravatar Felipe Contreras1-7/+11
2014-04-14remote-helpers: make recvline return an errorLibravatar Felipe Contreras1-7/+14
2014-04-14transport-helper: remove barely used xchgline()Libravatar Felipe Contreras1-7/+2
2014-03-18Merge branch 'fc/transport-helper-fixes'Libravatar Junio C Hamano1-8/+17
2014-02-24transport-helper.c: do not overwrite forced bitLibravatar Max Horn1-1/+1
2014-01-27Merge branch 'ef/mingw-write'Libravatar Junio C Hamano1-3/+2
2014-01-17Merge branch 'nd/shallow-clone'Libravatar Junio C Hamano1-0/+6
2014-01-17prefer xwrite instead of writeLibravatar Erik Faye-Lund1-3/+2
2013-12-10smart-http: support shallow fetch/cloneLibravatar Nguyễn Thái Ngọc Duy1-0/+6
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-8/+8
2013-11-12transport-helper: check for 'forced update' messageLibravatar Felipe Contreras1-1/+7
2013-11-12transport-helper: add 'force' to 'export' helpersLibravatar Felipe Contreras1-0/+5
2013-10-31transport-helper: trivial style fixLibravatar Felipe Contreras1-0/+1
2013-10-31transport-helper: don't update refs in dry-runLibravatar Felipe Contreras1-4/+5
2013-10-31transport-helper: mismerge fixLibravatar Felipe Contreras1-3/+0