- 06 Jul, 2015 1 commit
-
-
Carlos Martín Nieto committed
-
- 03 Jul, 2015 2 commits
-
-
filter: add docs for streaming filters
Carlos Martín Nieto committed -
These functions are available on the public API but don't have any documentation, so they don't appear on the API reference. Fix that.
Carlos Martín Nieto committed
-
- 02 Jul, 2015 5 commits
-
-
iterator_walk: cast away constness for free
Carlos Martín Nieto committed -
filter::stream: free the filter sanely
Carlos Martín Nieto committed -
Edward Thomson committed
-
Don't use the filter's free callback to free the actual data structure holding the filter, as we may not always actually initialize it (the test may be skipped).
Edward Thomson committed -
Correctly delimit the keys for submodule lookup
Carlos Martín Nieto committed
-
- 01 Jul, 2015 5 commits
-
-
The regex we use to look at the gitmodules file does not correctly delimit the name of submodule which we want to look up and puts '.*' straight after the name, maching on any submodule which has the seeked submodule as a prefix of its name. Add the missing '\.' in the regex so we want a full stop to exist both before and after the submodule name.
Carlos Martín Nieto committed -
When two submodules are fairly similar, we may end up loading the wrong one.
Carlos Martín Nieto committed -
Fix 8.3 filename tests failure when 8.3 is disabled
Edward Thomson committed -
The function was removed, but its declaration and changelog entry about its removal were forgotten. The comment in the test doesn't make any sense as the function doesn't exist anymore, so get rid of it as well.
Carlos Martín Nieto committed -
Linquize committed
-
- 30 Jun, 2015 13 commits
-
-
Fix #3093 - remove declaration of unused function git_fetch__download…
Edward Thomson committed -
Function was added in commit 2c982daa on October 5, 2011, and removed in commit 41fb1ca0 on October 29, 2012. Given the length of time it's gone unused, it's safe to remove now.
Matthew Plough committed -
More warnings
Carlos Martín Nieto committed -
http: fixed leak when asking for credentials again
Edward Thomson committed -
t->cred might have been allocated the previous time and needs to be freed before asking caller for credentials again.
Pierre-Olivier Latour committed -
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
memory leak refspec.c
Edward Thomson committed -
Jeff Hostetler committed
-
Remove some warnings
Carlos Martín Nieto committed
-
- 29 Jun, 2015 14 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Submodule and http fixes
Edward Thomson committed -
When the server rejects an authentication request, ask the caller for the credentials again, instead of giving up on the first try.
Carlos Martín Nieto committed -
We allow looking up a submodule by path, but we lost the path normalisation during the recent changes. Bring it back.
Carlos Martín Nieto committed
-