summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-08-12reftable/stack: reorder code to avoid forward declarationsPatrick Steinhardt-188/+176
2025-08-12reftable/writer: drop Git-specific `QSORT()` macroPatrick Steinhardt-2/+4
2025-08-12reftable/writer: fix type used for number of recordsPatrick Steinhardt-10/+11
2025-08-11A few hotfixes before -rc2Junio C Hamano-0/+0
2025-08-11Merge branch 'rs/merge-compact-summary'Junio C Hamano-1/+1
2025-08-11Merge branch 'rs/for-each-ref-start-after-marker-fix'Junio C Hamano-1/+1
2025-08-11doc lint: check that synopsis manpages have synopsis inlinesJean-Noël Avila-11/+17
2025-08-11doc:git-for-each-ref: fix styling and typosJean-Noël Avila-132/+132
2025-08-11doc: check for absence of the form --[no-]parameterJean-Noël Avila-78/+159
2025-08-11doc: check for absence of multiple terms in each entry of desc listJean-Noël Avila-6/+51
2025-08-11doc: check well-formedness of delimited sectionsJean-Noël Avila-4/+80
2025-08-11doc: test linkgit macros for well-formednessJean-Noël Avila-1/+8
2025-08-11midx: compute paths via their sourcePatrick Steinhardt-75/+62
2025-08-11midx: stop duplicating info redundant with its owning sourcePatrick Steinhardt-35/+36
2025-08-11midx: write multi-pack indices via their sourcePatrick Steinhardt-49/+47
2025-08-11midx: load multi-pack indices via their sourcePatrick Steinhardt-52/+62
2025-08-11midx: drop redundant `struct repository` parameterPatrick Steinhardt-28/+26
2025-08-11odb: simplify calling `link_alt_odb_entry()`Patrick Steinhardt-18/+7
2025-08-11odb: return newly created in-memory sourcesPatrick Steinhardt-14/+20
2025-08-11odb: consistently use "dir" to refer to alternate's directoryPatrick Steinhardt-16/+14
2025-08-11odb: allow `odb_find_source()` to failPatrick Steinhardt-5/+14
2025-08-11odb: store locality in object database sourcesPatrick Steinhardt-8/+18
2025-08-11builtin/fmt-merge-msg: stop depending on 'the_repository'Ayush Chandekar-3/+9
2025-08-11environment: remove the global variable 'merge_log_config'Ayush Chandekar-8/+10
2025-08-11git-jump: make `diff` work with filenames containing spacesGreg Hurrell-1/+1
2025-08-11bloom: enable bloom filter with wildcard pathspec in revision traversalLidong Yan-17/+56
2025-08-09diff: --no-index should ignore the worktreeJunio C Hamano-0/+32
2025-08-09merge: don't document non-existing --compact-summary argumentRené Scharfe-1/+1
2025-08-09for-each-ref: call --start-after argument "marker"René Scharfe-1/+1
2025-08-08t6137-*.sh: fix test failure on cygwinRamsay Jones-6/+6
2025-08-08builtin: also setup gently for --help-allD. Ben Knoble-7/+19
2025-08-08parse-options: refactor flags for usage_with_options_internalD. Ben Knoble-5/+15
2025-08-08Merge branch 'ua/t1517-short-help-tests' into dk/help-allJunio C Hamano-13/+37
2025-08-08doc: git-log: fix description listKristoffer Haugsbakk-2/+2
2025-08-08t0450: fix test for out-of-tree buildsToon Claes-1/+1
2025-08-08remote.c: convert if-else ladder to switchDenton Liu-7/+12
2025-08-08remote.c: remove BUG in show_push_unqualified_ref_name_error()Denton Liu-2/+8
2025-08-08t5516: remove surrounding empty lines in test bodiesDenton Liu-51/+0
2025-08-08diff: ensure consistent diff behavior with ignore optionsLidong Yan-23/+70
2025-08-08t5304: move `prune -h` test from t1517Usman Akinyemi-7/+5
2025-08-08t5200: move `update-server-info -h` test from t1517Usman Akinyemi-5/+5
2025-08-08t/t1517: automate `git subcmd -h` tests outside a repositoryUsman Akinyemi-2/+28
2025-08-07diff: teach tree-diff a max-depth parameterJeff King-3/+257
2025-08-07within_depth: fix return for empty pathToon Claes-1/+50
2025-08-07combine-diff: zero memory used for callback filepairsJeff King-1/+1
2025-08-07merge-ort: fix directory rename on top of source of other rename/deleteElijah Newren-20/+355
2025-08-07merge-ort: fix incorrect file handlingElijah Newren-3/+80
2025-08-07merge-ort: clarify the interning of strings in opt->priv->pathElijah Newren-3/+8
2025-08-07t6423: fix missed staging of file in testcases 12i,12j,12kElijah Newren-3/+6
2025-08-07t6423: document two bugs with rename-to-self testcasesElijah Newren-2/+98