summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* commit: split creating the commit and writing it outcmn/commit-to-memoryCarlos Martín Nieto2016-03-081-0/+39
* treebuilder: don't try to verify submodules exist in the odbcmn/treebuilder-submoduleCarlos Martín Nieto2016-03-041-0/+12
* tests: take the version from our defineCarlos Martín Nieto2016-03-031-1/+1
* tests: plug a leakCarlos Martín Nieto2016-03-031-0/+1
* turn on strict object validation by defaultEdward Thomson2016-02-283-28/+28
* tests: use legitimate object idsEdward Thomson2016-02-2812-44/+57
* refs: honor strict object creationEdward Thomson2016-02-281-2/+24
* git_index_add: validate objects in index entries (optionally)Edward Thomson2016-02-281-0/+84
* treebuilder: validate tree entries (optionally)Edward Thomson2016-02-281-0/+55
* git_commit: validate tree and parent idsEdward Thomson2016-02-281-5/+106
* Merge pull request #3577 from rossdylan/rossdylan/pooldebugEdward Thomson2016-02-281-0/+6
|\
| * Add a new build flag to disable the pool allocator and pass all git_pool_mall...Ross Delinger2016-01-121-0/+6
* | nsec: update staging test for GIT_USE_NSECSEdward Thomson2016-02-251-0/+9
* | git_libgit2_opts: validate keyEdward Thomson2016-02-221-0/+6
* | Merge pull request #3613 from ethomson/fixupsCarlos Martín Nieto2016-02-187-11/+11
|\ \
| * | win32: drop incorrect `const`nessEdward Thomson2016-02-161-1/+1
| * | win32: introduce p_timeval that isn't stupidEdward Thomson2016-02-125-6/+6
| * | merge tests: correct castsEdward Thomson2016-02-111-3/+3
| * | reset test: fix initialization warningEdward Thomson2016-02-111-1/+1
* | | Merge pull request #3619 from ethomson/win32_forbiddenCarlos Martín Nieto2016-02-1814-6/+212
|\ \ \
| * | | index: allow read of index w/ illegal entriesEdward Thomson2016-02-171-6/+6
| * | | win32: tests around handling forbidden pathsEdward Thomson2016-02-1713-0/+206
* | | | commit: expose the different kinds of errorsCarlos Martín Nieto2016-02-161-0/+11
* | | | rebase: persist a single in-memory indexEdward Thomson2016-02-152-6/+24
* | | | Merge pull request #3610 from ethomson/rebase_bareCarlos Martín Nieto2016-02-123-6/+168
|\ \ \ \
| * | | | rebase: allow custom merge_optionsEdward Thomson2016-02-111-0/+30
| * | | | rebase: introduce inmemory rebasingEdward Thomson2016-02-112-6/+138
| | |/ / | |/| |
* | | | Horrible fix for #3173.Arthur Schreiber2016-02-112-27/+27
* | | | commit: don't forget the last header fieldCarlos Martín Nieto2016-02-111-0/+7
|/ / /
* | | Merge pull request #3599 from libgit2/gpgsignVicent Marti2016-02-091-0/+49
|\ \ \
| * | | Introduce git_commit_extract_signaturegpgsignCarlos Martín Nieto2016-02-091-0/+49
| | |/ | |/|
* | | commit: also match the first header field when searchingcmn/header-field-2Carlos Martín Nieto2016-02-091-0/+4
|/ /
* | git_repository_init: include dotfiles when copying templatesEdward Thomson2015-12-261-1/+12
* | repo::init tests: test a template dir with leading dotEdward Thomson2015-12-261-9/+37
* | repo::init tests: test init.templatedir settingEdward Thomson2015-12-261-38/+93
|/
* typos in commentsDmitriy Olshevskiy2015-12-212-2/+2
* commit: Fix memory leak in test suitevmg/commit-leakVicent Marti2015-12-171-1/+1
* Merge pull request #3521 from pks-t/blame-line-overflowEdward Thomson2015-12-1410-7/+17
|\
| * blame: use size_t for line counts in git_blame_hunkPatrick Steinhardt2015-12-0110-7/+17
* | Merge pull request #3522 from pks-t/email-format-commit-messageCarlos Martín Nieto2015-12-108-1/+83
|\ \
| * | diff: include commit message when formatting patchPatrick Steinhardt2015-12-017-1/+44
| * | commit: introduce `git_commit_body`Patrick Steinhardt2015-12-011-0/+39
| |/
* | reset: perform the checkout before moving HEAD or the indexcmn/reset-dir-fileCarlos Martín Nieto2015-12-091-0/+52
* | checkout test: Apply umask to file-mode test as wellMichał Górny2015-12-011-1/+1
|/
* tests: fix warning for nested struct initializationPatrick Steinhardt2015-11-301-1/+1
* Merge pull request #3513 from ethomson/merge_recursiveCarlos Martín Nieto2015-11-30169-54/+796
|\
| * recursive merge: add a recursion limitEdward Thomson2015-11-251-0/+31
| * merge: handle conflicts in recursive base buildingEdward Thomson2015-11-2527-1/+153
| * merge tests: add complex recursive exampleEdward Thomson2015-11-2512-6/+39
| * recursive: test conflict output during recursive mergeEdward Thomson2015-11-252-0/+81