summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren2023-06-2115-6/+27
* sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren2023-06-2121-2/+21
* name-hash.h: move declarations for name-hash.c from cache.hElijah Newren2023-06-2112-9/+26
* run-command.h: move declarations for run-command.c from cache.hElijah Newren2023-06-214-5/+5
* statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren2023-06-218-132/+142
* read-cache: move shared add/checkout/commit codeElijah Newren2023-06-212-100/+102
* add: modify add_files_to_cache() to avoid globalsElijah Newren2023-06-214-10/+21
* read-cache: move shared commit and ls-files codeElijah Newren2023-06-212-137/+137
* setup: adopt shared init-db & clone codeElijah Newren2023-06-215-507/+503
* init-db, clone: change unnecessary global into passed parameterElijah Newren2023-06-213-6/+9
* init-db: remove unnecessary global variableElijah Newren2023-06-211-5/+7
* init-db: document existing bug with core.bare in template configElijah Newren2023-06-213-1/+60
* The second batch for 2.42Junio C Hamano2023-06-211-0/+35
* Merge branch 'la/doc-interpret-trailers'Junio C Hamano2023-06-211-56/+78
|\
| * doc: trailer: add more examples in DESCRIPTIONLinus Arver2023-06-151-2/+18
| * doc: trailer: mention 'key' in DESCRIPTIONLinus Arver2023-06-151-1/+4
| * doc: trailer.<token>.command: emphasize deprecationLinus Arver2023-06-151-2/+2
| * doc: trailer: use angle brackets for <token> and <value>Linus Arver2023-06-151-4/+4
| * doc: trailer: remove redundant phrasingLinus Arver2023-06-151-3/+2
| * doc: trailer: examples: avoid the word "message" by itselfLinus Arver2023-06-151-25/+25
| * doc: trailer: drop "commit message part" phrasingLinus Arver2023-06-151-16/+20
| * doc: trailer: swap verb orderLinus Arver2023-06-151-1/+1
| * doc: trailer: fix grammarLinus Arver2023-06-151-4/+4
* | Merge branch 'jk/log-follow-with-non-literal-pathspec'Junio C Hamano2023-06-216-10/+70
|\ \
| * | diff: detect pathspec magic not supported by --followJeff King2023-06-032-0/+30
| * | diff: factor out --follow pathspec checkJeff King2023-06-033-3/+20
| * | pathspec: factor out magic-to-name functionJeff King2023-06-032-7/+20
* | | Merge branch 'vd/worktree-config-is-per-repository'Junio C Hamano2023-06-2113-37/+102
|\ \ \
| * | | repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye2023-05-2610-15/+38
| * | | config: pass 'repo' directly to 'config_with_options()'Victoria Dye2023-05-264-16/+21
| * | | config: use gitdir to get worktree configVictoria Dye2023-05-263-11/+48
* | | | Merge branch 'tb/submodule-null-deref-fix'Junio C Hamano2023-06-212-2/+21
|\ \ \ \
| * | | | builtin/submodule--helper.c: handle missing submodule URLsTaylor Blau2023-05-242-2/+21
| | |/ / | |/| |
* | | | Merge branch 'jc/test-modernization-2'Junio C Hamano2023-06-2110-715/+739
|\ \ \ \
| * | | | t9400-git-cvsserver-server: modernize test formatJohn Cai2023-05-231-252/+278
| * | | | t9200-git-cvsexportcommit: modernize test formatJohn Cai2023-05-231-176/+175
| * | | | t9104-git-svn-follow-parent: modernize test formatJohn Cai2023-05-231-31/+31
| * | | | t9100-git-svn-basic: modernize test formatJohn Cai2023-05-231-16/+15
| * | | | t7700-repack: modernize test formatJohn Cai2023-05-231-5/+5
| * | | | t7600-merge: modernize test formatJohn Cai2023-05-231-20/+20
| * | | | t7508-status: modernize test formatJohn Cai2023-05-231-2/+2
| * | | | t7201-co: modernize test formatJohn Cai2023-05-231-46/+46
| * | | | t7111-reset-table: modernize test formatJohn Cai2023-05-231-10/+10
| * | | | t7110-reset-merge: modernize test formatJohn Cai2023-05-231-157/+157
* | | | | Merge branch 'jc/test-modernization'Junio C Hamano2023-06-2120-1593/+1564
|\| | | |
| * | | | t7101-reset-empty-subdirs: modernize test formatJohn Cai2023-05-191-24/+24
| * | | | t6050-replace: modernize test formatJohn Cai2023-05-191-148/+148
| * | | | t5306-pack-nobase: modernize test formatJohn Cai2023-05-191-49/+45
| * | | | t5303-pack-corruption-resilience: modernize test formatJohn Cai2023-05-191-292/+292
| * | | | t5301-sliding-window: modernize test formatJohn Cai2023-05-191-50/+50