summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-04rebase -i: stop overwriting ORIG_HEAD bufferLibravatar Phillip Wood1-0/+11
2020-11-04format-patch: support --output optionLibravatar Jeff King1-3/+23
2020-11-04format-patch: refactor output selectionLibravatar Jeff King1-0/+13
2020-11-04log: diagnose -L used with pathspec as an errorLibravatar Junio C Hamano1-0/+22
2020-11-03t2402: fix typoLibravatar Johannes Schindelin1-1/+1
2020-11-02t5515: use `main` as the name of the main branch for testing (conclusion)Libravatar Johannes Schindelin1-6/+1
2020-11-02t5515: use `main` as the name of the main branch for testing (part 3)Libravatar Johannes Schindelin65-171/+171
2020-11-02t5515: use `main` as the name of the main branch for testing (part 2)Libravatar Johannes Schindelin62-122/+122
2020-11-02t5515: use `main` as the name of the main branch for testing (part 1)Libravatar Johannes Schindelin1-12/+20
2020-11-02Merge branch 'js/default-branch-name-part-4-minus-1'Libravatar Junio C Hamano17-106/+123