summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2019-11-23sequencer: fix empty commit check when amendingLibravatar Phillip Wood1-0/+32
2019-11-23gpg-interface: limit search for primary key fingerprintLibravatar Hans Jerry Illikainen1-0/+20
2019-11-21unpack-trees: skip stat on fsmonitor-valid filesLibravatar Utsav Shah1-2/+7
2019-11-21t5520: replace `! git` with `test_must_fail git`Libravatar Denton Liu1-2/+2
2019-11-21t5520: remove redundant lines in test casesLibravatar Denton Liu1-8/+0
2019-11-21t5520: replace $(cat ...) comparison with test_cmpLibravatar Denton Liu1-35/+70
2019-11-21t5520: don't put git in upstream of pipeLibravatar Denton Liu1-1/+2
2019-11-21t5520: test single-line files by git with test_cmpLibravatar Denton Liu1-16/+48
2019-11-21t5520: use test_cmp_rev where possibleLibravatar Denton Liu1-25/+25
2019-11-21t5520: replace test -{n,z} with test-lib functionsLibravatar Denton Liu1-4/+8
2019-11-21t5520: use test_line_count where possibleLibravatar Denton Liu1-1/+2
2019-11-21t5520: remove spaces after redirect operatorLibravatar Denton Liu1-5/+5
2019-11-21t5520: replace test -f with test-lib functionsLibravatar Denton Liu1-5/+5
2019-11-21t5520: let sed open its own inputLibravatar Denton Liu1-1/+1
2019-11-21t5520: use sq for test case namesLibravatar Denton Liu1-2/+2
2019-11-21t5520: improve test styleLibravatar Denton Liu1-43/+45
2019-11-21t: teach test_cmp_rev to accept ! for not-equalsLibravatar Denton Liu8-14/+25
2019-11-21t0000: test multiple local assignmentLibravatar Denton Liu1-7/+8
2019-11-21format-patch: pass notes configuration to range-diffLibravatar Denton Liu1-1/+100
2019-11-21range-diff: pass through --notes to `git log`Libravatar Denton Liu1-0/+47
2019-11-21range-diff: output `## Notes ##` headerLibravatar Denton Liu1-7/+7
2019-11-21t3206: range-diff compares logs with commit notesLibravatar Denton Liu1-0/+52
2019-11-21t3206: s/expected/expect/Libravatar Denton Liu1-32/+32
2019-11-21t3206: disable parameter substitution in heredocLibravatar Denton Liu1-1/+1
2019-11-21t3206: remove spaces after redirect operatorsLibravatar Denton Liu1-1/+1
2019-11-20userdiff: support Python async functionsLibravatar Josh Holland6-0/+31
2019-11-20sequencer: handle rebase-merges for "onto" messageLibravatar Doan Tran Cong Danh1-0/+21
2019-11-20rev-parse: make --show-toplevel without a worktree an errorLibravatar Jeff King1-0/+10
2019-11-18rebase -r: let `label` generate safer labelsLibravatar Matthew Rogers1-0/+6
2019-11-18built-in add -i: implement the `help` commandLibravatar Slavica Đukić1-0/+25
2019-11-18gitweb: escape URLs generated by href()Libravatar Jeff King1-1/+2
2019-11-18t/gitweb-lib.sh: set $REQUEST_URILibravatar Jeff King1-1/+2
2019-11-18t/gitweb-lib.sh: drop confusing quotesLibravatar Jeff King1-2/+2
2019-11-18t9502: pass along all arguments in xss helperLibravatar Jeff King1-2/+2
2019-11-14t7004: check existence of correct tagLibravatar Martin Ågren1-3/+3
2019-11-14Start to implement a built-in version of `git add --interactive`Libravatar Johannes Schindelin1-0/+4
2019-11-14stash: make sure we have a valid index before writing itLibravatar Thomas Gummerer1-1/+6
2019-11-13test-tool: use 'read-graph' helperLibravatar Derrick Stolee5-2/+57
2019-11-13test-lib: don't check prereqs of test cases that won't be run anywayLibravatar SZEDER Gábor1-6/+6
2019-11-13t4215: use helper function to check outputLibravatar Denton Liu1-111/+97
2019-11-12pack-objects: avoid pointless oe_map_new_pack() callsLibravatar Jeff King1-0/+1
2019-11-11sequencer: reencode commit message for am/rebase --show-current-patchLibravatar Doan Tran Cong Danh2-0/+30
2019-11-11sequencer: reencode old merge-commit messageLibravatar Doan Tran Cong Danh2-0/+61
2019-11-11sequencer: reencode squashing commit's messageLibravatar Doan Tran Cong Danh1-1/+9
2019-11-11sequencer: reencode to utf-8 before arrange rebase's todo listLibravatar Doan Tran Cong Danh1-1/+1
2019-11-11t3900: demonstrate git-rebase problem with multi encodingLibravatar Doan Tran Cong Danh1-0/+29
2019-11-10Merge branch 'bc/hash-independent-tests-part-6'Libravatar Junio C Hamano14-155/+259
2019-11-10Merge branch 'js/update-index-ignore-removal-for-skip-worktree'Libravatar Junio C Hamano2-0/+26
2019-11-10Merge branch 'pb/pretty-email-without-domain-part'Libravatar Junio C Hamano3-61/+97
2019-11-10Merge branch 'dl/apply-3way-diff3'Libravatar Junio C Hamano1-26/+29