- 04 Sep, 2013 4 commits
-
-
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
-
- 31 Aug, 2013 5 commits
-
-
Carlos Martín Nieto committed
-
Update readme to point to the currently maintained Erlang bindings.
Carlos Martín Nieto committed -
Update readme to point to the currently maintained Erlang bindings. Namely: https://github.com/carlosmn/geef
Nirvana committed -
Linquize committed
-
Linquize committed
-
- 30 Aug, 2013 2 commits
- 29 Aug, 2013 4 commits
-
-
This simplifies the git_repository_is_empty a bit so that a detached HEAD is just taken to mean the repo is not empty, since a newly initialized repo will not have a detached HEAD.
Russell Belfer committed -
Vicent Martí committed
-
Carlos Martín Nieto committed
-
Reverts part of 9146f1e5.
Justin Spahr-Summers committed
-
- 28 Aug, 2013 5 commits
-
-
All use of sortedcache will need this header, so put it in the definition of the sortedcache API.
Russell Belfer committed -
Thread safety for the refdb_fs
Vicent Martí committed -
Russell Belfer committed
-
Ensure that we apply splits to rewrites, even if we're not interested in examining it closely for rename/copy detection. In keeping with core git, status should not display rewrites, it should simply show files as "modified".
Edward Thomson committed -
Even more lenient remote parsing
Vicent Martí committed
-