summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-2418-0/+20
* match-trees.h: move declarations for match-trees.c functions from cache.hElijah Newren2023-04-241-0/+1
* packfile.h: move pack_window and pack_entry from cache.hElijah Newren2023-04-241-0/+1
* treewide: be explicit about dependence on strbuf.hElijah Newren2023-04-245-0/+5
* treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-113-3/+0
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-115-0/+5
* treewide: remove unnecessary cache.h inclusionElijah Newren2023-04-111-1/+0
* treewide: be explicit about dependence on mem-pool.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-113-0/+3
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-046-19/+27
|\
| * cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+5
| * cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+7
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-285-11/+13
* | write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-1/+2
* | treewide: remove cache.h inclusion due to setup.h changesElijah Newren2023-03-2115-18/+3
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-2135-1/+35
* | treewide: remove cache.h inclusion due to environment.h changesElijah Newren2023-03-211-1/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-214-0/+4
* | treewide: remove unnecessary includes of cache.hElijah Newren2023-03-212-2/+1
* | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-213-0/+3
* | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren2023-03-211-1/+0
* | treewide: remove unnecessary inclusion of gettext.hElijah Newren2023-03-213-3/+0
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-214-0/+4
* | treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-214-2/+4
* | Merge branch 'jk/add-p-unmerged-fix'Junio C Hamano2023-03-191-0/+21
|\ \
| * | add-patch: handle "* Unmerged path" linesJeff King2023-03-091-0/+21
* | | Merge branch 'ew/fetch-no-write-fetch-head-fix'Junio C Hamano2023-03-192-0/+20
|\ \ \
| * | | fetch: pass --no-write-fetch-head to subprocessesEric Wong2023-03-092-0/+20
| | |/ | |/|
* | | Merge branch 'ab/fix-strategy-opts-parsing'Junio C Hamano2023-03-191-0/+18
|\ \ \
| * | | sequencer.c: fix overflow & segfault in parse_strategy_opts()Ævar Arnfjörð Bjarmason2023-03-081-0/+18
| | |/ | |/|
* | | Merge branch 'jk/format-patch-change-format-for-empty-commits'Junio C Hamano2023-03-191-0/+10
|\ \ \
| * | | format-patch: output header for empty commitsJohn Keeping2023-03-031-0/+10
| | |/ | |/|
* | | Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano2023-03-192-1/+28
|\ \ \
| * | | parse-options: consistently allocate memory in fix_filename()Jeff King2023-03-061-1/+2
| * | | bundle: don't blindly apply prefix_filename() to "-"Junio C Hamano2023-03-061-0/+11
| * | | bundle: let "-" mean stdin for reading operationsJeff King2023-03-061-0/+15
| | |/ | |/|
* | | Merge branch 'jk/bundle-progress'Junio C Hamano2023-03-191-0/+13
|\ \ \
| * | | bundle: turn on --all-progress-implied by defaultJeff King2023-03-061-0/+13
| |/ /
* | | Merge branch 'rj/avoid-switching-to-already-used-branch'Junio C Hamano2023-03-192-0/+43
|\ \ \
| * | | switch: reject if the branch is already checked out elsewhere (test)Rubén Justo2023-02-251-0/+29
| * | | rebase: refuse to switch to a branch already checked out elsewhere (test)Rubén Justo2023-02-251-0/+14
* | | | Merge branch 'rj/bisect-already-used-branch'Junio C Hamano2023-03-191-0/+23
|\ \ \ \
| * | | | bisect: fix "reset" when branch is checked out elsewhereRubén Justo2023-01-221-0/+23
| |/ / /
* | | | Merge branch 'zh/push-to-delete-onelevel-ref'Junio C Hamano2023-03-191-0/+12
|\ \ \ \
| * | | | push: allow delete single-level refZheNing Hu2023-03-011-0/+12
* | | | | Merge branch 'ak/restore-both-incompatible-with-conflicts'Junio C Hamano2023-03-191-0/+16
|\ \ \ \ \
| * | | | | restore: fault --staged --worktree with merge optsAndy Koppe2023-02-271-0/+16
* | | | | | Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano2023-03-1921-112/+245
|\ \ \ \ \ \