summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2023-03-27branch: test for failures while renaming branchesRubén Justo1-0/+15
2023-03-27rebase: add a config option for --rebase-mergesAlex Henrie2-0/+51
2023-03-27rebase: add documentation and test for --no-rebase-mergesAlex Henrie1-0/+10
2023-03-27t5000: use check_mtime()René Scharfe1-8/+1
2023-03-24archive: improve support for running in subdirectoryRené Scharfe2-0/+29
2023-03-24blame: allow --contents to work with non-HEAD commitJacob Keller1-0/+14
2023-03-22fast-export: de-obfuscate --anonymize-map handlingJeff King1-0/+2
2023-03-21Merge branch 'fc/test-aggregation-clean-up'Junio C Hamano2-4/+2
2023-03-21Merge branch 'aj/ls-files-format-fix'Junio C Hamano1-0/+16
2023-03-21Merge branch 'jk/format-patch-ignore-noprefix'Junio C Hamano2-0/+58
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-1/+2
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren15-18/+3
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren35-1/+35
2023-03-21treewide: remove cache.h inclusion due to environment.h changesElijah Newren1-1/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren4-0/+4
2023-03-21treewide: remove unnecessary includes of cache.hElijah Newren2-2/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren3-0/+3
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren1-1/+0
2023-03-21treewide: remove unnecessary inclusion of gettext.hElijah Newren3-3/+0
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren4-0/+4
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren4-2/+4
2023-03-20commit-reach: add tips_reachable_from_bases()Derrick Stolee2-5/+93
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee5-0/+187
2023-03-20commit-graph: return generation from memoryDerrick Stolee1-1/+1
2023-03-20for-each-ref: explicitly test no matchesDerrick Stolee1-0/+13
2023-03-20for-each-ref: add --stdin optionDerrick Stolee1-0/+37
2023-03-20wildmatch: fix exponential behaviorPhillip Wood1-0/+9
2023-03-20t1507: assert output of rev-parseAndrei Rybak1-2/+4
2023-03-20t1404: don't create unused fileAndrei Rybak1-1/+0
2023-03-20t1400: assert output of update-refAndrei Rybak1-0/+3
2023-03-20t1302: don't create unused fileAndrei Rybak1-1/+1
2023-03-20t1010: don't create unused filesAndrei Rybak1-2/+2
2023-03-20t1006: assert error output of cat-fileAndrei Rybak1-1/+2
2023-03-20t1005: assert output of ls-filesAndrei Rybak1-5/+10
2023-03-19Merge branch 'jk/add-p-unmerged-fix'Junio C Hamano1-0/+21
2023-03-19Merge branch 'ew/fetch-no-write-fetch-head-fix'Junio C Hamano2-0/+20
2023-03-19Merge branch 'ab/fix-strategy-opts-parsing'Junio C Hamano1-0/+18
2023-03-19Merge branch 'jk/format-patch-change-format-for-empty-commits'Junio C Hamano1-0/+10
2023-03-19Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano2-1/+28
2023-03-19Merge branch 'jk/bundle-progress'Junio C Hamano1-0/+13
2023-03-19Merge branch 'rj/avoid-switching-to-already-used-branch'Junio C Hamano2-0/+43
2023-03-19Merge branch 'rj/bisect-already-used-branch'Junio C Hamano1-0/+23
2023-03-19Merge branch 'zh/push-to-delete-onelevel-ref'Junio C Hamano1-0/+12
2023-03-19Merge branch 'ak/restore-both-incompatible-with-conflicts'Junio C Hamano1-0/+16
2023-03-19Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano21-112/+245
2023-03-17git_connect(): fix corner cases in downgrading v2 to v0Jeff King1-0/+27
2023-03-17Merge branch 'ew/fetch-hiderefs'Junio C Hamano3-2/+11
2023-03-17Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano4-0/+371
2023-03-17Merge branch 'jc/gpg-lazy-init'Junio C Hamano1-0/+10