- 09 Nov, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 08 Nov, 2012 2 commits
-
-
Basic authentication for http and winhttp
Philip Kelley committed -
Correctly parse tags lacking a description
Vicent Martí committed
-
- 07 Nov, 2012 2 commits
-
-
Fix compilation for mingw32 and cygwin
Ben Straub committed -
Eduardo Bart committed
-
- 06 Nov, 2012 5 commits
-
-
inet_pton is available only in windows vista or later, fixed the issue by reimplementing it using WSAStringToAddress
Eduardo Bart committed -
Philip Kelley committed
-
fetch: Write packs to the ODB instead of directly to disk
Philip Kelley committed -
Philip Kelley committed
-
Philip Kelley committed
-
- 05 Nov, 2012 12 commits
-
-
Edward Thomson committed
-
Bail out of remote loading if the URL would be NULL
Russell Belfer committed -
Justin Spahr-Summers committed
-
Apparently git_remote_list() includes even remotes for which git_remote_load() would fail. Sorry @nulltoken, false alarm. This reverts commit f358ec14.
Justin Spahr-Summers committed -
CC @nulltoken
Justin Spahr-Summers committed -
Justin Spahr-Summers committed
-
Fix state when HEAD is not detached
Russell Belfer committed -
Justin Spahr-Summers committed
-
Let the user grab the packfile as it's being written
Vicent Martí committed -
nulltoken committed
-
This fixes a crash from attempting to invoke git__strdup() against NULL.
Justin Spahr-Summers committed -
Keith Dahlby committed
-
- 04 Nov, 2012 1 commit
-
-
Keith Dahlby committed
-
- 02 Nov, 2012 9 commits
-
-
Fix bytes_received in fetch tests - we weren't calling the callback
Philip Kelley committed -
Philip Kelley committed
-
Russell Belfer committed
-
This fix makes libgit2 capable of parsing annotated tag objects that lack the optional message/description field. Previously, libgit2 treated this field as mandatory and raised a tag_error on such tags. However, the message field is optional. An example of such a tag is refs/tags/v2.6.16.31-rc1 in Linux: $ git cat-file tag refs/tags/v2.6.16.31-rc1 object afaa018cefb6af63befef1df7d8febaae904434f type commit tag v2.6.16.31-rc1 tagger Adrian Bunk <bunk@stusta.de> 1162716505 +0100 $
Erik van Zijst committed -
Initial implementation of diff rename detection
Vicent Martí committed -
Free conflict index entries on removal
Philip Kelley committed -
Prefer GetLastError() for GITERR_OS on Win32
Philip Kelley committed -
Philip Kelley committed
-
Edward Thomson committed
-
- 01 Nov, 2012 7 commits
-
-
Vicent Marti committed
-
Improve docs, examples, warnings
Vicent Martí committed -
Some more changes to the Index API
Russell Belfer committed -
This improves docs in some of the public header files, cleans up and improves some of the example code, and fixes a couple of pedantic warnings in places.
Russell Belfer committed -
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-