summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)Author
2015-08-31Merge branch 'db/push-sign-if-asked'Junio C Hamano
2015-08-19push: support signing pushes iff the server supports itDave Borowitz
2015-08-03transport-helper: die on errors reading refs.Stefan Beller
2015-02-25Merge branch 'mh/transport-capabilities'Junio C Hamano
2015-02-25Merge branch 'dp/remove-duplicated-header-inclusion'Junio C Hamano
2015-02-18Merge branch 'jc/push-cert'Junio C Hamano
2015-02-13do not include the same header twiceДилян Палаузов
2015-02-13transport-helper: ask the helper to set the same options for import as for fetchMike Hommey
2015-02-13transport-helper: ask the helper to set progress and verbosity options after ...Mike Hommey
2015-02-12transport-helper: fix typo in error message when --signed is not supportedMike Hommey
2015-01-22transport-helper: do not request symbolic refs to remote helpersMike Hommey
2014-10-28use child_process_init() to initialize struct child_process variablesRené Scharfe
2014-10-24Merge branch 'rs/run-command-env-array'Junio C Hamano
2014-10-19use env_array member of struct child_processRené Scharfe
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-10-08Merge branch 'jc/push-cert'Junio C Hamano
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano
2014-08-20run-command: introduce child_process_init()René Scharfe
2014-06-20transport-helper: avoid reading past end-of-stringJeff King
2014-06-16Merge branch 'fc/remote-helper-refmap'Junio C Hamano
2014-06-16Merge branch 'bg/xcalloc-nmemb-then-size'Junio C Hamano
2014-05-27transport-helper.c: rearrange xcalloc argumentsBrian Gesiak
2014-05-20Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"Junio C Hamano
2014-05-20Revert "Merge branch 'fc/transport-helper-sync-error-fix'"Junio C Hamano
2014-05-15get_importer: use run-command's internal argv_arrayJeff King
2014-05-15get_exporter: use argv_arrayJeff King
2014-05-15get_helper: use run-command's internal argv_arrayJeff King
2014-04-21transport-helper: remove unnecessary strbuf resetsFelipe Contreras
2014-04-21transport-helper: add support to delete branchesFelipe Contreras
2014-04-21transport-helper: add support to push symbolic refsFelipe Contreras
2014-04-21transport-helper: add support for old:new refspecFelipe Contreras
2014-04-14transport-helper: fix sync issue on crashesFelipe Contreras
2014-04-14transport-helper: trivial cleanupFelipe Contreras
2014-04-14transport-helper: propagate recvline() error pushingFelipe Contreras
2014-04-14remote-helpers: make recvline return an errorFelipe Contreras
2014-04-14transport-helper: remove barely used xchgline()Felipe Contreras
2014-03-18Merge branch 'fc/transport-helper-fixes'Junio C Hamano
2014-02-24transport-helper.c: do not overwrite forced bitMax Horn
2014-01-27Merge branch 'ef/mingw-write'Junio C Hamano
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano
2014-01-17prefer xwrite instead of writeErik Faye-Lund
2013-12-11smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-11-12transport-helper: check for 'forced update' messageFelipe Contreras
2013-11-12transport-helper: add 'force' to 'export' helpersFelipe Contreras
2013-10-31transport-helper: trivial style fixFelipe Contreras
2013-10-31transport-helper: don't update refs in dry-runFelipe Contreras
2013-10-31transport-helper: mismerge fixFelipe Contreras
2013-09-12Merge branch 'mm/mediawiki-dumb-push-fix'Junio C Hamano
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano