- 06 Sep, 2013 2 commits
- 05 Sep, 2013 8 commits
-
-
Fix umask fragility
Vicent Martí committed -
Russell Belfer committed
-
The GIT_MODE_TYPE macro was looking at all bits above the permissions, but it should really just look at the top bits so that it will give the right results for a setgid or setuid entry. Since we're now using these macros in the tests, this was causing a test failure on platforms that don't support setgid.
Russell Belfer committed -
This fixes an issue checking file modes in the tests that initialize a repo from a template directory when a symlink is used in the template. Also, this updates some other places where we are examining file modes to use the new macros.
Russell Belfer committed -
This adds some more macros for some standard operations on file modes, particularly related to permissions, and then updates a number of places around the code base to use the new macros.
Russell Belfer committed -
Russell Belfer committed
-
Fix warning in src/win32/version.h
Vicent Martí committed -
Linquize committed
-
- 04 Sep, 2013 10 commits
-
-
Some windows tests were failing
Russell Belfer committed -
Russell Belfer committed
-
Russell Belfer committed
-
It seems that libgit2 is correctly applying the umask when initializing a repository from a template and when creating new directories during checkout, but the test suite is not accounting for possible variations due to the umask. This updates that so that the test suite will work regardless of the umask.
Russell Belfer committed -
Russell Belfer committed
-
file:///"Ben Straub committed
-
Ben Straub committed
-
Of backends and refreshers...
Vicent Martí committed -
Vicent Marti committed
-
Previously, `git_object_read()`, `git_object_read_prefix()` and `git_object_exists()` were implementing an auto refresh logic. When the expected object couldn't be found in any backend, a call to `git_odb_refresh()` was triggered and the lookup was once again performed against all backends. This commit removes this auto-refresh logic from the odb layer and pushes it down into the pack-backend (as it's the only one currently exposing a `refresh()` endpoint).
nulltoken committed
-
- 03 Sep, 2013 9 commits
-
-
Split examples CMakeLists.txt
Vicent Martí committed -
Also, this converts the examples/CMakeLists.txt from explicitly listing to just globbing for all the individual C files.
Russell Belfer committed -
Fix resolving relative windows network paths
Russell Belfer committed -
Russell Belfer committed
-
Russell Belfer committed
-
Minor changes for rewrites
Vicent Martí committed -
path: properly resolve relative paths
Russell Belfer committed -
Nikolai Vladimirov committed
-
Fix incorrect precedence within git_repository_is_empty()
Vicent Martí committed
-
- 02 Sep, 2013 1 commit
-
-
Small changes enabling compiling libgit2 for Android.
Vicent Martí committed
-
- 01 Sep, 2013 10 commits
-
-
Small cleanup in examples.
Vicent Martí committed -
Krzysztof Adamski committed
-
Krzysztof Adamski committed
-
Krzysztof Adamski committed
-
Krzysztof Adamski committed
-
Krzysztof Adamski committed
-
Krzysztof Adamski committed
-
CMake seems not to support Android as a target and this option lets us test this in CMakeLists.txt.
Krzysztof Adamski committed -
Update documentation of git_oid_streq to remove outdated error code
Vicent Martí committed -
oid: git_oid_shorten_add() sets GITERR_INVALID when OID set is full
Vicent Martí committed
-