All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Jaeger <christian@pflanze.mine.nu>
To: Eric Raible <raible@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Excluding files from git-diff
Date: Sat, 18 Oct 2008 05:50:33 +0200	[thread overview]
Message-ID: <48F95D09.9070704@pflanze.mine.nu> (raw)
In-Reply-To: <loom.20081017T173145-53@post.gmane.org>

Eric Raible wrote:
> Christian Jaeger <christian <at> pflanze.mine.nu> writes:
>
>   
>> Michael J Gruber wrote:
>>     
>>> Or put it
>>> in .git/info/excludes.
>>>       
>> Only "git ls-files --others --exclude-from=.git/info/exclude" will exclude
>>     
>
> Could it be a simple as "excludes" vs "exclude"?
>   

Nope.

ln -s exclude .git/info/excludes
git ls-files # still shows files matching the excludes
git ls-files --exclude-from=.git/info/exclude # does not show
git ls-files --exclude-from=.git/info/excludes # does not show

Christian.

  reply	other threads:[~2008-10-18  3:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-17 14:53 Excluding files from git-diff Erik Hahn
2008-10-17 15:08 ` Raphael Zimmerer
2008-10-17 15:08 ` Johannes Schindelin
2008-10-17 15:18 ` Michael J Gruber
2008-10-17 16:30   ` Christian Jaeger
2008-10-17 17:33     ` Eric Raible
2008-10-18  3:50       ` Christian Jaeger [this message]
2008-10-18 15:59     ` Jeff King
2008-10-18 16:08       ` Christian Jaeger
2008-10-18 16:14         ` Jeff King
2008-10-18 16:58           ` Jeff King
2008-10-17 23:38 ` 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=48F95D09.9070704@pflanze.mine.nu \
    --to=christian@pflanze.mine.nu \
    --cc=git@vger.kernel.org \
    --cc=raible@gmail.com \
    /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.