summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-03-28config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason-22/+105
2023-03-28config API users: test for *_get_value_multi() segfaultsÆvar Arnfjörð Bjarmason-0/+74
2023-03-28for-each-repo: error on bad --configÆvar Arnfjörð Bjarmason-5/+12
2023-03-28config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason-46/+64
2023-03-28versioncmp.c: refactor config reading next commitÆvar Arnfjörð Bjarmason-8/+11
2023-03-28config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason-18/+135
2023-03-28config tests: add "NULL" tests for *_get_value_multi()Ævar Arnfjörð Bjarmason-0/+65
2023-03-28config tests: cover blind spots in git_die_config() testsÆvar Arnfjörð Bjarmason-3/+32
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason-82/+76
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason-18/+18
2023-03-28cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-25/+12
2023-03-28cocci: apply the "rerere.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-8/+5
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-27/+37
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-46/+32
2023-03-28cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-7/+6
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-35/+54
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-142/+184
2023-03-28cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-12/+9
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-174/+196
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-60/+72
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-310/+332
2023-03-28cocci: add missing "the_repository" macros to "pending"Ævar Arnfjörð Bjarmason-0/+70
2023-03-28cocci: sort "the_repository" rules by headerÆvar Arnfjörð Bjarmason-15/+19
2023-03-28cocci: fix incorrect & verbose "the_repository" rulesÆvar Arnfjörð Bjarmason-114/+46
2023-03-28cocci: remove dead rule from "the_repository.pending.cocci"Ævar Arnfjörð Bjarmason-8/+0
2023-03-27t3070: make chain lint tester happyMichael J Gruber-4/+6
2023-03-27credential/wincred: include wincred.hM Hickford-60/+1
2023-03-27config: tell the user that we expect an ASCII characterKristoffer Haugsbakk-1/+1
2023-03-27commit-graph: fix truncated generation numbersPatrick Steinhardt-1/+10
2023-03-27builtin/sparse-checkout: add check-rules commandWilliam Sprent-23/+267
2023-03-27builtin/sparse-checkout: remove NEED_WORK_TREE flagWilliam Sprent-1/+40
2023-03-27t3701: we don't need no Perl for `add -i` anymoreJohannes Schindelin-6/+0
2023-03-27unpack-trees: take care to propagate the split-index flagJohannes Schindelin-0/+2
2023-03-27fsmonitor: avoid overriding `cache_changed` bitsJohannes Schindelin-1/+1
2023-03-27split-index; stop abusing the `base_oid` to strip the "link" extensionJohannes Schindelin-18/+33
2023-03-27split-index & fsmonitor: demonstrate a bugJohannes Schindelin-0/+37
2023-03-27branch: avoid unnecessary worktrees traversalsRubén Justo-1/+1
2023-03-27branch: rename orphan branches in any worktreeRubén Justo-2/+18
2023-03-27branch: description for orphan branch errorsRubén Justo-5/+34
2023-03-27branch: use get_worktrees() in copy_or_rename_branch()Rubén Justo-9/+9
2023-03-27branch: test for failures while renaming branchesRubén Justo-35/+47
2023-03-27rebase: add a config option for --rebase-mergesAlex Henrie-20/+118
2023-03-27rebase: deprecate --rebase-merges=""Alex Henrie-2/+6
2023-03-27rebase: add documentation and test for --no-rebase-mergesAlex Henrie-7/+21
2023-03-27t5000: use check_mtime()René Scharfe-8/+1
2023-03-24archive: improve support for running in subdirectoryRené Scharfe-21/+83
2023-03-24blame: allow --contents to work with non-HEAD commitJacob Keller-20/+46
2023-03-24sequencer: rewrite save_head() in terms of write_message()Oswald Buddenhagen-19/+1
2023-03-24sequencer: remove pointless rollback_lock_file()Oswald Buddenhagen-1/+0
2023-03-23pack-redundant: escalate deprecation warning to an errorJeff King-0/+1