aboutsummaryrefslogtreecommitdiff
path: root/fast-import.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-06 12:46:11 -0800
committerShawn O. Pearce <spearce@spearce.org>2007-02-06 16:08:30 -0500
commit9981b6d915a49d325f790f2aa825aa56ae4ac85c (patch)
tree9b793218aabc4f7a7c15d7c9b9848463408c4588 /fast-import.c
parent7073e69e382bc8247c28859d8b0eda2612cd6b94 (diff)
downloadgit-9981b6d915a49d325f790f2aa825aa56ae4ac85c.tar.gz
git-9981b6d915a49d325f790f2aa825aa56ae4ac85c.tar.xz
S_IFLNK != 0140000
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'fast-import.c')
-rw-r--r--fast-import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fast-import.c b/fast-import.c
index df84e4d87..c72c5c7a9 100644
--- a/fast-import.c
+++ b/fast-import.c
@@ -81,7 +81,7 @@ Format of STDIN stream:
path_str ::= path | '"' quoted(path) '"' ;
mode ::= '100644' | '644'
| '100755' | '755'
- | '140000'
+ | '120000'
;
declen ::= # unsigned 32 bit value, ascii base10 notation;