diff options
-rw-r--r-- | gbp/git.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ class GitRepository(object): args = [] if hard: args += [ '--hard' ] - args += [ commit ] + args += [ commit, '--' ] GitCommand("reset")(args) def is_clean(self): |