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-09-19Merge branch 'rs/strbuf-leakfix'Junio C Hamano
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King
2017-09-10Merge branch 'ma/ts-cleanups'Junio C Hamano
2017-09-07transport-helper: release strbuf after use in process_connect_service()Rene Scharfe
2017-08-23ThreadSanitizer: add suppressionsMartin Ågren
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson
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