Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
checkout: optimize "git checkout -b <new_branch>"
[gitweb.git]
/
git-p4.py
diff --git
a/git-p4.py
b/git-p4.py
index 714e442d7cf954fa2debe6ae3bb9d6449c5c9e07..b449db1cc9020ad1d7a5e66418d6c97f088419b2 100755
(executable)
--- a/
git-p4.py
+++ b/
git-p4.py
@@
-1841,7
+1841,7
@@
def applyCommit(self, id):
filesToDelete.remove(path)
dst_mode = int(diff['dst_mode'], 8)
- if dst_mode == 0120000:
+ if dst_mode == 0
o
120000:
symlinks.add(path)
elif modifier == "D":