git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Possible bug: Empty magic word list in pathspec is handled differently in short vs. long form
@ 2025-02-19 10:49 Anselm Schüler
  2025-02-19 14:28 ` Lucas Oshiro
  2025-02-19 17:11 ` Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: Anselm Schüler @ 2025-02-19 10:49 UTC (permalink / raw)
  To: git

If you run git diff for a pathspec with an empty magic word/symbol list 
in short form (prefixed by ::) and in long form (prefixed by :():), you 
get different results.

Here’s an example use of git that illustrates this:

~☭ mkdir gittest
~☭ y gittest/
~/gittest☭ git init
Initialized empty Git repository in /home/anselmschueler/gittest/.git/
~/gittest (b0)☭ uuidgen >file
~/gittest (b0)☭ git add file && git commit -m "$(read)"
read> initial commit
[b0 (root-commit) cd3bd43] initial commit
  1 file changed, 1 insertion(+)
  create mode 100644 file
~/gittest (b0)☭ uuidgen >file
~/gittest (b0)☭ git diff -- "::file"

file
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

───┐
1: │
───┘
66d18ffa-1128-42a5-8d4e-f9d75eb86b92
9acea2b5-50a6-4f87-ae1a-64019a93e55e
~/gittest (b0)☭ git diff -- ":():file"
~/gittest (b0)☭

Is there a reason for this? I couldn’t find it documented in the git 
glossary <https://git-scm.com/docs/gitglossary>.

I’m running git 2.47.2, built with Nix (nixpkgs commit 2ff53fe) from the 
kernel.org source tarball.

~Anselm Schüler ⚙️


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

end of thread, other threads:[~2025-02-24 14:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-19 10:49 Possible bug: Empty magic word list in pathspec is handled differently in short vs. long form Anselm Schüler
2025-02-19 14:28 ` Lucas Oshiro
2025-02-19 17:11 ` Junio C Hamano
2025-02-24 14:11   ` Anselm Schüler

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 NNTP newsgroup(s).