stash list: stop passing "-m" to "git log"
authorSergey Organov <sorganov@gmail.com>
Thu, 20 May 2021 21:47:01 +0000 (00:47 +0300)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 May 2021 00:24:14 +0000 (09:24 +0900)
commit1e20a407fe28b4bdba3b973b26b0b60ff6b6c97d
tree1fd1c8010aae4774bf1b33365d1468aabd8ee56f
parent23f6d40dd3e7aad72c7706bb75f77a6c73b69b56
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>
builtin/stash.c
t/t3903-stash.sh