- 11 Feb, 2013 10 commits
-
-
`git_diff_blobs` and `git_diff_blob_to_buffer` skip the step where we check file attributes because they don't have a filename associated with the data. Unfortunately, this meant they were also skipping the check for the GIT_DIFF_FORCE_TEXT option and so you could not force a diff of an apparent binary file. This adds the force text check into their code path.
Russell Belfer committed -
Topic/remote isvalidname
Russell Belfer committed -
Fix libgit2/libgit2sharp#318
nulltoken committed -
nulltoken committed
-
nulltoken committed
-
reset: Allow the selective reset of pathspecs
Russell Belfer committed -
Resolve a remote branch's remote
Philip Kelley committed -
Jameson Miller committed
-
Jameson Miller committed
-
Philip Kelley committed
-
- 10 Feb, 2013 2 commits
-
-
Philip Kelley committed
-
Michael Schubert committed
-
- 09 Feb, 2013 2 commits
-
-
removed other references to api.html
Vicent Martí committed -
Merge the push report into the refs to avoid a 3rd network call
Vicent Martí committed
-
- 08 Feb, 2013 9 commits
-
-
Scott J. Goldman committed
-
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 6 commits
-
-
Carlos Scheidegger committed
-
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