My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
08721a0
df8a9e8
)
Merge branch 'ld/p4-compare-dir-vs-symlink'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 27 Dec 2016 08:11:42 +0000
(
00:11
-0800)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 27 Dec 2016 08:11:42 +0000
(
00:11
-0800)
"git p4" misbehaved when swapping a directory and a symbolic link.
* ld/p4-compare-dir-vs-symlink:
git-p4: avoid crash adding symlinked directory
1
2
git-p4.py
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
git-p4.py
index
73f5fce
,
16d0b8a
..
16e3a18
---
1
/
git-p4.py
---
2
/
git-p4.py
+++ b/
git-p4.py
@@@
-1607,8
-1582,8
+1615,9
@@@
class P4Submit(Command, P4UserMap)
filesToDelete = set()
editedFiles = set()
pureRenameCopy = set()
+ symlinks = set()
filesToChangeExecBit = {}
+ all_files = list()
for line in diff:
diff = parseDiffTreeEntry(line)