summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update CHANGELOG for pruningcmn/fetch-pruneCarlos Martín Nieto2014-12-301-0/+5
* fetch: plug leaks in the prune testsCarlos Martín Nieto2014-12-141-18/+34
* fetch: remove the prune setterCarlos Martín Nieto2014-12-143-19/+2
* fetch: add test for the other order of overlapping specsCarlos Martín Nieto2014-12-141-0/+9
* fetch: perform prune in separate stepsCarlos Martín Nieto2014-12-141-45/+112
* fetch: prune after updating tipsCarlos Martín Nieto2014-12-141-3/+6
* fetch: assert we don't call update tips when there are no upatesCarlos Martín Nieto2014-12-141-0/+12
* fetch: do set prune when testingCarlos Martín Nieto2014-12-141-0/+1
* Make sure that `fetch --prune --tags` doesn't remove tags.David Calavera2014-12-141-0/+59
* Cleanup repository after prune tests.David Calavera2014-12-141-19/+14
* Cleanup after testing remote prune.David Calavera2014-12-141-3/+6
* Fix references to git_remote_lookup.David Calavera2014-12-141-6/+6
* Test that prune overlapping works as expected.David Calavera2014-12-142-1/+64
* Fix calls to `git_remote_download` and `git_remote_fetch`.David Calavera2014-12-141-6/+6
* Add test for prune refsLinquize2014-12-141-0/+128
* remote: prune refs when fetchingLinquize2014-12-143-0/+130
* Merge pull request #2756 from libgit2/cmn/push-error-concernsEdward Thomson2014-12-105-29/+15
|\
| * push: reword comment on finish()cmn/push-error-concernsCarlos Martín Nieto2014-12-101-5/+7
| * push: fold unpack_ok() into finish()Carlos Martín Nieto2014-12-105-26/+10
|/
* Merge pull request #2678 from libgit2/cmn/io-streamEdward Thomson2014-12-1012-612/+857
|\
| * Fix a couple of compiler warningsCarlos Martín Nieto2014-12-102-2/+2
| * stream: constify the write bufferCarlos Martín Nieto2014-12-104-4/+4
| * gitno: remove code which is no longer neededCarlos Martín Nieto2014-12-105-500/+17
| * ssh: use socket_stream to perform the connectionCarlos Martín Nieto2014-12-101-8/+12
| * Port HTTP(S) to the new stream APICarlos Martín Nieto2014-12-101-61/+39
| * Port the TCP transport to the new stream APICarlos Martín Nieto2014-12-103-57/+93
| * Add an OpenSSL IO streamCarlos Martín Nieto2014-12-104-15/+418
| * Introduce stackable IO streamsCarlos Martín Nieto2014-12-103-0/+307
* | Merge pull request #2755 from libgit2/ntk/readme_appveyor_buildCarlos Martín Nieto2014-12-101-3/+4
|\ \
| * | readme: Add AppVeyor build status badge/linknulltoken2014-12-101-0/+1
| * | readme: Make Travis build status badge reflect the state of masternulltoken2014-12-101-1/+1
| * | readme: Trim trailing linesnulltoken2014-12-101-2/+2
|/ /
* | Merge pull request #2753 from ethomson/win32_leaksCarlos Martín Nieto2014-12-105-55/+122
|\ \
| * | winhttp: plug some leaksEdward Thomson2014-12-091-47/+67
| * | core::link test: clean up junction point nameEdward Thomson2014-12-091-7/+50
| * | win32: remember to free wide env name/valueEdward Thomson2014-12-091-1/+3
| * | win32: remember to cleanup our hash_ctxEdward Thomson2014-12-092-0/+2
|/ /
* | Merge pull request #2750 from linquize/generate.pyEdward Thomson2014-12-081-5/+5
|\ \
| * | Update clar to e3985ddLinquize2014-12-071-5/+5
* | | Merge pull request #2751 from linquize/broken-test-winEdward Thomson2014-12-083-3/+22
|\ \ \ | |/ / |/| |
| * | Fix broken merge tests due to autocrlf was not falseLinquize2014-12-072-0/+20
| * | Fix broken test suite on WindowsLinquize2014-12-071-3/+2
|/ /
* | Merge pull request #2746 from libgit2/cmn/neg-ignore-dirEdward Thomson2014-12-062-8/+100
|\ \
| * | ignore: match git's rule negation rulescmn/neg-ignore-dirCarlos Martín Nieto2014-12-051-3/+86
| * | ignore: adjust test for negating inside a dirCarlos Martín Nieto2014-12-051-5/+14
* | | Merge pull request #2748 from libgit2/cmn/doc-allEdward Thomson2014-12-0618-29/+127
|\ \ \
| * | | doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-0618-29/+127
| |/ /
* | | Merge pull request #2730 from libgit2/cmn/local-pushEdward Thomson2014-12-053-12/+42
|\ \ \
| * | | local: adjust to the common refspec parsercmn/local-pushCarlos Martín Nieto2014-11-231-11/+6
| * | | remote: add test for pushing and deleting with the local transportCarlos Martín Nieto2014-11-231-0/+34