repo.or.cz
/
git2svn.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
e2a3edb
)
Bugfix for the path to link conversion: Added a path for the link.
author
Ortwin Escher
<
[email protected]
>
Thu, 28 Jan 2010 13:29:47 +0000
(28 14:29 +0100)
committer
Love Hörnquist Åstrand
<
[email protected]
>
Thu, 28 Jan 2010 22:10:13 +0000
(28 14:10 -0800)
Signed-off-by: Love Hörnquist Åstrand <
[email protected]
>
git2svn
patch
|
blob
|
blame
|
history
diff --git
a/git2svn
b/git2svn
index
23278a8
..
acad69b
100755
(executable)
--- a/
git2svn
+++ b/
git2svn
@@
-349,6
+349,8
@@
COMMAND: while (!eof(IN)) {
foreach ( keys( %paths ) ) {
delete $paths{$_} if ( /^$path/ );
}
+ # This is now a file and not a path anymore
+ $paths{$path} = 2;
printf OUT "Node-path: $path\nNode-action: delete\n\n";
} else {
$action = "change";