aboutsummaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jp/prompt-clear-before-upstream-mark'Junio C Hamano2022-06-211-1/+1
|\
| * git-prompt: fix expansion of branch colour codesJoakim Petersen2022-06-101-9/+9
| * git-prompt: make colourization consistentJoakim Petersen2022-06-071-9/+9
* | Merge branch 'cb/path-owner-check-with-sudo-plus'Junio C Hamano2022-06-171-14/+1
|\ \
| * | git-compat-util: allow root to access both SUDO_UID and root ownedCarlo Marcelo Arenas Belón2022-06-171-14/+1
* | | Merge branch 'jk/bug-fl-va-list-fix'Junio C Hamano2022-06-171-2/+2
|\ \ \
| * | | bug_fl(): correctly initialize trace2 va_listJeff King2022-06-161-2/+2
* | | | Merge branch 'ab/credentials-in-url-more'Junio C Hamano2022-06-172-12/+12
|\ \ \ \
| * | | | transfer doc: move fetch.credentialsInUrl to "transfer" config namespaceÆvar Arnfjörð Bjarmason2022-06-152-12/+12
* | | | | Merge branch 'ds/more-test-coverage'Junio C Hamano2022-06-172-7/+28
|\ \ \ \ \
| * | | | | t5329: test 'git gc --cruft' without '--prune=now'Derrick Stolee2022-06-161-1/+3
| * | | | | t2107: test 'git update-index --verbose'Derrick Stolee2022-06-161-6/+25
| |/ / / /
* | | | | Merge branch 'jk/perf-lib-test-titles'Junio C Hamano2022-06-171-1/+1
|\ \ \ \ \
| * | | | | perf-lib: fix missing test titles in outputJeff King2022-06-161-1/+1
* | | | | | Merge branch 'jc/revert-show-parent-info'Junio C Hamano2022-06-151-0/+37
|\ \ \ \ \ \
| * | | | | | revert: --reference should apply only to 'revert', not 'cherry-pick'Junio C Hamano2022-05-311-0/+6
| * | | | | | revert: optionally refer to commit in the "reference" formatJunio C Hamano2022-05-261-0/+31
* | | | | | | tests: add LIBCURL prerequisite to tests needing libcurlÆvar Arnfjörð Bjarmason2022-06-154-5/+6
* | | | | | | add -i tests: mark "TODO" depending on GIT_TEST_ADD_I_USE_BUILTINÆvar Arnfjörð Bjarmason2022-06-153-3/+15
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'gc/document-config-worktree-scope'Junio C Hamano2022-06-131-0/+9
|\ \ \ \ \ \
| * | | | | | config: document and test the 'worktree' scopeGlen Choo2022-06-071-0/+9
* | | | | | | Merge branch 'ds/credentials-in-url'Junio C Hamano2022-06-132-0/+55
|\ \ \ \ \ \ \
| * | | | | | | remote: create fetch.credentialsInUrl configDerrick Stolee2022-06-062-0/+55
* | | | | | | | Merge branch 'jt/unparse-commit-upon-graft-change'Junio C Hamano2022-06-131-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | commit,shallow: unparse commits if grafts changedJonathan Tan2022-06-061-0/+12
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'ab/hooks-regression-fix'Junio C Hamano2022-06-133-3/+80
|\ \ \ \ \ \ \ \
| * | | | | | | | hook API: fix v2.36.0 regression: hooks should be connected to a TTYÆvar Arnfjörð Bjarmason2022-06-071-0/+31
| * | | | | | | | run-command: add an "ungroup" option to run_process_parallel()Ævar Arnfjörð Bjarmason2022-06-072-3/+49
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'tl/ls-tree-oid-only'Junio C Hamano2022-06-133-3/+204
|\ \ \ \ \ \ \ \
| * | | | | | | | ls-tree: test for the regression in 9c4d58ff2c3Ævar Arnfjörð Bjarmason2022-06-033-3/+204
* | | | | | | | | Merge branch 'pb/range-diff-with-submodule'Junio C Hamano2022-06-131-0/+51
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | range-diff: show submodule changes irrespective of diff.submodulePhilippe Blain2022-06-061-0/+51
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ab/bug-if-bug'Junio C Hamano2022-06-102-2/+103
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | usage.c: add a non-fatal bug() function to go with BUG()Ævar Arnfjörð Bjarmason2022-06-022-2/+103
| |/ / / / / / /
* | | | | | | | Merge branch 'jy/gitweb-xhtml5'Junio C Hamano2022-06-101-0/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | gitweb: switch to an XHTML5 DOCTYPEJason Yundt2022-06-021-0/+14
| |/ / / / / / /
* | | | | | | | Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano2022-06-108-4/+986
|\ \ \ \ \ \ \ \
| * | | | | | | | t7527: improve implicit shutdown testing in fsmonitor--daemonJeff Hostetler2022-05-261-14/+40
| * | | | | | | | fsmonitor--daemon: allow --super-prefix argumentJeff Hostetler2022-05-261-0/+50
| * | | | | | | | t7527: test Unicode NFC/NFD handling on MacOSJeff Hostetler2022-05-261-0/+55
| * | | | | | | | t/lib-unicode-nfc-nfd: helper prereqs for testing unicode nfc/nfdJeff Hostetler2022-05-261-0/+162
| * | | | | | | | t/helper/hexdump: add helper to print hexdump of stdinJeff Hostetler2022-05-263-0/+32
| * | | | | | | | t7527: test FSMonitor on case insensitive+preserving file systemJeff Hostetler2022-05-261-0/+36
| * | | | | | | | fsmonitor: never set CE_FSMONITOR_VALID on submodulesJeff Hostetler2022-05-261-0/+111
| * | | | | | | | t/perf/p7527: add perf test for builtin FSMonitorJeff Hostetler2022-05-261-0/+257
| * | | | | | | | t7527: FSMonitor tests for directory movesJeff Hostetler2022-05-261-0/+27
| * | | | | | | | fsmonitor-settings: VFS for Git virtual repos are incompatibleJeff Hostetler2022-05-261-0/+9
| * | | | | | | | fsmonitor-settings: bare repos are incompatible with FSMonitorJeff Hostetler2022-05-261-0/+23
| * | | | | | | | t/helper/fsmonitor-client: create stress testJeff Hostetler2022-05-261-0/+106
| * | | | | | | | t7527: test FSMonitor on repos with Unicode root pathsJeff Hostetler2022-05-261-0/+23