projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3262621
)
Remove file and commit ambiguity
author
Guido Günther
<agx@sigxcpu.org>
Tue, 31 Aug 2010 08:15:41 +0000
(10:15 +0200)
committer
Guido Günther
<agx@sigxcpu.org>
Tue, 31 Aug 2010 08:15:41 +0000
(10:15 +0200)
gbp/git.py
patch
|
blob
|
history
diff --git
a/gbp/git.py
b/gbp/git.py
index
391dff3
..
635e24c
100644
(file)
--- a/
gbp/git.py
+++ b/
gbp/git.py
@@
-194,7
+194,7
@@
class GitRepository(object):
args = []
if hard:
args += [ '--hard' ]
- args += [ commit ]
+ args += [ commit
, '--'
]
GitCommand("reset")(args)
def is_clean(self):