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-09config: use git_config_string() for core.checkRoundTripEncodingJeff King
2023-11-02max_tree_depth: lower it for MSVC to avoid stack overflowsJohannes Schindelin
2023-09-01lower core.maxTreeDepth default to 2048Jeff King
2023-09-01add core.maxTreeDepth configJeff King
2023-07-28Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano
2023-07-21pack-objects: fix --no-keep-true-parentsRené Scharfe
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-30Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-23Merge branch 'ds/disable-replace-refs'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-12repository: create read_replace_refs settingDerrick Stolee
2023-06-12repository: create disable_replace_refs()Derrick Stolee
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-24ws.h: move declarations for ws.c functions from cache.hElijah Newren
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19hashmap: mark unused callback parametersJeff King
2022-08-06refs: use ref_namespaces for replace refs baseDerrick Stolee
2022-08-06refs: add array of ref namespacesDerrick Stolee
2022-05-04Merge branch 'ds/midx-normalize-pathname-before-comparison'Junio C Hamano
2022-04-25cache: use const char * for get_object_directory()Derrick Stolee
2022-04-04Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano
2022-03-26Merge branch 'ns/core-fsyncmethod'Junio C Hamano
2022-03-26fsmonitor: config settings are repository-specificJeff Hostetler
2022-03-11core.fsync: add configuration parsingNeeraj Singh
2022-03-11core.fsync: introduce granular fsync control infrastructureNeeraj Singh
2022-03-11core.fsyncmethod: add writeout-only modeNeeraj Singh
2022-03-02repo_read_index: add config to expect files outside sparse patternsElijah Newren
2022-01-04Merge branch 'ns/tmp-objdir'Junio C Hamano
2021-12-15Merge branch 'ew/test-wo-fsync'Junio C Hamano
2021-12-09tmp-objdir: disable ref updates when replacing the primary odbNeeraj Singh
2021-12-09tmp-objdir: new API for creating temporary writable databasesNeeraj Singh
2021-10-29tests: disable fsync everywhereEric Wong
2021-10-11Merge branch 'jk/ref-paranoia'Junio C Hamano
2021-10-06Merge branch 'ab/repo-settings-cleanup'Junio C Hamano