Cross Forests
/
projects
/
python
/
fast-export.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe740b
)
Micro cleanup
author
Simon Hausmann
<simon@luria.(none)>
Tue, 1 May 2007 21:15:48 +0000
(23:15 +0200)
committer
Simon Hausmann
<simon@luria.(none)>
Tue, 1 May 2007 21:15:48 +0000
(23:15 +0200)
git-p4
patch
|
blob
|
history
diff --git
a/git-p4
b/git-p4
index
fb13469
..
9adc66a
100755
(executable)
--- a/
git-p4
+++ b/
git-p4
@@
-74,7
+74,7
@@
def extractLogMessageFromGitCommit(commit):
for log in os.popen("git cat-file commit %s" % commit).readlines():
if not foundTitle:
if len(log) == 1:
- foundTitle =
1
+ foundTitle =
True
continue
logMessage += log