From 9f42e5337bd1d59295d260612364c05b30dda587 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 23 Feb 2009 17:29:30 +0100 Subject: run git-cleaner with --git-ignore-new Makes running with and without --git-ignore-new more consistent. --- git-buildpackage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-buildpackage b/git-buildpackage index 57a2a931..1761128f 100755 --- a/git-buildpackage +++ b/git-buildpackage @@ -208,8 +208,8 @@ def main(argv): try: branch = repo.get_branch() + Command(options.cleaner, shell=True)() if not options.ignore_new: - Command(options.cleaner, shell=True)() (ret, out) = repo.is_clean() if not ret: print >>sys.stderr, "You have uncommitted changes in your source tree:" -- cgit v1.2.3