--diff-filter=T does not list x changes

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Wednesday, October 15, 2008 - 2:42 pm

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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
--diff-filter=T does not list x changes, Anders Melchiorsen, (Wed Oct 15, 2:42 pm)
Re: --diff-filter=T does not list x changes, Jeff King, (Thu Oct 16, 6:22 am)
Re: --diff-filter=T does not list x changes, Junio C Hamano, (Thu Oct 16, 10:00 pm)
Re: --diff-filter=T does not list x changes, Anders Melchiorsen, (Fri Oct 17, 3:08 am)
Re: --diff-filter=T does not list x changes, Junio C Hamano, (Fri Oct 17, 4:29 am)
Re: --diff-filter=T does not list x changes, Anders Melchiorsen, (Fri Oct 17, 3:33 pm)