All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anders Melchiorsen <mail@cup.kalibalik.dk>
To: git@vger.kernel.org
Subject: --diff-filter=T does not list x changes
Date: Wed, 15 Oct 2008 20:42:35 +0200	[thread overview]
Message-ID: <871vyhbsys.fsf@cup.kalibalik.dk> (raw)

>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

             reply	other threads:[~2008-10-15 18:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-15 18:42 Anders Melchiorsen [this message]
2008-10-16 10:22 ` --diff-filter=T does not list x changes 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871vyhbsys.fsf@cup.kalibalik.dk \
    --to=mail@cup.kalibalik.dk \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.