We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e180b6c commit 9f97d10Copy full SHA for 9f97d10
igcommit/git.py
@@ -50,6 +50,10 @@ def __eq__(self, other):
50
51
defget_new_commits(self):
52
"""Get the list of parent new commits in order"""
53
+
54
+# At pre-receive hook we get one id for each branch pushed and need to
55
+# find commits to be tested. With the test command from the README.md
56
+# this returns nothing.
57
output=check_output([
58
git_exe_path,
59
'rev-list',
0 commit comments