git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* --diff-filter=T does not list x changes
@ 2008-10-15 18:42 Anders Melchiorsen
  2008-10-16 10:22 ` Jeff King
  0 siblings, 1 reply; 13+ messages in thread
From: Anders Melchiorsen @ 2008-10-15 18:42 UTC (permalink / raw)
  To: git

>From documentation, I would expect --diff-filter to list changes in
the execute bit, but it does not. I hear on #git that this is
intended, though I still do not know how to filter on the execute bit.
Is it impossible?


Testcase:

  mkdir t && cd t && git init
  touch a && git add -A && git commit -m1
  chmod +x a && git add -A && git commit -m2
  git log --diff-filter=T        # <--- shows nothing
  rm -f a && ln -s b a && git add -A && git commit -m3
  git log --diff-filter=T


Anders

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

end of thread, other threads:[~2008-10-19 10:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-15 18:42 --diff-filter=T does not list x changes Anders Melchiorsen
2008-10-16 10:22 ` Jeff King
2008-10-17  2:00   ` Junio C Hamano
2008-10-17  7:08     ` Anders Melchiorsen
2008-10-17  8:29       ` Junio C Hamano
2008-10-17 19:33         ` Anders Melchiorsen
2008-10-17 23:58           ` Junio C Hamano
2008-10-18  8:49             ` [PATCH] Documentation: diff-filter=T only tests for symlink changes Anders Melchiorsen
2008-10-18 13:40               ` Nanako Shiraishi
2008-10-18 18:37                 ` Junio C Hamano
2008-10-18 18:08               ` Junio C Hamano
2008-10-19  1:04               ` Nanako Shiraishi
2008-10-19 10:29                 ` Anders Melchiorsen

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).