projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff5dba2
)
Micro cleanup
author
Simon Hausmann
<simon@lst.de>
Tue, 1 May 2007 21:15:48 +0000
(23:15 +0200)
committer
Simon Hausmann
<simon@lst.de>
Tue, 1 May 2007 21:15:48 +0000
(23:15 +0200)
Signed-off-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/git-p4
patch
|
blob
|
history
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index fb13469ce2a4c1b1645caf1103d9623a0aafcd02..9adc66a05dc69a83f18edbf90f1b9b6f0cbdff8f 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/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