- 21 Apr, 2013 5 commits
-
-
John Wiegley committed
-
This moves some of the odb_backend stuff that is related to the internals of an odb_backend implementation into include/git2/sys. Some of the stuff related to streaming I left in include/git2 because it seemed like it would be reasonably needed by a normal user who wanted to stream objects into and out of the ODB. Also, I added APIs for traversing the list of backends so that some of the tests would not need to access ODB internals.
Russell Belfer committed -
Moving backend implementor objects into include/git2/sys so the APIs can be isolated from the ones that normal libgit2 users would be likely to use.
Russell Belfer committed -
mailmap: Coalesce some identities
Vicent Martí committed -
nulltoken committed
-
- 20 Apr, 2013 2 commits
-
-
Carlos Martín Nieto committed
-
alloc doesn't take a refdb
Vicent Martí committed
-
- 19 Apr, 2013 4 commits
-
-
Edward Thomson committed
-
This fixes #1487
Carlos Martín Nieto committed -
Add filesystem iterator variant
Russell Belfer committed -
Ben Straub committed
-
- 18 Apr, 2013 11 commits
-
-
When attempting to create a workdir iterator for a bare repo, don't leak the iterator structure.
Russell Belfer committed -
Russell Belfer committed
-
Russell Belfer committed
-
Russell Belfer committed
-
Refactors the helper function that builds a directory hierarchy and then made use of it to try more variations on filesystem iterator tests.
Russell Belfer committed -
Renamed the callback functions and made some minor rearrangements to clean up the flow of some code.
Russell Belfer committed -
This adds some hooks into the filesystem iterator so that the workdir iterator can just become a wrapper around it. Then we remove most of the workdir iterator code and just have it augment the filesystem iterator with skipping .git entries, updating the ignore stack, and checking for submodules.
Russell Belfer committed -
This adds a new variant iterator that is a raw filesystem iterator for scanning directories from a root. There is still more work to do to blend this with the working directory iterator.
Russell Belfer committed -
Return error for empty name/email
Vicent Martí committed -
Carlos Martín Nieto committed
-
Nicolas Viennot committed
-
- 17 Apr, 2013 14 commits
-
-
use a longer string for dummy data in test to avoid conflicting w/ index
Vicent Martí committed -
Edward Thomson committed
-
Vicent Marti committed
-
Allow access to the cached peel data in packed-refs
Vicent Martí committed -
Vicent Marti committed
-
Vicent Marti committed
-
checkout: use cache when possible to determine if workdir item is dirty
Vicent Martí committed -
Add `git_repository_open_bare`
Vicent Martí committed -
If the on-disk file has been staged (it's stat data matches the stat data in the cache) then we need not hash the file to determine whether it differs from the checkout target; instead we can simply use the oid in the index. This prevents recomputing a file's hash unnecessarily, prevents loading the file (when filtering) and prevents edge cases where filters suggest that a file is dirty immediately after git writes the file.
Edward Thomson committed -
Vicent Marti committed
-
Update link to Perl bindings
Vicent Martí committed -
Alessandro Ghedini committed
-
Carlos Martín Nieto committed
-
Vicent Marti committed
-
- 16 Apr, 2013 2 commits
-
-
Ben Straub committed
-
This is the last minor release before 1.0preview1. Highlights of this release include: - Branch API - Checkout head, index and tree - Finished clone support - Abstracted reference API to use custom backends - Full diff support - New (faster) packbuilder - Push support - New Remotes API - Revparse support (single and range commits) - Stash support - Submodules support As always, the full changelog is available at: http://libgit2.github.com/libgit2/#p/changelog Yeah, it's a huge release. Releasing stuff sucks. Expect 1.0 and API freeze in less than a month. Your faithful maintainer, vmg Signed-off-by: Vicent Marti <tanoku@gmail.com>
Vicent Marti committed
-
- 15 Apr, 2013 2 commits
-
-
Unified rev-parse, with a revision object
Vicent Martí committed -
Fetch fixes
Vicent Martí committed
-