summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-06-23Merge branch 'tb/open-midx-bitmap-fallback'Junio C Hamano-3/+40
2023-06-23Merge branch 'tb/gc-recent-object-hook'Junio C Hamano-3/+313
2023-06-23Merge branch 'tz/lib-gpg-prereq-fix'Junio C Hamano-0/+1
2023-06-23Merge branch 'sl/worktree-sparse'Junio C Hamano-0/+42
2023-06-23Merge branch 'rs/run-command-exec-error-on-noent'Junio C Hamano-26/+8
2023-06-23Merge branch 'mh/credential-erase-improvements'Junio C Hamano-20/+128
2023-06-23Merge branch 'gc/discover-not-setup'Junio C Hamano-8/+0
2023-06-23ll-merge: killing the external merge driver aborts the mergeJunio C Hamano-2/+35
2023-06-22The third batchJunio C Hamano-0/+28
2023-06-22Merge branch 'jt/doc-use-octal-with-printf'Junio C Hamano-0/+4
2023-06-22Merge branch 'rs/doc-ls-tree-hex-literal'Junio C Hamano-3/+3
2023-06-22Merge branch 'la/docs-typofixes'Junio C Hamano-13/+13
2023-06-22Merge branch 'as/dtype-compilation-fix'Junio C Hamano-14/+14
2023-06-22Merge branch 'ds/add-i-color-configuration-fix'Junio C Hamano-1/+39
2023-06-22Merge branch 'ps/cat-file-null-output'Junio C Hamano-138/+232
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano-31/+111
2023-06-22Merge branch 'tb/pack-bitmap-traversal-with-boundary'Junio C Hamano-40/+284
2023-06-22Merge branch 'ja/worktree-orphan'Junio C Hamano-21/+735
2023-06-21fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren-58/+73
2023-06-21hash-ll, hashmap: move oidhash() to hash-llElijah Newren-23/+22
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-655/+677
2023-06-21khash: name the structs that khash declaresElijah Newren-2/+2
2023-06-21merge-ll: rename from ll-mergeElijah Newren-13/+13
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren-2/+16
2023-06-21builtin.h: remove unneccessary includesElijah Newren-2/+7
2023-06-21list-objects-filter-options.h: remove unneccessary includeElijah Newren-1/+0
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren-1/+35
2023-06-21repository: remove unnecessary include of path.hElijah Newren-2/+70
2023-06-21log-tree: replace include of revision.h with simple forward declarationElijah Newren-1/+3
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-206/+100
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren-524/+603
2023-06-21repository.h: move declaration of the_index from cache.hElijah Newren-4/+4
2023-06-21merge.h: move declarations for merge.c from cache.hElijah Newren-11/+21
2023-06-21diff.h: move declaration for global in diff.c from cache.hElijah Newren-3/+2
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren-6/+27
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren-2/+21
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren-9/+26
2023-06-21run-command.h: move declarations for run-command.c from cache.hElijah Newren-5/+5
2023-06-21statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren-132/+142
2023-06-21read-cache: move shared add/checkout/commit codeElijah Newren-100/+102
2023-06-21add: modify add_files_to_cache() to avoid globalsElijah Newren-10/+21
2023-06-21read-cache: move shared commit and ls-files codeElijah Newren-137/+137
2023-06-21setup: adopt shared init-db & clone codeElijah Newren-507/+503
2023-06-21init-db, clone: change unnecessary global into passed parameterElijah Newren-6/+9
2023-06-21init-db: remove unnecessary global variableElijah Newren-5/+7
2023-06-21init-db: document existing bug with core.bare in template configElijah Newren-1/+60
2023-06-21notes: introduce "--no-separator" optionTeng Long-18/+79
2023-06-21notes.c: introduce "--[no-]stripspace" optionTeng Long-19/+332
2023-06-21notes.c: append separator instead of insert by posTeng Long-9/+12
2023-06-21notes.c: introduce '--separator=<paragraph-break>' optionTeng Long-29/+227