git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Sixt <j6t@kdbg.org>
To: "Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
Cc: git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>,
	Joshua Jensen <jjensen@workspacewhiz.com>
Subject: Re: [PATCH] Add case insensitive support in matching pathspec
Date: Thu, 3 Feb 2011 21:17:32 +0100	[thread overview]
Message-ID: <201102032117.32745.j6t@kdbg.org> (raw)
In-Reply-To: <1296751106-15316-1-git-send-email-pclouds@gmail.com>

On Donnerstag, 3. Februar 2011, Nguyễn Thái Ngọc Duy wrote:
> Commit 21444f1 (Add case insensitivity support when using git ls-files
> - 2010-10-03) teaches match_pathspec() to ignore case when
> core.ignorecase=true.
>
> match_pathspec_depth() is developed independently and does not have
> this feature. Teach it.

Is match_pathspec_depth() used to match names of files on the filesystem, or 
names of files in the index or in the repository?

core.ignorecase should be honored only when files on the filesystem are 
matched, IMO.

-- Hannes

  reply	other threads:[~2011-02-03 20:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-03 16:38 [PATCH] Add case insensitive support in matching pathspec Nguyễn Thái Ngọc Duy
2011-02-03 20:17 ` Johannes Sixt [this message]
2011-02-04 13:00   ` Nguyen Thai Ngoc Duy
2011-02-04 23:06     ` Junio C Hamano
2011-02-05  4:14       ` Nguyen Thai Ngoc Duy
2011-02-03 22:14 ` Junio C Hamano
2011-02-05  7:44   ` Nguyen Thai Ngoc Duy

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=201102032117.32745.j6t@kdbg.org \
    --to=j6t@kdbg.org \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=jjensen@workspacewhiz.com \
    --cc=pclouds@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 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).