Thread (5 messages) flat view 5 messages, 3 authors, 2016-06-15

Re: Make "git-ls-files" work in subdirectories

From: Linus Torvalds <torvalds@osdl.org>
Date: 2016-06-15 22:42:04


On Sun, 21 Aug 2005, Chris Wedgwood wrote:
is there some aversion to getopt or similar get?
getopt() is too limited, and getopt_long() is very glibc-specific and thus
inherently evil. And the complexity of doing autoconf or similar is worse
than just doing it by hand.

I've considered doing a small library that could just be contained withing 
the git sources to avoid duplication, but it just hasn't been worth it.

If somebody wants to do it, go wild. The rules are
 - anything that is not expected of "modern unix" is too unportable (glibc 
   is not a realistic expectation, but a lot of GNU tools _are_ realistic)
 - autoconf and its ilk are worse than the disease they are trying to fix

		Linus
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help