summaryrefslogtreecommitdiff
path: root/t/t3904-stash-patch.sh
AgeCommit message (Expand)AuthorFilesLines
2020-04-08stash -p: (partially) fix bug concerning split hunksLibravatar Johannes Schindelin1-1/+1
2020-04-08t3904: fix incorrect demonstration of a bugLibravatar Johannes Schindelin1-2/+2
2018-07-03t: use test_write_lines() instead of series of 'echo' commandsLibravatar Eric Sunshine1-4/+4
2017-03-22stash: pass the pathspec argument to git resetLibravatar Thomas Gummerer1-0/+8
2015-04-16stash -p: demonstrate failure of split with mixed y/nLibravatar Matthieu Moy1-0/+23
2015-04-16t3904-stash-patch: factor PERL prereq at the top of the fileLibravatar Matthieu Moy1-6/+12
2015-04-16t3904-stash-patch: fix test descriptionLibravatar Matthieu Moy1-1/+1
2012-01-01stash: Don't fail if work dir contains file named 'HEAD'Libravatar Jonathon Mah1-18/+29
2011-04-07stash: ensure --no-keep-index and --patch can be used in any orderLibravatar Dan McGee1-1/+1
2011-04-07stash: add two more tests for --no-keep-indexLibravatar Dan McGee1-0/+12
2010-11-09tests: add missing &&Libravatar Jonathan Nieder1-1/+1
2010-08-18lib-patch-mode tests: change from skip_all=* to prereq skipLibravatar Ævar Arnfjörð Bjarmason1-5/+5
2009-08-15Implement 'git stash save --patch'Libravatar Thomas Rast1-0/+55