From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Requires GIT 1.1.0 at least (don't know if this was backported in 1.0). Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> --- stgit/git.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stgit/git.py b/stgit/git.py index 40d54ef..e8c816d 100644 --- a/stgit/git.py +++ b/stgit/git.py @@ -194,8 +194,8 @@ def __tree_status(files = None, tree_id if noexclude: extra_exclude = base_exclude = [] - lines = _output_lines(['git-ls-files', '--others'] + base_exclude - + extra_exclude) + lines = _output_lines(['git-ls-files', '--others', '--directory'] + + base_exclude + extra_exclude) cache_files += [('?', line.strip()) for line in lines] # conflicted files - 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.htmlReceived on Thu Mar 30 01:50:41 2006
This archive was generated by hypermail 2.1.8 : 2006-03-30 01:51:55 EST