- 05 Feb, 2013 3 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
This works by having the indexer watch the return code of the callback, so will only take effect on object boundaries.
Ben Straub committed
-
- 04 Feb, 2013 2 commits
-
-
Handle "user@" prefix for credentials partially included in URLs
Russell Belfer committed -
Ben Straub committed
-
- 03 Feb, 2013 3 commits
-
-
revparse: Lookup branch before described tag
Vicent Martí committed -
nulltoken committed
-
Fix #1306
nulltoken committed
-
- 02 Feb, 2013 1 commit
-
-
Ben Straub committed
-
- 01 Feb, 2013 12 commits
-
-
Win32: Make sure error messages are consistently UTF-8 encoded
Vicent Martí committed -
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
Support local msysgit installations
Vicent Martí committed -
Try harder to find global config file
Vicent Martí committed -
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
W/o this a libgit2 error message could have a mixed encoding: e.g. a filename in UTF-8 combined with a native Windows error message encoded with the local code page. Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
Jameson Miller committed
-
Ben Straub committed
-
Fix clone fail if repo head detached
Ben Straub committed -
Signed-off-by: Frank Li <lznuaa@gmail.com> Signed-off-by: nulltoken <emeric.fermas@gmail.com>
Frank Li committed -
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed
-
- 31 Jan, 2013 13 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Crash when resolving a ref starting with "/"
Russell Belfer committed -
A leading slash confuses the name normalization code when the flags include ALLOW_ONELEVEL. Catch this case in particular to avoid triggering an assertion in the uppercase check which expects us not to pass it an empty string. The existing tests don't catch this as they simply use the NORMAL flag. This fixes #1300.
Carlos Martín Nieto committed -
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
- 30 Jan, 2013 4 commits
-
-
Add helper API for diff line stats from patch
Vicent Martí committed -
Vicent Martí committed
-
Russell Belfer committed
-
This adds a `git_diff_patch_line_stats()` API that gets the total number of adds, deletes, and context lines in a patch. This will make it a little easier to emulate `git diff --stat` and the like. Right now, this relies on generating the `git_diff_patch` object, which is a pretty heavyweight way to get stat information. At some future point, it would probably be nice to be able to get this information without allocating the entire `git_diff_patch`, but that's a much larger project.
Russell Belfer committed
-
- 29 Jan, 2013 2 commits
-
-
Stricter config entry name validation
Vicent Martí committed -
Fix p_realpath on OpenBSD
Vicent Martí committed
-