Commit 1292df1
git-p4: Fix occasional truncation of symlink contents.
Symlink contents in p4 print sometimes have a trailing
new line character, but sometimes it doesn't. git-p4
should only remove the last character if that character
is '\n'.
Signed-off-by: Alex Juncu <[email protected]>
Signed-off-by: Alex Badea <[email protected]>
Acked-by: Pete Wyckoff <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>1 parent 96cb27a commit 1292df1
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2180 | 2180 | | |
2181 | 2181 | | |
2182 | 2182 | | |
2183 | | - | |
| 2183 | + | |
| 2184 | + | |
2184 | 2185 | | |
2185 | | - | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
2186 | 2190 | | |
2187 | 2191 | | |
2188 | 2192 | | |
| |||
0 commit comments