summaryrefslogtreecommitdiff
path: root/tests-clar/object/tree/attributes.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-115/+0
|
* tree: allow retrieval of raw attributesCarlos Martín Nieto2013-10-081-1/+2
| | | | | | When a tool needs to recreate the tree object (for example an interface to another VCS), it needs to use the raw attributes, forgoing any normalization.
* tests: Fix unused temp repoVicent Marti2012-12-141-5/+0
|
* Clean up GCC build warningsBen Straub2012-12-101-2/+1
|
* tree: relax the filemode parserCarlos Martín Nieto2012-12-071-17/+22
| | | | | | | | | | | 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.
* tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()nulltoken2012-08-211-5/+5
|
* filemode: deploy enum usagenulltoken2012-08-211-12/+9
|
* treebuilder: enhance attributes handling on insertionnulltoken2012-08-191-0/+118