Re: Technical reason to use `-path "./foo" -prune` vs `-name "foo" -prune`

2011-04-04 Thread Peggy Russell
> > On a side note: I understand `-name` is the basename and `-path` is > > the dirname. Everything is a file. A directory can be matched > > with `-name` or `-path`, a file can only be matched with `-name` and > > `-path` if no slashes used. I almost always see `-name foo -prune` > > verses `-path

Re: Questions about how to use git

2011-04-04 Thread James Youngman
I assume you deleted gnulib/ before running import-gnulib.sh. If so, I have no suggestions for your next step.

Re: Suggestion: verbose option. Doc Update: -print and no action are NOT the same

2011-04-04 Thread James Youngman
On Mon, Apr 4, 2011 at 3:35 AM, Peggy Russell wrote: > Hi James, Hi, I've re-added the mailing list to the CC list. Sending questions directly to me isn't auch a great idea; I may be slow to respond, and other folks are not able to comment. >>    You can omit the operator between two primaries;