- 07 Sep, 2013 1 commit
-
-
Relative, absolute and home-relative paths are supported. The recursion limit it set at 10, just like in git.
Carlos Martín Nieto committed
-
- 05 Sep, 2013 3 commits
-
-
In order to support config includes, we must differentiate between the backend's main file and the file we are currently parsing. This lays the groundwork for includes, keeping the current behaviours.
Carlos Martín Nieto committed -
Fix warning in src/win32/version.h
Vicent Martí committed -
Linquize committed
-
- 04 Sep, 2013 5 commits
-
-
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
-
- 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
-