- 19 Nov, 2013 11 commits
-
-
Alessandro Ghedini committed
-
Cleaning up
Vicent Martí committed -
nulltoken committed
-
Corrupted index is bad for your health
Vicent Martí committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
Cleaning code, removing unused variables
Vicent Martí committed -
Victor Garcia committed
-
- 18 Nov, 2013 5 commits
-
-
Carlos Martín Nieto committed
-
Russell Belfer committed
-
NTLM/Negotiate support in WinHTTP
Vicent Martí committed -
Edward Thomson committed
-
Edward Thomson committed
-
- 15 Nov, 2013 2 commits
-
-
Add missing mappings to .mailmap file
Vicent Martí committed -
nulltoken committed
-
- 14 Nov, 2013 4 commits
-
-
Rename tests directory
Vicent Martí committed -
Ben Straub committed
-
Ben Straub committed
-
Allowing create remotes with custom fetch spec
Vicent Martí committed
-
- 13 Nov, 2013 6 commits
-
-
Russell Belfer committed
-
ld was warning that the size of path changed, rightly so.
Carlos Martín Nieto committed -
Blame fixes
Vicent Martí committed -
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
- 12 Nov, 2013 4 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Fix warnings
Vicent Martí committed -
Linquize committed
-
- 11 Nov, 2013 6 commits
-
-
Remote revamp (director's cut)
Vicent Martí committed -
A previous commit forgot to update the head list after push as well, leading to wrong output of git_remote_ls().
Carlos Martín Nieto committed -
These tests were forgotten when modifying git_remote_ls().
Carlos Martín Nieto committed -
Copy the pointers into temporary vectors instead of assigning them tot he same array so we don't mess up with someone else's memory by accident (e.g. by sorting).
Carlos Martín Nieto committed -
Carlos Martín Nieto committed
-
The callback-based method of listing remote references dates back to the beginning of the network code's lifetime, when we didn't know any better. We need to keep the list around for update_tips() after disconnect() so let's make use of this to simply give the user a pointer to the array so they can write straightforward code instead of having to go through a callback.
Carlos Martín Nieto committed
-
- 10 Nov, 2013 2 commits
-
-
Removing arbitrary refspecs makes things more complex to reason about. Instead, let the user set the fetch and push refspec list to whatever they want it to be.
Carlos Martín Nieto committed -
Fix warning in tests-clar/merge/workdir/trivial.c
Vicent Martí committed
-