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
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-12-25clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason
2022-09-12list-objects-filter: add and use initializersJeff King
2022-06-03run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-03-28fetch: add --refetch optionRobert Coup
2021-10-30Merge branch 'jk/http-push-status-fix'Junio C Hamano
2021-10-18transport-helper: recognize "expecting report" error from send-packJeff King
2021-08-05transport: use designated initializersÆvar Arnfjörð Bjarmason
2021-08-05transport: rename "fetch" in transport_vtable to "fetch_refs"Ævar Arnfjörð Bjarmason
2021-05-05fetch: teach independent negotiation (no packfile)Jonathan Tan
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-02-06connect, transport: encapsulate arg in structJonathan Tan
2020-10-03push: parse and set flag for "--force-if-includes"Srinidhi Kaushik
2020-10-03push: add reflog check for "--force-if-includes"Srinidhi Kaushik
2020-09-26Merge branch 'jx/proc-receive-hook'Junio C Hamano
2020-08-27New capability "report-status-v2" for git-pushJiang Xin
2020-08-27transport-helper: do not run git-remote-ext etc. in dashed formJunio C Hamano
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29strvec: fix indentation in renamed callsJeff King
2020-07-29strvec: convert remaining callers away from argv_array nameJeff King
2020-07-29strvec: rename files from argv-array to strvecJeff King
2020-07-07Merge branch 'js/default-branch-name'Junio C Hamano
2020-07-07Merge branch 'bc/sha-256-part-2'Junio C Hamano
2020-06-24send-pack/transport-helper: avoid mentioning a particular branchJohannes Schindelin
2020-06-11fetch-pack: support more than one pack lockfileJonathan Tan
2020-05-27transport-helper: implement object-format extensionsbrian m. carlson
2020-04-17transport-helper: new method reject_atomic_push()Jiang Xin
2020-04-17transport-helper: mark failure for atomic pushJiang Xin
2020-02-01C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-04fast-import: disallow "feature export-marks" by defaultJeff King
2019-10-23Merge branch 'bc/smart-http-atomic-push'Junio C Hamano