summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2020-11-18t3040: remove stale noteLibravatar Johannes Schindelin1-3/+0
2020-11-18tests: fix description of 'test_set_prereq'Libravatar SZEDER Gábor1-1/+1
2020-11-18tests: make sure nested lazy prereqs work reliablyLibravatar SZEDER Gábor2-3/+24
2020-11-18t2106: ensure that the checkout fails for the expected reasonLibravatar Johannes Schindelin1-1/+2
2020-11-18t2106: make test independent of the current main branch nameLibravatar Johannes Schindelin1-1/+1
2020-11-18t2106: adjust style to the current conventionsLibravatar Johannes Schindelin1-14/+16
2020-11-16pull: check for local submodule modifications with the right rangeLibravatar Philippe Blain1-0/+29
2020-11-16t5572: describe '--rebase' tests a little moreLibravatar Philippe Blain1-2/+10
2020-11-16t5572: add notes on a peculiar testLibravatar Philippe Blain1-0/+15
2020-11-16add -i: verify in the tests that colors can be overriddenLibravatar Johannes Schindelin1-0/+84
2020-11-16update-ref: disallow "start" for ongoing transactionsLibravatar Patrick Steinhardt1-0/+11
2020-11-16p1400: use `git-update-ref --stdin` to test multiple transactionsLibravatar Patrick Steinhardt1-13/+7
2020-11-16update-ref: allow creation of multiple transactionsLibravatar Patrick Steinhardt1-0/+50
2020-11-16t1400: avoid touching refs on filesystemLibravatar Patrick Steinhardt1-35/+42
2020-11-16t5310-pack-bitmaps: skip JGit tests with SHA256Libravatar SZEDER Gábor1-2/+2
2020-11-12submodules: fix of regression on fetching of non-init subsub-repoLibravatar Peter Kaestle1-0/+63
2020-11-11receive-pack: log received client session IDLibravatar Josh Steadmon1-6/+14
2020-11-11upload-pack, serve: log received client session IDLibravatar Josh Steadmon1-6/+12
2020-11-11transport: log received server session IDLibravatar Josh Steadmon1-0/+64
2020-11-11Merge branch 'js/test-file-size'Libravatar Junio C Hamano5-42/+24
2020-11-11Merge branch 'js/test-whitespace-fixes'Libravatar Junio C Hamano7-112/+113
2020-11-11Merge branch 'rs/worktree-list-show-locked'Libravatar Junio C Hamano1-1/+1
2020-11-11Use new HASHMAP_INIT macro to simplify hashmap initializationLibravatar Elijah Newren1-2/+1
2020-11-11receive-pack: use default version 0 for proc-receiveLibravatar Jiang Xin3-6/+132
2020-11-11receive-pack: gently write messages to proc-receiveLibravatar Jiang Xin3-24/+329
2020-11-11t5411: new helper filter_out_user_friendly_and_stable_outputLibravatar Jiang Xin3-14/+17
2020-11-11t7800: simplify difftool testLibravatar Jinoh Kang1-19/+9
2020-11-10rev-parse: handle --end-of-optionsLibravatar Jeff King2-0/+29
2020-11-10rev-parse: don't accept options after dashdashLibravatar Jeff King1-0/+9
2020-11-10blame: silently ignore invalid ignore file objectsLibravatar René Scharfe1-2/+2
2020-11-09completion: bash: support recursive aliasesLibravatar Felipe Contreras1-0/+19
2020-11-09format-patch: make output filename configurableLibravatar Junio C Hamano1-0/+54
2020-11-09Merge branch 'js/default-branch-name-adjust-t5411'Libravatar Junio C Hamano32-723/+726
2020-11-09Merge branch 'fc/zsh-completion'Libravatar Junio C Hamano1-1/+1
2020-11-09Merge branch 'jk/sideband-more-error-checking'Libravatar Junio C Hamano1-0/+12
2020-11-09Merge branch 'ab/git-remote-exit-code'Libravatar Junio C Hamano1-8/+8
2020-11-09Merge branch 'pb/ref-filter-with-crlf'Libravatar Junio C Hamano1-0/+126
2020-11-09Merge branch 'jk/checkout-index-errors'Libravatar Junio C Hamano2-1/+20
2020-11-09Merge branch 'jk/perl-warning'Libravatar Junio C Hamano1-0/+6
2020-11-09Merge branch 'nk/diff-files-vs-fsmonitor'Libravatar Junio C Hamano5-48/+68
2020-11-09Merge branch 'as/tests-cleanup'Libravatar Junio C Hamano2-2/+4
2020-11-09Merge branch 'en/dir-rename-tests'Libravatar Junio C Hamano1-47/+545
2020-11-09t9603: use tabs for indentationLibravatar Johannes Schindelin1-12/+12
2020-11-09t5570: remove trailing paddingLibravatar Johannes Schindelin1-6/+6
2020-11-09t5400,t5402: consistently indent with tabs, not with spacesLibravatar Johannes Schindelin2-84/+85
2020-11-09t3427: adjust stale commentLibravatar Johannes Schindelin1-1/+1
2020-11-09t3406: indent with tabs, not spacesLibravatar Johannes Schindelin1-8/+8
2020-11-09t1004: insert missing "branch" in a messageLibravatar Johannes Schindelin1-1/+1
2020-11-06tests: consolidate the `file_size` function into `test-lib-functions.sh`Libravatar Johannes Schindelin5-42/+24
2020-11-06diff: allow passing NULL to diff_free_filespec_data()Libravatar Jinoh Kang1-0/+23