summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)Author
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
2013-09-09Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano
2013-09-03transport-helper: add no-private-update capabilityMatthieu Moy
2013-08-02push: teach --force-with-lease to smart-http transportJunio C Hamano
2013-07-29many small typofixesOndřej Bílka
2013-07-23smart http: use the same connectivity check on cloningNguyễn Thái Ngọc Duy
2013-07-23push --force-with-lease: tie it all togetherJunio C Hamano
2013-07-22Merge branch 'jk/gcc-function-attributes'Junio C Hamano
2013-07-10add missing "format" function attributesJeff King
2013-06-21transport-helper: be quiet on read errors from helpersJeff King
2013-06-06Merge branch 'fc/transport-helper-no-refspec'Junio C Hamano
2013-05-29Merge branch 'fc/transport-helper-error-reporting'Junio C Hamano