summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2008-11-15 20:21:41 +0100
committerGuido Guenther <agx@sigxcpu.org>2008-11-15 20:21:41 +0100
commitc9afde9f4881666687293a9059ed57c9ee0097b2 (patch)
tree0d06463faf59e69a70ec4d9a7c18a2465926abd9
parent77a875c4920a352d9a307f0dd5c1e6741182b624 (diff)
too much whitespace
-rwxr-xr-xgit-dch2
1 files changed, 0 insertions, 2 deletions
diff --git a/git-dch b/git-dch
index 69a39375..5df62bfa 100755
--- 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 = ''