tests-clar/index/filemodes.c


Log

Author Commit Date CI Message
Edward Thomson f45ec1a0 2012-10-29T20:04:21 index refactoring
nulltoken a7dbac0b 2012-08-17T21:10:32 filemode: deploy enum usage
Russell Belfer da825c92 2012-06-19T14:27:02 Make index add/append support core.filemode flag This fixes git_index_add and git_index_append to behave more like core git, preserving old filemode data in the index when adding and/or appending with core.filemode = false. This also has placeholder support for core.symlinks and core.ignorecase, but those flags are not implemented (well, symlinks has partial support for preserving mode information in the same way that git does, but it isn't tested).