summary refs log tree commit diff
path: root/t/t3905-stash-include-untracked.sh
AgeCommit message (Expand)AuthorFilesLines
2021-10-18Merge branch 'rs/make-verify-path-really-verify-again'Junio C Hamano1-0/+6
2021-10-07read-cache: let verify_path() reject trailing dir separators againRené Scharfe1-1/+1
2021-10-07t3905: show failure to ignore sub-repoRené Scharfe1-0/+6
2021-05-22Merge branch 'dl/stash-show-untracked-fixup'Junio C Hamano1-0/+2
2021-05-22stash show: use stash.showIncludeUntracked even when diff options givenDenton Liu1-0/+2
2021-05-16Merge branch 'dl/stash-show-untracked-fixup'Junio C Hamano1-1/+16
2021-05-13stash show: fix segfault with --{include,only}-untrackedDenton Liu1-0/+15
2021-05-13t3905: correct test titleDenton Liu1-1/+1
2021-03-22Merge branch 'dl/stash-show-untracked'Junio C Hamano1-0/+108
2021-03-05stash show: learn stash.showIncludeUntrackedDenton Liu1-0/+2
2021-03-05stash show: teach --include-untracked and --only-untrackedDenton Liu1-0/+106
2021-02-25Merge branch 'ab/detox-gettext-tests'Junio C Hamano1-1/+1
2021-02-11t3905: use test_cmp() to check file contentsDenton Liu1-2/+4
2021-02-11t3905: replace test -s with test_file_not_emptyDenton Liu1-6/+6
2021-02-11t3905: remove nested git in command substitutionDenton Liu1-3/+6
2021-02-11t3905: move all commands into test casesDenton Liu1-72/+75
2021-02-11t3905: remove spaces after redirect operatorsDenton Liu1-20/+20
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-1/+1
2019-11-10Fix spelling errors in test commandsElijah Newren1-2/+2
2019-03-08built-in stash: handle :(glob) pathspecs againJohannes Schindelin1-0/+6
2018-10-07t/*: fix ordering of expected/observed argumentsMatthew DeVore1-1/+1
2018-05-21t3905: abstract away SHA-1-specific constantsbrian m. carlson1-4/+7
2018-03-20stash push -u: don't create empty stashThomas Gummerer1-0/+6
2018-03-20stash push: avoid printing errorsThomas Gummerer1-0/+46
2017-08-11stash: clean untracked files before resetNicolas Morey-Chaisemartin1-0/+17
2017-02-28stash: teach 'push' (and 'create_stash') to honor pathspecThomas Gummerer1-0/+26
2014-04-30t3905-stash-include-untracked.sh: use the $( ... ) construct for command subs...Elia Pinto1-2/+2
2012-01-01stash: Don't fail if work dir contains file named 'HEAD'Jonathon Mah1-10/+23
2011-08-27git-stash: remove untracked/ignored directories when stashedBrandon Casey1-3/+23
2011-08-27t/t3905: add missing '&&' linkageBrandon Casey1-3/+3
2011-08-27t/t3905: use the name 'actual' for test output, swap arguments to test_cmpBrandon Casey1-12/+12
2011-06-26stash: Add --include-untracked option to stash and remove all untracked filesDavid Caldwell1-0/+155