On Thu, Mar 28, 2013 at 06:21:08PM -0400, Eric Sunshine wrote:
> On Thu, Mar 28, 2013 at 5:50 PM, Jeff King wrote:
> > A pattern "subdir" should match any path "subdir", whether it is a
> > directory or a non-diretory. A pattern "subdir/" insists that a
>
> s/diretory/directory/ [1]
I think I
On Thu, Mar 28, 2013 at 5:50 PM, Jeff King wrote:
> A pattern "subdir" should match any path "subdir", whether it is a
> directory or a non-diretory. A pattern "subdir/" insists that a
s/diretory/directory/ [1]
> path "subdir" must be a directory for it to match.
[1]: http://article.gmane.org
Prior to v1.8.1.1, with:
git init
echo content >foo &&
mkdir subdir &&
echo content >subdir/bar &&
echo "subdir export-ignore" >.gitattributes
git add . &&
git commit -m one &&
git archive HEAD | tar tf -
the resulting archive would contain only "foo" and
".gitattributes", not sub
3 matches
Mail list logo