git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* git diff ^! syntax stopped working for stashes in Git 2.28
@ 2022-09-12  9:57 Tim Jaacks
  2022-09-12 11:16 ` René Scharfe
  0 siblings, 1 reply; 6+ messages in thread
From: Tim Jaacks @ 2022-09-12  9:57 UTC (permalink / raw)
  To: git@vger.kernel.org

Hello,

I noticed that the following syntax to show the changes of a stash stopped working in Git 2.28:

  git diff stash@{0}^!

It still works on commits and HEAD, though:

  git diff f27984d^!
  git diff HEAD^!

And diffing against the stash's parent works as well:

  git diff stash@{0}^1 stash@{0}

I assume this is a bug. Can anybody confirm this? I verified the behavior change trying different Git versions via docker:

  docker run -it --rm --user $(id -u):$(id -g) -v $HOME:$HOME:rw -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $PWD:$PWD:rw -w $PWD bitnami/git:2.27.0 diff stash@{0}^!

With v2.27.0 the above syntax works, with v2.28.0 and later it doesn't.

Kind regards,
Tim

-- 
Tim Jaacks
SOFTWARE DEVELOPER
SECO Northern Europe GmbH

Schlachthofstrasse 20
21079 Hamburg
Germany
T: +49 40 791899-183
E: tim.jaacks@seco.com

Register: Amtsgericht Hamburg, HRB 148893
Represented by: Dirk Finstel, Marc-Michael Braun, Massimo Mauri


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-28 17:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-12  9:57 git diff ^! syntax stopped working for stashes in Git 2.28 Tim Jaacks
2022-09-12 11:16 ` René Scharfe
2022-09-12 19:09   ` Chris Torek
2022-09-14 15:57     ` René Scharfe
2022-09-28  9:02       ` AW: " Tim Jaacks
2022-09-28 17:39         ` René Scharfe

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).