Dear diary, on Wed, Mar 29, 2006 at 04:25:59PM CEST, I got a letter where Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> said that... > Pass the new --directory option (from git 1.1) to git-ls-others for > list_untracked_files, as does git-status - it's very useful. > > Probably this must be deferred to when the git 1.1 dependency is added, however > please queue it for then. Uh, I'm confused. Cogito now depends on git-1.1, and > diff --git a/cg-Xlib b/cg-Xlib > index 2b93c11..3150470 100644 > --- a/cg-Xlib > +++ b/cg-Xlib > @@ -274,7 +274,7 @@ list_untracked_files() > fi > local listdirs= > [ "$squashflag" = "squashdirs" ] && listdirs=--directory > - git-ls-files -z --others $listdirs "${EXCLUDE[@]}" > + git-ls-files -z --others --directory $listdirs "${EXCLUDE[@]}" as you can see, if list_untracked_files was pssed the 'squashdirs' option, it will already pass it. What cg command would you like to squash dirs except cg-status? -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ Right now I am having amnesia and deja-vu at the same time. I think I have forgotten this before. - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html