- 30 Sep, 2013 6 commits
-
-
Never consider submodules for stashing
Vicent Martí committed -
...before the helper's cleanup method tries to delete their files.
Ben Straub committed -
Fix x86/x64 size_t related warnings
Vicent Martí committed -
Remove leading newlines from commit message
Vicent Martí committed -
Fix libgit2/libgit2sharp#522
nulltoken committed -
nulltoken committed
-
- 28 Sep, 2013 2 commits
-
-
Justin Spahr-Summers committed
-
Justin Spahr-Summers committed
-
- 27 Sep, 2013 2 commits
-
-
Add refdb.h to git2.h, reorder git2.h sanely
Vicent Martí committed -
Edward Thomson committed
-
- 26 Sep, 2013 1 commit
-
-
nulltoken committed
-
- 25 Sep, 2013 11 commits
-
-
Ben Straub committed
-
Win32: handle http->https redirects
Ben Straub committed -
Bring error handling docs up to date
Vicent Martí committed -
Ben Straub committed
-
The error handling docs date back to the early error redesign work and don't match up with the route we actually took. This brings them in line with actual practice both for external users and internal implementors, and notes some of the exceptions and possible bugs.
Russell Belfer committed -
That's the refdb, it's not the odb...
Vicent Martí committed -
Edward Thomson committed
-
Cleaned up some tables in checkout-internals doc
Vicent Martí committed -
Fixed formatting of diff-internals.md
Vicent Martí committed -
Indentation for lists was not working correctly.
Mike Anderson committed -
The markdown wasn't rendering correctly.
Mike Anderson committed
-
- 24 Sep, 2013 18 commits
-
-
Make tests pass if XDG config exists
Vicent Martí committed -
Russell Belfer committed
-
Alternative fix for cross protocol redirects
Vicent Martí committed -
Russell Belfer committed
-
The subtransport path was relying on pointing to data owned by the remote which meant that after a redirect, the updated path was getting lost for future requests. This updates the http transport to strdup the path and maintain its own lifetime. This also pulls responsibility for parsing the URL back into the http transport and isolates the functions that parse and free that connection data so that they can be reused between the initial parsing and the redirect parsing.
Russell Belfer committed -
Ignore files that disappear while iterating
Vicent Martí committed -
On occasion, files can disappear while we're iterating the filesystem, between calls to readdir and stat. Let's pretend those didn't exist in the first place.
Edward Thomson committed -
Ben Straub committed
-
Ben Straub committed
-
Various warning cleanup and minor fixes
Vicent Martí committed -
Minimize regex usage
Vicent Martí committed -
Russell Belfer committed
-
The git_buf_text_gather_stats call returns a boolean indicating if the file looks like binary data. That shouldn't be an error; it should be used to skip CRLF processing though.
Russell Belfer committed -
'del' instead of 'delete' for the poor C++ users
Russell Belfer committed -
Edward Thomson committed
-
Russell Belfer committed
-
This replaces some git_buf_printf calls with simple calls to git_buf_put instead. Also, it fixes a missing va_end inside the git_buf_vprintf implementation.
Russell Belfer committed -
Russell Belfer committed
-