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:
a596206
)
repository: Remove superfluous blank line
author
Guido Günther
<agx@sigxcpu.org>
Mon, 15 Oct 2018 08:06:30 +0000
(10:06 +0200)
committer
Guido Günther
<agx@sigxcpu.org>
Mon, 15 Oct 2018 08:15:08 +0000
(10:15 +0200)
to make flake8 happy
Gbp-Dch: Ignore
gbp/git/repository.py
patch
|
blob
|
history
diff --git
a/gbp/git/repository.py
b/gbp/git/repository.py
index 6cc3cd9f394cdced390806dee7f2bb8d9b66d39a..2ff127d2caf02b1b26a3858649580eecf54388c6 100644
(file)
--- a/
gbp/git/repository.py
+++ b/
gbp/git/repository.py
@@
-1884,7
+1884,6
@@
class GitRepository(object):
args.add_true(auto, '--auto')
self._git_command("gc", args.args)
-
#{ Submodules
def has_submodules(self, treeish=None):