summaryrefslogtreecommitdiff
path: root/t/t3903-stash.sh
diff options
context:
space:
mode:
authorLibravatar Sergey Organov <sorganov@gmail.com>2021-05-21 00:47:01 +0300
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-05-21 09:24:14 +0900
commit1e20a407fe28b4bdba3b973b26b0b60ff6b6c97d (patch)
tree1fd1c8010aae4774bf1b33365d1468aabd8ee56f /t/t3903-stash.sh
parentgit-svn: stop passing "-m" to "git rev-list" (diff)
downloadtgif-1e20a407fe28b4bdba3b973b26b0b60ff6b6c97d.tar.xz
stash list: stop passing "-m" to "git log"
Passing "-m" in "git log --first-parent -m" is not needed as --first-parent implies --diff-merges=first-parent anyway. OTOH, it will stop being harmless once we let "-m" imply "-p". While we are at it, fix corresponding test description in t3903-stash to match what it actually tests. Signed-off-by: Sergey Organov <sorganov@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3903-stash.sh')
-rwxr-xr-xt/t3903-stash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3903-stash.sh b/t/t3903-stash.sh
index 5f282ecf61..873aa56e35 100755
--- a/t/t3903-stash.sh
+++ b/t/t3903-stash.sh
@@ -859,7 +859,7 @@ test_expect_success 'setup stash with index and worktree changes' '
git stash
'
-test_expect_success 'stash list implies --first-parent -m' '
+test_expect_success 'stash list -p shows simple diff' '
cat >expect <<-EOF &&
stash@{0}