summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3302 from libgit2/cmn/submodule-foreach-diff-pathCarlos Martín Nieto2015-07-131-0/+18
|\
| * submdule: reproduce double-reporting of a submodule in foreachCarlos Martín Nieto2015-07-111-0/+18
* | Merge branch 'portable-zu'Carlos Martín Nieto2015-07-123-4/+4
|\ \
| * | Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough2015-07-123-4/+4
* | | wildcard filters: move CHANGELOG message to 0.23+1Edward Thomson2015-07-101-2/+1
* | | wildcard filters: clean up some warnings in testsEdward Thomson2015-07-101-5/+9
* | | Merge pull request #3281 from ethomson/wildcard_filtersCarlos Martín Nieto2015-07-094-104/+310
|\ \ \
| * | | filters: custom filters with wildcard attributesEdward Thomson2015-07-014-104/+310
* | | | revert: correct test that added trailing newlineEdward Thomson2015-07-071-10/+12
* | | | merge_files: don't add trailing newlinesEdward Thomson2015-07-071-0/+39
* | | | Merge pull request #3277 from git-up/git_diff_index_to_indexCarlos Martín Nieto2015-07-071-0/+32
|\ \ \ \
| * | | | Added git_diff_index_to_index()Pierre-Olivier Latour2015-06-301-0/+32
* | | | | Merge pull request #3288 from ethomson/getenvCarlos Martín Nieto2015-07-078-92/+104
|\ \ \ \ \
| * | | | | git__getenv: utf-8 aware env readerEdward Thomson2015-07-028-92/+104
| | |_|/ / | |/| | |
* | | | | Merge pull request #3202 from jeffhostetler/windows_stack_traceCarlos Martín Nieto2015-07-063-19/+170
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Include stacktrace summary in memory leak output.Jeff Hostetler2015-06-293-19/+170
* | | | | 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
| | |/ / / | |/| | |
* | | | | submodule: add failing test for loading the wrong submoduleCarlos Martín Nieto2015-07-011-0/+23
* | | | | submodule: completely remove reload_allCarlos Martín Nieto2015-07-011-2/+0
|/ / / /
* | | | index tests: add eol to avoid compiler warningEdward Thomson2015-06-301-1/+1
* | | | checkout test: mark unused varsEdward Thomson2015-06-301-1/+4
| |/ / |/| |
* | | Merge pull request #3270 from ethomson/warnings2Carlos Martín Nieto2015-06-305-5/+6
|\ \ \ | |/ / |/| |
| * | 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
| * | stash: const up conflict paramsEdward Thomson2015-06-291-1/+1
| * | index test: include repository.h for declEdward Thomson2015-06-291-0/+1
* | | submodule: remove trailing slashes from submodule pathsCarlos Martín Nieto2015-06-291-0/+3
|/ /
* | Merge pull request #3265 from libgit2/leaksCarlos Martín Nieto2015-06-274-7/+27
|\ \
| * | index, iterator, fetchhead: plug leaksleaksCarlos Martín Nieto2015-06-262-1/+7
| * | checkout: plug a few leaksCarlos Martín Nieto2015-06-261-5/+15
| * | diff: fix leaks in diff printingCarlos Martín Nieto2015-06-261-1/+5
* | | Merge pull request #3260 from ethomson/apply_with_reflog_indicesCarlos Martín Nieto2015-06-271-0/+34
|\ \ \
| * | | stash: test we apply using reflog-like indicesEdward Thomson2015-06-261-0/+34
| |/ /
* | | Merge pull request #3263 from git-up/fixesCarlos Martín Nieto2015-06-262-2/+0
|\ \ \ | |/ / |/| |
| * | Removed unused variablesPierre-Olivier Latour2015-06-262-2/+0
| |/
* | Merge pull request #3259 from ethomson/stash_apply_arghCarlos Martín Nieto2015-06-261-9/+85
|\ \
| * | stash: stage new files when unstashing themEdward Thomson2015-06-251-2/+50
| * | stash: don't allow apply with staged changesEdward Thomson2015-06-251-1/+18
| * | stash apply: add a newly staged file to testsEdward Thomson2015-06-251-8/+19
* | | test-diff-blob: Pass proper nibble sizesvmg/prefix-lenVicent Marti2015-06-261-14/+14
* | | revparse: Add test to make sure this doesn't regressVicent Marti2015-06-261-0/+15
| |/ |/|
* | diff: test we don't update index unnecessarilyEdward Thomson2015-06-261-7/+69
* | Merge pull request #3255 from libgit2/cmn/rename-unspecifiedEdward Thomson2015-06-253-11/+11
|\ \ | |/ |/|
| * Rename FALLBACK to UNSPECIFIEDcmn/rename-unspecifiedCarlos Martín Nieto2015-06-253-11/+11
* | Merge pull request #3256 from libgit2/cmn/fetch-spec-fetchheadEdward Thomson2015-06-251-0/+44
|\ \
| * | remote: insert refspecs with no rhs in FETCH_HEADcmn/fetch-spec-fetchheadCarlos Martín Nieto2015-06-251-0/+44
* | | Merge pull request #3246 from libgit2/cmn/dont-grow-borrowedEdward Thomson2015-06-251-0/+13
|\ \ \ | |_|/ |/| |
| * | buffer: make use of EINVALID for growing a borrowed bufferCarlos Martín Nieto2015-06-241-1/+1