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-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21khash: name the structs that khash declaresElijah Newren
2023-06-21merge-ll: rename from ll-mergeElijah Newren
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren
2023-06-21builtin.h: remove unneccessary includesElijah Newren
2023-06-21list-objects-filter-options.h: remove unneccessary includeElijah Newren
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21log-tree: replace include of revision.h with simple forward declarationElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21repository.h: move declaration of the_index from cache.hElijah Newren
2023-06-21merge.h: move declarations for merge.c from cache.hElijah Newren
2023-06-21diff.h: move declaration for global in diff.c from cache.hElijah Newren
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren
2023-06-21run-command.h: move declarations for run-command.c from cache.hElijah Newren
2023-06-21statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren
2023-06-21read-cache: move shared add/checkout/commit codeElijah Newren
2023-06-21add: modify add_files_to_cache() to avoid globalsElijah Newren
2023-06-21read-cache: move shared commit and ls-files codeElijah Newren
2023-06-21setup: adopt shared init-db & clone codeElijah Newren
2023-06-21init-db, clone: change unnecessary global into passed parameterElijah Newren
2023-06-21init-db: remove unnecessary global variableElijah Newren
2023-06-21init-db: document existing bug with core.bare in template configElijah Newren
2023-06-21The second batch for 2.42Junio C Hamano
2023-06-21Merge branch 'la/doc-interpret-trailers'Junio C Hamano
2023-06-21Merge branch 'jk/log-follow-with-non-literal-pathspec'Junio C Hamano
2023-06-21Merge branch 'vd/worktree-config-is-per-repository'Junio C Hamano
2023-06-21Merge branch 'tb/submodule-null-deref-fix'Junio C Hamano
2023-06-21Merge branch 'jc/test-modernization-2'Junio C Hamano
2023-06-21Merge branch 'jc/test-modernization'Junio C Hamano
2023-06-21Merge branch 'kh/use-default-notes-doc'Junio C Hamano
2023-06-21Merge branch 'pb/complete-and-document-auto-merge-and-friends'Junio C Hamano
2023-06-21Merge branch 'mh/commit-reach-get-reachable-plug-leak'Junio C Hamano
2023-06-21Merge branch 'tz/test-fix-pthreads-prereq'Junio C Hamano
2023-06-21Merge branch 'tz/test-ssh-verifytime-fix'Junio C Hamano
2023-06-21Merge branch 'jk/ci-use-clang-for-sanitizer-jobs'Junio C Hamano
2023-06-21Merge branch 'tl/quote-problematic-arg-for-clarity'Junio C Hamano
2023-06-21Merge branch 'ps/fetch-cleanups'Junio C Hamano
2023-06-15doc: trailer: add more examples in DESCRIPTIONLinus Arver
2023-06-15doc: trailer: mention 'key' in DESCRIPTIONLinus Arver
2023-06-15doc: trailer.<token>.command: emphasize deprecationLinus Arver
2023-06-15doc: trailer: use angle brackets for <token> and <value>Linus Arver
2023-06-15doc: trailer: remove redundant phrasingLinus Arver
2023-06-15doc: trailer: examples: avoid the word "message" by itselfLinus Arver
2023-06-15doc: trailer: drop "commit message part" phrasingLinus Arver
2023-06-15doc: trailer: swap verb orderLinus Arver
2023-06-15doc: trailer: fix grammarLinus Arver