summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3881 from pks-t/pks/fix-clar-suite-prefix-computationCarlos Martín Nieto2016-08-051-0/+6
|\
| * clar: fix parsing of test suite prefixesPatrick Steinhardt2016-08-041-0/+6
* | odb: only freshen pack files every 2 secondsethomson/refresh_objectsEdward Thomson2016-08-041-0/+14
* | odb: freshen existing objects when writingEdward Thomson2016-08-041-0/+79
* | Merge pull request #3850 from wildart/custom-tlsEdward Thomson2016-08-041-4/+0
|\ \ | |/ |/|
| * remove conditions that prevent use of custom TLS streamwildart2016-07-061-4/+0
* | tests: use a `size_t`Edward Thomson2016-07-242-8/+6
* | repo::open: remove dead code, free buffersEdward Thomson2016-07-242-256/+277
* | Merge pull request #3851 from txdv/get-user-agentEdward Thomson2016-07-051-0/+6
|\ \
| * | Add get user agent functionality.Andrius Bentkus2016-07-051-0/+6
| |/
* | Merge pull request #3846 from rkrp/fix_bug_parsing_int64minEdward Thomson2016-07-051-0/+8
|\ \ | |/ |/|
| * Fixed bug while parsing INT64_MINKrishna Ram Prakash R2016-06-291-0/+8
* | Merge pull request #3711 from joshtriplett/git_repository_discover_defaultEdward Thomson2016-07-012-2/+277
|\ \
| * | Add GIT_REPOSITORY_OPEN_FROM_ENV flag to respect $GIT_* environment varsJosh Triplett2016-06-241-0/+258
| * | Add GIT_REPOSITORY_OPEN_NO_DOTGIT flag to avoid appending /.gitJosh Triplett2016-06-241-0/+6
| * | Fix repository discovery with ceiling_dirs at current directoryJosh Triplett2016-06-242-2/+13
* | | index: include conflicts in `git_index_read_index`ethomson/read_index_conflictsEdward Thomson2016-06-293-8/+112
| |/ |/|
* | Merge pull request #3223 from ethomson/applyEdward Thomson2016-06-2516-8/+2209
|\ \ | |/ |/|
| * patch: show copy information for identical copiesEdward Thomson2016-06-254-13/+98
| * patch::parse: test diff with exact rename and copyEdward Thomson2016-06-251-0/+5
| * patch::parse: test diff with simple renameEdward Thomson2016-06-251-12/+27
| * diff::parse tests: test parsing a diffEdward Thomson2016-06-253-0/+107
| * introduce `git_diff_from_buffer` to parse diffsEdward Thomson2016-05-261-0/+60
| * patch: differentiate not found and invalid patchesEdward Thomson2016-05-261-6/+75
| * git_patch_parse_ctx: refcount the contextEdward Thomson2016-05-263-0/+3
| * git_diff_generated: abstract generated diffsEdward Thomson2016-05-263-0/+3
| * vector: more sensible names for `grow_at`/`shrink_at`Edward Thomson2016-05-261-12/+12
| * patch: `git_patch_from_patchfile` -> `git_patch_from_buffer`Edward Thomson2016-05-263-14/+17
| * git_vector_grow/shrink: correct shrink, and testsEdward Thomson2016-05-261-0/+102
| * apply: test postimages that grow/shrink originalEdward Thomson2016-05-262-0/+131
| * git_buf_quote/unquote: handle > \177Edward Thomson2016-05-261-0/+5
| * patch parsing: squash some memory leaksEdward Thomson2016-05-261-0/+2
| * git_buf_quote: quote ugly charactersEdward Thomson2016-05-261-26/+52
| * Introduce git_patch_options, handle prefixesEdward Thomson2016-05-263-41/+43
| * patch_parse: test roundtrip patch parsing -> printEdward Thomson2016-05-261-0/+166
| * patch_parse: ensure we can parse a patchEdward Thomson2016-05-261-0/+31
| * apply: move patch data to patch_common.hEdward Thomson2016-05-263-2/+2
| * patch: abstract patches into diff'ed and parsedEdward Thomson2016-05-261-0/+1
| * patch parsing: ensure empty patches are illegalEdward Thomson2016-05-261-0/+8
| * patch parsing: parse binary patch filesEdward Thomson2016-05-261-55/+123
| * zstream: fail when asked to inflate garbageEdward Thomson2016-05-261-0/+19
| * git_buf: decode base85 inputsEdward Thomson2016-05-261-0/+36
| * patch application: apply binary patchesEdward Thomson2016-05-263-11/+242
| * zstream: offer inflating, `git_zstream_inflatebuf`Edward Thomson2016-05-261-5/+11
| * apply: handle empty patchesEdward Thomson2016-05-261-0/+8
| * Patch parsing from patch filesEdward Thomson2016-05-263-0/+547
| * Introduce git_apply_patchEdward Thomson2016-05-262-0/+462
* | Remove unused static functionsPatrick Steinhardt2016-06-211-10/+0
* | Avoid old-style function definitionsPatrick Steinhardt2016-06-211-2/+2
* | threads: split up OS-dependent thread codePatrick Steinhardt2016-06-203-6/+6