Re: as promised, docs: git for the confused

From: Linus Torvalds <torvalds@osdl.org>
Date: 2005-12-13 16:29:47
On Mon, 12 Dec 2005, Junio C Hamano wrote:
> 
> The only Plumbing support is that ls-files takes --exclude-from=
> and --exclude-per-directory= options.  It is up to the Porcelain
> layer what names to use.

The only _core_ plumbing support is the git-ls-files option, but some of 
the git helper functions do use it. Notably, "git add" and "git status" 
both use those options, which in turn then indirectly means that when 
using "git commit" the commit message template won't list ignored files 
etc.

So the git "mini-porcelain" layer does in fact use .gitignore and friends. 

		Linus
-
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
Received on Tue Dec 13 16:30:37 2005

This archive was generated by hypermail 2.1.8 : 2005-12-13 16:30:45 EST