- 10 Jan, 2013 12 commits
-
-
Sane refresh logic for #1180
Vicent Martí committed -
Libgit2 for AmigaOS4
Vicent Martí committed -
Vicent Marti committed
-
Vicent Marti committed
-
All the ODB backends have a specific refresh interface. When reading an object, first we attempt every single backend: if the read fails, then we refresh all the backends and retry the read one more time to see if the object has appeared.
Vicent Marti committed -
Don't call pthread_exit() in the callback of the fetch example
Vicent Martí committed -
Compilers that are not aware that pthread_exit() does not return issue a warning when compiling the present code. This change exchanges the call to pthread_exit() with a simple return statement. According to the pthread specification this is equivalent.
Sebastian Bauer committed -
Sebastian Bauer committed
-
Sebastian Bauer committed
-
Before it was compiled when CMake was actually run on AmigaOS.
Sebastian Bauer committed -
Sebastian Bauer committed
-
Sebastian Bauer committed
-
- 09 Jan, 2013 6 commits
-
-
push: properly handle tags
Vicent Martí committed -
Currently, push doesn't really handle tags when queueing objects. Fix it.
Michael Schubert committed -
Michael Schubert committed
-
Jameson Miller committed
-
Resolve crash with diff against empty file
Vicent Martí committed -
It is not legal inside our `p_mmap` function to mmap a zero length file. This adds a test that exercises that case inside diff and fixes the code path where we would try to do that. The fix turns out not to be a lot of code since our default file content is already initialized to "" which works in this case. Fixes #1210
Russell Belfer committed
-
- 08 Jan, 2013 7 commits
-
-
update copyrights
Vicent Martí committed -
Edward Thomson committed
-
remove ppc sha1 asm
Vicent Martí committed -
Edward Thomson committed
-
keep comments at < 80 chars
Vicent Martí committed -
Edward Thomson committed
-
Have diff blob to buffer share code (and add tests)
Vicent Martí committed
-
- 07 Jan, 2013 8 commits
-
-
This moves the implementation of these two APIs into common code that will be shared between the two. Also, this adds tests for the `git_diff_blob_to_buffer` API. Lastly, this adds some extra `const` to a few places that can use it.
Russell Belfer committed -
Ignacio Casal Quinteiro committed
-
Revert changes from git/git diff-delta.c by dak@gnu.org, proski@gnu.org
Vicent Martí committed -
Add Florian Forster to hall of fame
Philip Kelley committed -
Philip Kelley committed
-
Permission recieved from Florian Forster on Jan 07 2013 to include any changes of his from core Git into LibGit2.
Martin Woodward committed -
merge cleanup should actually cleanup and the test should actually test
Vicent Martí committed -
Edward Thomson committed
-
- 06 Jan, 2013 7 commits
-
-
Kevin Sawicki committed
-
This reverts commit 47fbcbb5.
Kevin Sawicki committed -
Kevin Sawicki committed
-
travis: Only run Valgrind when all tests pass
Vicent Martí committed -
nulltoken committed
-
Allow to clone repositories that don't have a `master` branch
Vicent Martí committed -
travis: Include the online suite when running against Travis
Vicent Martí committed
-