- 08 Feb, 2013 8 commits
-
-
Philip Kelley committed
-
Jameson Miller committed
-
diff: Add a callback to notify of diffed files
Russell Belfer committed -
Fix Windows symlinks
Vicent Martí committed -
Patrick Pokatilo committed
-
As requested
Patrick Pokatilo committed -
Patrick Pokatilo committed
-
Patrick Pokatilo committed
-
- 07 Feb, 2013 9 commits
-
-
Patrick Pokatilo committed
-
The callback will be called for each file, just before the `git_delta_t` gets inserted into the diff list. When the callback: - returns < 0, the diff process will be aborted - returns > 0, the delta will not be inserted into the diff list, but the diff process continues - returns 0, the delta is inserted into the diff list, and the diff process continues
yorah committed -
Instead of returning directly the pattern as the return value, I used an out parameter, because the function also tests if the passed pathspecs vector is empty. If yes, it considers that the path "matches", but in that case there is no matched pattern per se.
yorah committed -
No bitfields in public headers b/c packing is compiler-specific
Ben Straub committed -
Philip Kelley committed
-
Scott J. Goldman committed
-
Scott J. Goldman committed
-
Scott J. Goldman committed
-
Patrick Pokatilo committed
-
- 06 Feb, 2013 5 commits
-
-
removed obsolete reference to api.html
Vicent Martí committed -
Carlos Scheidegger committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
- 05 Feb, 2013 2 commits
-
-
cMakeList: Prevent MSVCR1x0.dll dependency
Vicent Martí committed -
Deploys the libgit2/libgit2@9041250 fix to RELWITHDEBINFO and MINSIZEREL build flavors Fix #255
nulltoken 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 10 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
-