summaryrefslogtreecommitdiffstats
path: root/reflog-walk.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason17-82/+76
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason11-18/+18
2023-03-28cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason8-25/+12
2023-03-28cocci: apply the "rerere.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason4-8/+5
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason17-27/+37
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason18-46/+32
2023-03-28cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason5-7/+6
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason16-35/+54
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason60-142/+184
2023-03-28cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason8-12/+9
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason44-174/+196
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason26-60/+72
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason79-310/+332
2023-03-28cocci: add missing "the_repository" macros to "pending"Ævar Arnfjörð Bjarmason1-0/+70
2023-03-28cocci: sort "the_repository" rules by headerÆvar Arnfjörð Bjarmason1-15/+19
2023-03-28cocci: fix incorrect & verbose "the_repository" rulesÆvar Arnfjörð Bjarmason1-114/+46
2023-03-28cocci: remove dead rule from "the_repository.pending.cocci"Ævar Arnfjörð Bjarmason1-8/+0
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren12-10/+13
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren35-77/+114
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren18-21/+5
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren105-164/+271
2023-03-21treewide: remove cache.h inclusion due to environment.h changesElijah Newren9-9/+9
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren119-207/+330
2023-03-21treewide: remove unnecessary includes of cache.hElijah Newren12-12/+17
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren68-34/+103
2023-03-21path.h: move function declarations for path.c functions from cache.hElijah Newren2-60/+61
2023-03-21cache.h: remove expand_user_path()Elijah Newren2-3/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren65-28/+98
2023-03-21environment: move comment_line_char from cache.hElijah Newren13-7/+18
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren13-13/+12
2023-03-21treewide: remove unnecessary inclusion of gettext.hElijah Newren4-4/+0
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren235-1/+236
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren28-25/+29
2023-03-19The second batchJunio C Hamano1-0/+52
2023-03-17Start the 2.41 cycleJunio C Hamano3-2/+38
2023-03-12Git 2.40v2.40.0Junio C Hamano1-1/+1
2023-03-09object-file: reprepare alternates when necessaryDerrick Stolee1-0/+10
2023-03-09fetch: pass --no-write-fetch-head to subprocessesEric Wong3-0/+22
2023-03-09add-patch: handle "* Unmerged path" linesJeff King2-1/+23
2023-03-08sequencer.c: fix overflow & segfault in parse_strategy_opts()Ævar Arnfjörð Bjarmason2-2/+25
2023-03-08advice: add diverging advice for novicesFelipe Contreras3-0/+12
2023-03-08l10n: zh_CN v2.40.0 round 1Fangyi Zhou1-647/+471
2023-03-07Git 2.40-rc2v2.40.0-rc2Junio C Hamano1-1/+1
2023-03-06parse-options: use prefix_filename_except_for_dash() helperJeff King1-3/+1
2023-03-06parse-options: consistently allocate memory in fix_filename()Jeff King6-11/+20
2023-03-06bundle: don't blindly apply prefix_filename() to "-"Junio C Hamano4-1/+22
2023-03-06bundle: document handling of "-" as stdinJeff King1-3/+5
2023-03-06bundle: let "-" mean stdin for reading operationsJeff King2-4/+37
2023-03-06git-merge-tree.txt: replace spurious HTML entityAndreas Schwab1-1/+1
2023-03-06bundle: turn on --all-progress-implied by defaultJeff King3-24/+22