Is there an API to the .gitignore capability?

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Is there an API to the .gitignore capability?

From: Peng Yu <hidden>
Date: 2016-06-15 22:57:31

Hi,

.gitignore is a flexible way to customize what dir/file to search or
not to search. So it is of general use and is more flexible than what
is offered by "find". I'm wondering if there is an API than I can use
besides using it within git. Thanks.

-- 
Regards,
Peng

Re: Is there an API to the .gitignore capability?

From: Duy Nguyen <hidden>
Date: 2016-06-15 22:57:32

On Sun, Jun 2, 2013 at 9:40 PM, Peng Yu [off-list ref] wrote:
Hi,

.gitignore is a flexible way to customize what dir/file to search or
not to search. So it is of general use and is more flexible than what
is offered by "find". I'm wondering if there is an API than I can use
besides using it within git. Thanks.
Git provides no C API, if that's what you mean. You can link with
libgit.a, but there's no guarantee it won't break someday. At a higher
"API" level such as shell scripting, still "no", but I think you could
modify "git ls-files" to support running 'ls-files -i' without a git
repository (like git-grep --no-index). I think it'll work, mostly, but
not entirely sure.
--
Duy
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help