summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4130 from libgit2/ethomson/clar_messagesEdward Thomson2017-02-176-23/+35
|\
| * `cl_git_exec` -> `cl_git_expect`ethomson/clar_messagesEdward Thomson2017-02-174-11/+11
| * tests: provide better pass/failure error messagesEdward Thomson2017-02-176-23/+35
* | oidmap: remove GIT__USE_OIDMAP macroPatrick Steinhardt2017-02-171-2/+0
* | strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt2017-02-171-2/+0
* | khash: avoid using macro magic to get return addressPatrick Steinhardt2017-02-171-1/+1
* | khash: avoid using `kh_key`/`kh_val` as lvaluePatrick Steinhardt2017-02-171-2/+2
* | khash: avoid using `kh_put` directlyPatrick Steinhardt2017-02-171-2/+2
* | khash: avoid using `kh_val`/`kh_value` directlyPatrick Steinhardt2017-02-171-4/+4
* | khash: avoid using `kh_get` directlyPatrick Steinhardt2017-02-171-4/+4
* | khash: avoid using `kh_end` directlyPatrick Steinhardt2017-02-171-4/+4
|/
* Merge pull request #3436 from pks-t/libgit2-worktreeEdward Thomson2017-02-1351-4/+1187
|\
| * worktree: test opening worktree via gitlink, gitdir and worktreePatrick Steinhardt2017-02-131-4/+77
| * worktree: test creating and opening submodule worktreesPatrick Steinhardt2017-02-131-0/+28
| * worktree: test opening discovered submodule worktreesPatrick Steinhardt2017-02-131-0/+27
| * worktree: compute workdir for worktrees opened via their gitdirPatrick Steinhardt2017-02-132-5/+29
| * repository: rename `path_repository` and `path_gitlink`Patrick Steinhardt2017-02-132-7/+7
| * repository: restrict checking out checked out branchesPatrick Steinhardt2017-02-131-0/+35
| * branch: restrict branch deletion for worktreesPatrick Steinhardt2017-02-131-0/+27
| * worktree: test basic merge functionalityPatrick Steinhardt2017-02-131-0/+121
| * worktree: implement functions reading HEADPatrick Steinhardt2017-02-132-0/+64
| * worktree: implement `git_worktree_prune`Patrick Steinhardt2017-02-131-0/+58
| * worktree: implement locking mechanismsPatrick Steinhardt2017-02-131-0/+59
| * worktree: implement `git_worktree_add`Patrick Steinhardt2017-02-131-0/+83
| * worktree: implement `git_worktree_validate`Patrick Steinhardt2017-02-131-0/+50
| * worktree: implement `git_repository_open_from_worktree`Patrick Steinhardt2017-02-131-0/+72
| * worktree: introduce `struct git_worktree`Patrick Steinhardt2017-02-131-1/+27
| * worktree: implement `git_worktree_list`Patrick Steinhardt2017-02-131-0/+107
| * config: open configuration in commondirPatrick Steinhardt2017-02-131-0/+45
| * refdb: look for reflog in commondirPatrick Steinhardt2017-02-131-0/+65
| * refdb: introduce commondir awarenessPatrick Steinhardt2017-02-131-0/+68
| * repository: introduce is_worktree variablePatrick Steinhardt2017-02-131-0/+11
| * repository: introduce commondir variablePatrick Steinhardt2017-02-131-0/+60
| * tests: implement worktree helpersPatrick Steinhardt2017-02-132-0/+41
| * tests: add merge-conflict branch for testrepoPatrick Steinhardt2017-02-137-4/+6
| * tests: add submodule worktree test dataPatrick Steinhardt2017-02-1323-0/+24
| * tests: add worktree test dataPatrick Steinhardt2017-02-1314-3/+16
* | tests: fix permissions on testrepo.git index filePatrick Steinhardt2017-02-131-0/+0
|/
* Merge pull request #4111 from pks-t/pks/dos-prefixEdward Thomson2017-02-103-0/+13
|\
| * tests: repo: assert discovery starting at Win32 roots finishesPatrick Steinhardt2017-02-082-0/+9
| * path: ensure dirname on Win32 prefix always has a trailing '/'Patrick Steinhardt2017-02-081-0/+2
| * path: get correct dirname for Windows rootPatrick Steinhardt2017-02-081-0/+2
* | merge_trees: introduce test for submodule renamesEdward Thomson2017-02-0917-0/+29
|/
* revwal: add failing test for walking with topo-sortAdam Niedzielski2017-02-021-0/+14
* checkout::tree test: cleanup memory leakEdward Thomson2017-01-231-4/+1
* Merge pull request #4016 from novalis/submodule-optimizationEdward Thomson2017-01-211-0/+25
|\
| * Allow for caching of submodules.Brock Peabody2017-01-201-0/+25
* | Merge branch 'pr/4060'Edward Thomson2017-01-211-0/+41
|\ \ | |/ |/|
| * Addressed review feedbacklhchavez2017-01-141-10/+3
| * Fix the memory leaklhchavez2017-01-031-1/+9