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:
77a875c
)
too much whitespace
author
Guido Günther
<agx@sigxcpu.org>
Sat, 15 Nov 2008 19:21:41 +0000
(20:21 +0100)
committer
Guido Guenther
<agx@sigxcpu.org>
Sat, 15 Nov 2008 19:21:41 +0000
(20:21 +0100)
git-dch
patch
|
blob
|
history
diff --git
a/git-dch
b/git-dch
index 69a39375864318ec7799472d431a32e491f10841..5df62bfa9125d5f9f90bc274f06a5dac537875b3 100755
(executable)
--- a/
git-dch
+++ b/
git-dch
@@
-51,7
+51,6
@@
def spawn_dch(msg='', author=None, email=None, newversion=False, version=None, r
versionopt = ""
env = ""
-
if newversion:
if version:
versionopt = '--newversion=%s' % version
@@
-185,7
+184,6
@@
def get_author(commit):
return m.group('author'), m.group('email')
-
def parse_commit(repo, commitid, options):
"""parse a commit and return message and author"""
msg = ''