From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> 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. Thanks. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> --- cg-Xlib | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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[@]}" } pick_id() - : 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