- 25 Sep, 2012 7 commits
-
-
Allow diff deltas to be accessed by index and make patch generation explicit with hunk and line access by index as well.
Russell Belfer committed -
Make giterr_set_str() and giterr_set_oom() public APIs
Vicent Martí committed -
Tags: teach git_tag_list not to include the 'refs/tags/' prefix
Vicent Martí committed -
Topic/is valid name
Vicent Martí committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
- 22 Sep, 2012 8 commits
-
-
Sascha Cunz committed
-
Sascha Cunz committed
-
Sascha Cunz committed
-
Adjusts refs::list test (including the comments) Adjusts objects::tags::list test
Sascha Cunz committed -
This patch changes the tag listing test helper to use a struct as input parameter, which tells what we exactly expect. As I don't think, we can rely on the fact that every os and every filesystem will report the tags in the same order, I made this code independent of the order that the tags are retrieved.
Sascha Cunz committed -
Sascha Cunz committed
-
Since quite a while now, git_branch_foreach has learnt to list branches without the 'refs/heads/' or 'refs/remotes' prefixes. This patch teaches git_tag_list to do the same for listing tags.
Sascha Cunz committed -
Michael Schubert committed
-
- 21 Sep, 2012 6 commits
-
-
Make clear that git_odb_hashfile does not use filters
Russell Belfer committed -
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
There has been discussion for a while about making some set of the `giterr_set` type functions part of the public API for code that is implementing new backends to libgit2. This makes the `giterr_set_str()` and `giterr_set_oom()` functions public.
Russell Belfer committed -
checkout: add notification callback for skipped files
Russell Belfer committed -
git_repository_hashfile: Only close file handle if we have a valid one
Russell Belfer committed -
nulltoken committed
-
- 20 Sep, 2012 3 commits
-
-
Otherwise this throws an exception on MFC based systems. Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
nulltoken committed
-
nulltoken committed
-
- 17 Sep, 2012 15 commits
-
-
Checkout, reset and others enhancements
Russell Belfer committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
- 15 Sep, 2012 1 commit
-
-
Allocate a buffer large enough to store the path plus the terminator instead of letting readlink write beyond the end.
Carlos Martín Nieto committed
-