- 21 Aug, 2012 2 commits
- 19 Aug, 2012 1 commit
-
-
nulltoken committed
-
- 14 Aug, 2012 2 commits
-
-
Return -1 to stop the iteration instead of not-0
Carlos Martín Nieto committed -
If you want to be absolutely safe with git_message_prettify, you can now pass a NULL pointer for the buffer and get back the number of bytes that would be copied into the buffer. This means that an error is a non-negative return code and a success will be greater than zero from this function.
Russell Belfer committed
-
- 12 Aug, 2012 1 commit
-
-
This makes the message prettify buffer length check accurate.
Russell Belfer committed
-
- 04 Aug, 2012 1 commit
-
-
Missed this one, ironically enough.
Russell Belfer committed
-
- 24 Jul, 2012 1 commit
-
-
nulltoken committed
-
- 17 Jul, 2012 1 commit
-
-
Partially fix #530
nulltoken committed
-
- 12 Jul, 2012 1 commit
-
-
nulltoken committed
-
- 29 Jun, 2012 2 commits
-
-
It causes the clar testsuite to abort on Windows, and isn't necessary.
Scott J. Goldman committed -
Smaller, simpler, faster.
Vicent Marti committed
-
- 19 Jun, 2012 2 commits
-
-
git_commit() and git_tag() no longer prettify the message by default. This has to be taken care of by the caller. This has the nice side effect of putting the caller in position to actually choose to strip the comments or not.
nulltoken committed -
Vicent Marti committed
-
- 18 Jun, 2012 1 commit
-
-
Vicent Marti committed
-
- 15 Jun, 2012 1 commit
-
-
Tim Clem committed
-
- 07 Jun, 2012 2 commits
-
-
Vicent Martí committed
-
nulltoken committed
-
- 17 May, 2012 2 commits
-
-
Vicent Martí committed
-
Vicent Martí committed
-
- 16 May, 2012 2 commits
-
-
Vicent Martí committed
-
These are deprecated and replaced with the diffing code in git2/diff.h
Vicent Martí committed
-
- 13 May, 2012 2 commits
-
-
Carlos Martín Nieto committed
-
This function will create blobs in the object database from files anywhere on the filesystem. This can be run against bare and non-bare repositories.
nulltoken committed
-
- 11 May, 2012 1 commit
-
-
object: make git_object_lookup() return GIT_ENOTFOUND when searching for an existing object by specifying an incorrect type This fix complements cb0ce16b and cover the following additional use cases - retrieving an object which has been previously searched, found and cached - retrieving an object through an non ambiguous abbreviated id
nulltoken committed
-
- 08 May, 2012 2 commits
-
-
Russell Belfer committed
-
object: make git_object_lookup() return GIT_ENOTFOUND when searching for an existing object by specifying an incorrect type
nulltoken committed
-
- 07 May, 2012 1 commit
-
-
'git commit' and 'git tag -a' enforce some conventions, like cleaning up excess whitespace and making sure that the last line ends with a '\n'. This fix replicates this behavior. Fix libgit2/libgit2sharp#117
nulltoken committed
-
- 05 May, 2012 1 commit
-
-
Scott J. Goldman committed
-
- 03 May, 2012 1 commit
-
-
Vicent Martí committed
-
- 02 May, 2012 3 commits
-
-
Vicent Martí committed
-
Vicent Martí committed
-
Vicent Martí committed
-
- 26 Apr, 2012 1 commit
-
-
Carlos Martín Nieto committed
-
- 10 Apr, 2012 1 commit
-
-
nulltoken committed
-
- 03 Apr, 2012 2 commits
-
-
Signed-off-by: schu <schu-github@schulog.org>
schu committed -
Vicent Martí committed
-
- 01 Apr, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 31 Mar, 2012 1 commit
-
-
Ben Straub committed
-