- 11 Jan, 2013 1 commit
-
-
Sascha Cunz committed
-
- 10 Jan, 2013 17 commits
-
-
Add GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH
Vicent Martí committed -
This adds an option to checkout a la the diff option to turn off fnmatch evaluation for pathspec entries. This can be useful to make sure your "pattern" in really interpretted as an exact file match only.
Russell Belfer committed -
Expose stock user/pass credential utility
Vicent Martí committed -
REUC needs to handle empty sides
Vicent Martí committed -
Edward Thomson committed
-
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 8 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
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 7 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
-