summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* filter: add docs for streaming filterscmn/filter-docCarlos Martín Nieto2015-07-031-2/+35
* Merge pull request #3289 from ethomson/warnings4Carlos Martín Nieto2015-07-031-2/+2
|\
| * iterator_walk: cast away constness for freeEdward Thomson2015-07-021-2/+2
* | Merge pull request #3287 from ethomson/filter_test_cleanupCarlos Martín Nieto2015-07-021-6/+1
|\ \ | |/ |/|
| * filter::stream: free the filter sanelyEdward Thomson2015-07-021-6/+1
* | Merge pull request #3286 from libgit2/cmn/submodule-duplicateCarlos Martín Nieto2015-07-022-1/+24
|\ \
| * | submodule: correctly delimit the keys to use for lookupcmn/submodule-duplicateCarlos Martín Nieto2015-07-011-1/+1
| * | submodule: add failing test for loading the wrong submoduleCarlos Martín Nieto2015-07-011-0/+23
|/ /
* | Merge pull request #3280 from linquize/8.3Edward Thomson2015-07-011-1/+4
|\ \
| * | Fix 8.3 filename tests failure when 8.3 is disabledLinquize2015-07-011-1/+4
| |/
* | submodule: completely remove reload_allCarlos Martín Nieto2015-07-013-13/+3
|/
* Merge pull request #3278 from mplough/masterEdward Thomson2015-06-301-7/+0
|\
| * Fix #3093 - remove declaration of unused function git_fetch__download_packMatthew Plough2015-06-301-7/+0
|/
* Merge pull request #3273 from ethomson/warnings3Carlos Martín Nieto2015-06-305-4/+7
|\
| * index tests: add eol to avoid compiler warningEdward Thomson2015-06-301-1/+1
| * checkout test: mark unused varsEdward Thomson2015-06-301-1/+4
| * winhttp: remove unused varEdward Thomson2015-06-301-1/+0
| * posix compat: include sys/stat.h for mingwEdward Thomson2015-06-301-0/+1
| * diff: use size_t formatEdward Thomson2015-06-301-1/+1
* | Merge pull request #3275 from git-up/http_fixEdward Thomson2015-06-301-0/+4
|\ \ | |/ |/|
| * http: fixed leak when asking for credentials againPierre-Olivier Latour2015-06-301-0/+4
|/
* Merge pull request #3271 from jeffhostetler/more_leaksEdward Thomson2015-06-301-0/+3
|\
| * fix memory leak in refspec.c on errors.Jeff Hostetler2015-06-301-0/+3
* | Merge pull request #3270 from ethomson/warnings2Carlos Martín Nieto2015-06-3012-16/+14
|\ \ | |/ |/|
| * checkout test: check getcwd return valueEdward Thomson2015-06-291-1/+1
| * clar: test chdirEdward Thomson2015-06-291-1/+1
| * filter test: pass base typeEdward Thomson2015-06-291-2/+2
| * examples: clean up some warningsEdward Thomson2015-06-292-2/+4
| * odb: cast to long long for printfEdward Thomson2015-06-291-1/+1
| * submodule: cast enum to int for compareEdward Thomson2015-06-291-1/+1
| * openssl: free hostnameEdward Thomson2015-06-291-0/+1
| * stash: const up conflict paramsEdward Thomson2015-06-291-1/+1
| * index test: include repository.h for declEdward Thomson2015-06-291-0/+1
| * stash: drop unused variableEdward Thomson2015-06-291-2/+1
| * iterator_walk: drop unused variableEdward Thomson2015-06-291-5/+0
* | Merge pull request #3269 from libgit2/cmn/release-fixupsEdward Thomson2015-06-293-25/+16
|\ \ | |/ |/|
| * http: don't give up on auth on the first trycmn/release-fixupsCarlos Martín Nieto2015-06-291-2/+1
| * submodule: remove trailing slashes from submodule pathsCarlos Martín Nieto2015-06-292-4/+15
| * submodule: remove some obsolete logicCarlos Martín Nieto2015-06-291-19/+0
|/
* CHANGELOG: add submodule changesv0.23.0-rc1Carlos Martín Nieto2015-06-291-2/+23
* Merge pull request #3268 from libgit2/vmg/pkg-config-sortVicent Marti2015-06-291-2/+4
|\
| * pkg-config: Sort the different sectionsvmg/pkg-config-sortVicent Marti2015-06-291-2/+4
|/
* Bump version to 0.23.0 and SOVERSION to 23Carlos Martín Nieto2015-06-281-3/+3
* Merge pull request #3267 from libgit2/cmn/libs-listCarlos Martín Nieto2015-06-281-10/+14
|\
| * CMake: treat the ld flags as a listCarlos Martín Nieto2015-06-281-10/+14
|/
* Merge pull request #3265 from libgit2/leaksCarlos Martín Nieto2015-06-277-8/+42
|\
| * index, iterator, fetchhead: plug leaksleaksCarlos Martín Nieto2015-06-263-1/+10
| * checkout: plug a few leaksCarlos Martín Nieto2015-06-261-5/+15
| * diff: fix leaks in diff printingCarlos Martín Nieto2015-06-263-2/+17
* | Merge pull request #3260 from ethomson/apply_with_reflog_indicesCarlos Martín Nieto2015-06-271-0/+34
|\ \