- 16 Feb, 2013 1 commit
-
-
If gethostbyname() fails on platforms with NO_ADDRINFO, the code leaks the struct addrinfo that was allocated. This fixes that (and a number of code formatting issues in that area of code in src/posix.c).
Russell Belfer committed
-
- 15 Feb, 2013 3 commits
-
-
There were a number of functions assigning their return value to `error` without much explanation. I added in some rudimentary error checking to help flesh out the example. Also, I reformatted all of the comments down to 80 cols (and in some cases, slightly updated the wording).
Russell Belfer committed -
push: fix typo in git_push_finish() doc
Vicent Martí committed -
Alessandro Ghedini committed
-
- 14 Feb, 2013 6 commits
-
-
Topic/diff tree coverage
Vicent Martí committed -
push: improve docs on success / failure of git_push_finish
Vicent Martí committed -
Michael Schubert committed
-
Ben Straub committed
-
Philip Kelley committed
-
Improve MSVC compiler, linker flags
Vicent Martí committed
-
- 13 Feb, 2013 2 commits
-
-
Philip Kelley committed
-
Philip Kelley committed
-
- 12 Feb, 2013 3 commits
-
-
Add git_push_options, to set packbuilder parallelism
Ben Straub committed -
Add FORCE_TEXT check into git_diff_blobs code path
Russell Belfer committed -
Allow network operations to cancel
Russell Belfer committed
-
- 11 Feb, 2013 13 commits
-
-
Russell Belfer committed
-
Russell Belfer committed
-
`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
-
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 8 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
-