summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2023-03-28config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason2-5/+5
2023-03-28for-each-repo: error on bad --configÆvar Arnfjörð Bjarmason1-5/+6
2023-03-28config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason3-13/+8
2023-03-28config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason3-10/+5
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason2-2/+2
2023-03-28cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason3-6/+6
2023-03-28cocci: apply the "rerere.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason8-9/+19
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason6-7/+7
2023-03-28cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason4-12/+20
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason19-52/+79
2023-03-28cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason3-3/+3
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason17-38/+46
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason10-16/+28
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason41-152/+165
2023-03-27builtin/sparse-checkout: add check-rules commandWilliam Sprent1-20/+111
2023-03-27builtin/sparse-checkout: remove NEED_WORK_TREE flagWilliam Sprent1-0/+6
2023-03-27branch: avoid unnecessary worktrees traversalsRubén Justo1-1/+1
2023-03-27branch: rename orphan branches in any worktreeRubén Justo1-2/+4
2023-03-27branch: description for orphan branch errorsRubén Justo1-5/+16
2023-03-27branch: use get_worktrees() in copy_or_rename_branch()Rubén Justo1-9/+9
2023-03-27branch: test for failures while renaming branchesRubén Justo1-0/+32
2023-03-27rebase: add a config option for --rebase-mergesAlex Henrie1-19/+55
2023-03-27rebase: deprecate --rebase-merges=""Alex Henrie1-2/+6
2023-03-23pack-redundant: escalate deprecation warning to an errorJeff King1-0/+1
2023-03-22fast-export: drop unused parameter from anonymize_commit_message()Jeff King1-2/+2
2023-03-22fast-export: drop data parameter from anonymous generatorsJeff King1-14/+13
2023-03-22fast-export: de-obfuscate --anonymize-map handlingJeff King1-6/+2
2023-03-22fast-export: factor out anonymized_entry creationJeff King1-9/+26
2023-03-22fast-export: simplify initialization of anonymized hashmapsJeff King1-7/+4
2023-03-22fast-export: drop const when storing anonymized valuesJeff King1-1/+1
2023-03-21Merge branch 'ps/receive-pack-unlock-before-die'Junio C Hamano1-4/+10
2023-03-21Merge branch 'aj/ls-files-format-fix'Junio C Hamano1-1/+4
2023-03-21Merge branch 'jk/format-patch-ignore-noprefix'Junio C Hamano2-1/+18
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren15-0/+15
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren33-0/+33
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren42-0/+42
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren20-1/+20
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren26-0/+26
2023-03-21environment: move comment_line_char from cache.hElijah Newren4-0/+4
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren108-0/+108
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee3-0/+5
2023-03-20for-each-ref: add --stdin optionDerrick Stolee1-1/+22
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor5-0/+5
2023-03-20fetch: centralize printing of reference updatesPatrick Steinhardt1-53/+55
2023-03-20fetch: centralize logic to print remote URLPatrick Steinhardt1-55/+44
2023-03-20fetch: centralize handling of per-reference formatPatrick Steinhardt1-3/+4
2023-03-20fetch: pass the full local reference name to `format_display`Patrick Steinhardt1-12/+11