- 26 Jul, 2012 2 commits
-
-
* Removed the #define for defaults * Promoted progress structure to top-level API call argument
Ben Straub committed -
Refactor checkout into several more-sensible entry points, which consolidates common options into a single structure that may be passed around.
Ben Straub committed
-
- 22 Jul, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 18 Jul, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 17 Jul, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 16 Jul, 2012 5 commits
-
-
Includes unfinished win32 implementation.
Ben Straub committed -
Also removes the unnecessary check for filter length, since git_filters_apply does the right thing when there are none, and it's more efficient than this.
Ben Straub committed -
Ben Straub committed
-
libgit2.pc.in: also switch to LIB_INSTALL_DIR
Vicent Martí committed -
b3237ac3 changed CMakeList.txt to use the more standard LIB_INSTALL_DIR variable instead of INSTALL_LIB, but forgot to change libgit2.pc.in etc. accordingly.
Michael Schubert committed
-
- 15 Jul, 2012 2 commits
-
-
Add support for the more standard LIB_INSTALL_DIR variable
Vicent Martí committed -
Pevents collisions with the original libgit, which also exports those exact symbols. Fixes #822
Vicent Marti committed
-
- 14 Jul, 2012 2 commits
-
-
Not all delta bases are available on the first try. By delaying resolving all deltas until the end, we avoid decompressing some of the data twice or even more times, saving effort and time.
Carlos Martín Nieto committed -
Ben Straub committed
-
- 13 Jul, 2012 7 commits
-
-
Ben Straub committed
-
Removed 'bare' option from test repository to allow checkout tests.
Ben Straub committed -
Ben Straub committed
-
The correct way to advertise out capabilities is by appending them to the first 'want' line, using SP as separator, instead of NUL as the server does. Inconsistent documentation lead to the use of NUL in libgit2. Fix this so we can request much more efficient packs from the remote which reduces the indexing time considerably.
Carlos Martín Nieto committed -
Ignacio Casal Quinteiro committed
-
More revparse <3
Vicent Martí committed -
refs: fix a memory leak
Vicent Martí committed
-
- 12 Jul, 2012 16 commits
-
-
nulltoken committed
-
nulltoken committed
-
passing 0 to git_strol(32|64) let the implementation guess if it's dealing with an octal number or a decimal one. Let's make it safe and ensure that both 'HEAD@{010}' and 'HEAD@{10}' point at the same commit.
nulltoken committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
Carlos Martín Nieto committed
-
Russell Belfer committed
-
Russell Belfer committed
-
khash.h was globally #define'ing "inline" which messes with other files. Let's keep it as "kh_inline".
Russell Belfer committed -
Carlos Martín Nieto committed
-
Some objects were added in another PR
Carlos Martín Nieto committed -
Carlos Martín Nieto committed
-
odb: add git_odb_foreach()
Vicent Martí committed -
Fix revwalk email parsing
Vicent Martí committed
-