- 09 Sep, 2013 5 commits
-
-
Krzysztof Adamski committed
-
Krzysztof Adamski committed
-
fixes issues with objective-git
Russell Belfer committed -
Russell Belfer committed
-
odb: Error when streaming in less|more bytes than declared
Russell Belfer committed
-
- 08 Sep, 2013 1 commit
-
-
John Josef committed
-
- 07 Sep, 2013 6 commits
-
-
nulltoken committed
-
Fix memory leaks
Vicent Martí committed -
Some revparse love
Vicent Martí committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
- 06 Sep, 2013 5 commits
-
-
revwalk: make mark_unintersting use a loop
Russell Belfer committed -
Ask the odbbackend if the object exists before overwriting it
Russell Belfer committed -
Now that #1785 is merged, git_odb_stream_finalize_write() calculates the object id before invoking the odb backend. This commit gives a chance to the backend to check if it already knows this object.
nulltoken committed -
nulltoken committed
-
Using a recursive function can blow the stack when dealing with long histories. Use a loop instead to limit the call chain depth. This fixes #1223.
Carlos Martín Nieto committed
-
- 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 5 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
-