git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ag, **, and the GPL
@ 2014-11-18  4:50 Matthew Kaniaris
  2014-11-18  6:20 ` Duy Nguyen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Matthew Kaniaris @ 2014-11-18  4:50 UTC (permalink / raw)
  To: git

The Silver Search (https://github.com/ggreer/the_silver_searcher), is
a small, open source, cross platform searching utility written as a
replacement for ack.  One of the major benefits of Ag (and a source
for much of its speed) is that it obeys .gitignore.  However, Ag
currently treats gitignores as regexs which produces incorrect results
for e.g. **.  I'd like to add support to ag to obey the .gitignore
spec but I'm not keen on implementing yet another fnmatch clone.  Ag
is licensed under the Apache License Version 2.0 which to the best of
my understanding is incompatible with the GPLv2.  Would you grant me
permission to reuse wildmatch.c (and necessary includes) for use in
Ag?

-Matt Kaniaris

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-11-19  1:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18  4:50 ag, **, and the GPL Matthew Kaniaris
2014-11-18  6:20 ` Duy Nguyen
2014-11-18 17:57 ` David Turner
2014-11-19  0:48   ` Duy Nguyen
2014-11-19  1:51     ` David Turner
2014-11-18 19:09 ` Jonathan Nieder
2014-11-19  0:51   ` Duy Nguyen

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).