summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2019-11-22sparse-checkout: init and set in cone modeDerrick Stolee1-0/+51
2019-11-22sparse-checkout: use hashmaps for cone patternsDerrick Stolee1-1/+10
2019-11-22sparse-checkout: add 'cone' modeDerrick Stolee1-0/+14
2019-11-22sparse-checkout: create 'disable' subcommandDerrick Stolee1-0/+15
2019-11-22sparse-checkout: add '--stdin' option to set subcommandDerrick Stolee1-0/+20
2019-11-22sparse-checkout: 'set' subcommandDerrick Stolee1-0/+33
2019-11-22clone: add --sparse modeDerrick Stolee1-0/+13
2019-11-22sparse-checkout: create 'init' subcommandDerrick Stolee1-0/+40
2019-11-22sparse-checkout: create builtin with 'list' subcommandDerrick Stolee1-0/+45
2019-11-21unpack-trees: skip stat on fsmonitor-valid filesUtsav Shah1-2/+7
2019-11-21lib-bash.sh: move `then` onto its own lineDenton Liu1-2/+4
2019-11-21t5520: replace `! git` with `test_must_fail git`Denton Liu1-2/+2
2019-11-21t5520: remove redundant lines in test casesDenton Liu1-8/+0
2019-11-21t5520: replace $(cat ...) comparison with test_cmpDenton Liu1-35/+70
2019-11-21t5520: don't put git in upstream of pipeDenton Liu1-1/+2
2019-11-21t5520: test single-line files by git with test_cmpDenton Liu1-16/+48
2019-11-21t5520: use test_cmp_rev where possibleDenton Liu1-25/+25
2019-11-21t5520: replace test -{n,z} with test-lib functionsDenton Liu1-4/+8
2019-11-21t5520: use test_line_count where possibleDenton Liu1-1/+2
2019-11-21t5520: remove spaces after redirect operatorDenton Liu1-5/+5
2019-11-21t5520: replace test -f with test-lib functionsDenton Liu1-5/+5
2019-11-21t5520: let sed open its own inputDenton Liu1-1/+1
2019-11-21t5520: use sq for test case namesDenton Liu1-2/+2
2019-11-21t5520: improve test styleDenton Liu1-42/+44
2019-11-21t: teach test_cmp_rev to accept ! for not-equalsDenton Liu8-14/+25
2019-11-21t0000: test multiple local assignmentDenton Liu1-7/+8
2019-11-21format-patch: pass notes configuration to range-diffDenton Liu1-1/+100
2019-11-21range-diff: pass through --notes to `git log`Denton Liu1-0/+47
2019-11-21range-diff: output `## Notes ##` headerDenton Liu1-7/+7
2019-11-21t3206: range-diff compares logs with commit notesDenton Liu1-0/+52
2019-11-21t3206: s/expected/expect/Denton Liu1-32/+32
2019-11-21t3206: disable parameter substitution in heredocDenton Liu1-1/+1
2019-11-21t3206: remove spaces after redirect operatorsDenton Liu1-1/+1
2019-11-20userdiff: support Python async functionsJosh Holland6-0/+31
2019-11-20pretty: implement 'reference' formatDenton Liu1-0/+43
2019-11-20pretty: provide short date formatRené Scharfe1-0/+6
2019-11-20t4205: cover `git log --reflog -z` blindspotDenton Liu1-0/+30
2019-11-20commit: support the --pathspec-from-file optionAlexandr Miloslavskiy1-0/+130
2019-11-20reset: support the `--pathspec-from-file` optionAlexandr Miloslavskiy1-0/+155
2019-11-20sequencer: handle rebase-merges for "onto" messageDoan Tran Cong Danh1-0/+21
2019-11-20rev-parse: make --show-toplevel without a worktree an errorJeff King1-0/+10
2019-11-18rebase -r: let `label` generate safer labelsMatthew Rogers1-0/+6
2019-11-18built-in add -i: implement the `help` commandSlavica Đukić1-0/+25
2019-11-18gitweb: escape URLs generated by href()Jeff King1-1/+2
2019-11-18t/gitweb-lib.sh: set $REQUEST_URIJeff King1-1/+2
2019-11-18t/gitweb-lib.sh: drop confusing quotesJeff King1-2/+2
2019-11-18t9502: pass along all arguments in xss helperJeff King1-2/+2
2019-11-14t7004: check existence of correct tagMartin Ågren1-3/+3
2019-11-14Start to implement a built-in version of `git add --interactive`Johannes Schindelin1-0/+4
2019-11-14stash: make sure we have a valid index before writing itThomas Gummerer1-1/+6