Linus Torvalds wrote: > > On Fri, 20 May 2005, Linus Torvalds wrote: > >>In other words, those lines in your script should look like this: >> >> git-read-tree -m HEAD && git-checkout-cache -q -f -u -a >> >>and you'll be a lot happier. > > > Btw, I do realize that I'm a total wiener, and that my inability to use > "getopt_long()" is shameful and stupid. info libc argp :) argp is a lot more flexible, but with the same basic structure as getopt_long(). If you pick a random git program, I would be willing to convert it as an example. I attached my implementation of ipcrm[1] as an example. Jeff [1] from 'posixutils', my project to implement all the POSIX command line utilities. Yes, I'm crazy too. - 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
This archive was generated by hypermail 2.1.8 : 2005-05-21 09:56:27 EST