libgit2/tests-clar/object/tree
Carlos Martín Nieto f1c75b94a1 tree: relax the filemode parser
There are many different broken filemodes in the wild so we need to
protect against them and give something useful up the chain. Don't
fail when reading a tree from the ODB but normalize the mode as best
we can.

As 664 is no longer a mode that we consider to be valid and gets
normalized to 644, we can stop accepting it in the treebuilder. The
library won't expose it to the user, so any invalid modes are a bug.
2012-12-07 16:59:18 +01:00
..
attributes.c tree: relax the filemode parser 2012-12-07 16:59:18 +01:00
duplicateentries.c Fix warnings on Win64 build 2012-11-27 13:18:29 -08:00
frompath.c Reset all static variables to NULL in clar's __cleanup 2012-11-23 11:41:56 +01:00
read.c tree: Naming conventions 2012-05-16 19:24:35 +02:00
walk.c API review / update for tree.h 2012-11-27 13:18:28 -08:00
write.c Prevent creating .., ., and .git with tree builder 2012-11-18 15:15:24 -08:00