Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-15Rename tests-clar to testsBen Straub
2013-10-08tree: allow retrieval of raw attributesCarlos Martín Nieto
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.
2012-12-14tests: Fix unused temp repoVicent Marti
2012-12-10Clean up GCC build warningsBen Straub
2012-12-07tree: relax the filemode parserCarlos Martín Nieto
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-08-22tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()nulltoken
2012-08-22filemode: deploy enum usagenulltoken
2012-08-19treebuilder: enhance attributes handling on insertionnulltoken