Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-03-31transport-helper: replace checked snprintf with xsnprintfJeff King
2017-02-28Merge branch 'jn/remote-helpers-with-git-dir'Junio C Hamano
2017-02-15remote helpers: avoid blind fall-back to ".git" when setting GIT_DIRJonathan Nieder
2017-02-09push options: pass push options to the transport helperStefan Beller
2016-10-11Merge branch 'nd/shallow-deepen'Junio C Hamano
2016-08-12Spelling fixesVille Skyttä
2016-06-18i18n: transport-helper.c: change N_() call to _()Vasco Almeida
2016-06-14fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy
2016-06-14fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy
2016-06-14transport-helper.c: refactor set_helper_option()Nguyễn Thái Ngọc Duy
2016-05-18Merge branch 'nd/error-errno'Junio C Hamano
2016-05-09transport-helper.c: use error_errno()Nguyễn Thái Ngọc Duy
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng
2016-02-25Merge branch 'ew/force-ipv4'Junio C Hamano
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong
2016-01-15transport-helper: read helper response with strbuf_getline()Junio C Hamano
2016-01-15strbuf: give strbuf_getline() to the "most text friendly" variantJunio C Hamano
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-11-20push_refs_with_export: convert to struct object_idbrian m. carlson
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-09-29Sync with v2.5.4Junio C Hamano
2015-09-29Sync with 2.4.10Junio C Hamano
2015-09-29Sync with 2.3.10Junio C Hamano
2015-09-23transport: add a protocol-whitelist environment variableJeff King
2015-09-01Merge 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-03-06Merge branch 'jc/push-cert' into maintJunio C Hamano
2015-03-06Merge branch 'mh/deref-symref-over-helper-transport' into maintJunio C Hamano
2015-02-26Merge branch 'mh/transport-capabilities'Junio C Hamano
2015-02-26Merge branch 'dp/remove-duplicated-header-inclusion'Junio C Hamano
2015-02-18Merge branch 'jc/push-cert'Junio C Hamano
2015-02-14do 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-29use child_process_init() to initialize struct child_process variablesRené Scharfe
2014-10-25Merge branch 'rs/run-command-env-array'Junio C Hamano
2014-10-20use 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-09Merge branch 'jc/push-cert'Junio C Hamano
2014-09-18signed 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-28transport-helper.c: rearrange xcalloc argumentsBrian Gesiak
2014-05-21Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"Junio C Hamano