Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -115/+0 |
| | |||||
* | tree: allow retrieval of raw attributes | Carlos Martín Nieto | 2013-10-08 | 1 | -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 repo | Vicent Marti | 2012-12-14 | 1 | -5/+0 |
| | |||||
* | Clean up GCC build warnings | Ben Straub | 2012-12-10 | 1 | -2/+1 |
| | |||||
* | tree: relax the filemode parser | Carlos Martín Nieto | 2012-12-07 | 1 | -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() | nulltoken | 2012-08-21 | 1 | -5/+5 |
| | |||||
* | filemode: deploy enum usage | nulltoken | 2012-08-21 | 1 | -12/+9 |
| | |||||
* | treebuilder: enhance attributes handling on insertion | nulltoken | 2012-08-19 | 1 | -0/+118 |