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:
3eb08ff
)
Changed the format of the imported log message slightly, so that it's easier to parse...
author
Simon Hausmann
<simon@luria.(none)>
Thu, 22 Mar 2007 19:27:41 +0000
(20:27 +0100)
committer
Simon Hausmann
<simon@luria.(none)>
Thu, 22 Mar 2007 19:27:41 +0000
(20:27 +0100)
git-p4
patch
|
blob
|
history
diff --git
a/git-p4
b/git-p4
index
0685884
..
a5b6d94
100755
(executable)
--- a/
git-p4
+++ b/
git-p4
@@
-506,7
+506,7
@@
class GitSync(Command):
self.gitStream.write("data <<EOT\n")
self.gitStream.write(details["desc"])
- self.gitStream.write("\n[
imported from %s; change %s
]\n" % (branchPrefix, details["change"]))
+ self.gitStream.write("\n[
git-p4: depot-path: \"%s\"; change: %s
]\n" % (branchPrefix, details["change"]))
self.gitStream.write("EOT\n\n")
if len(parent) > 0: