summaryrefslogtreecommitdiff
path: root/tests/repo
Commit message (Expand)AuthorAgeFilesLines
* Horrible fix for #3173.Arthur Schreiber2016-02-111-25/+25
* 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
* repository: distinguish sequencer cherry-pick and revertcmn/repository-state-sequencerCarlos Martín Nieto2015-11-201-0/+18
* Merge pull request #3434 from ethomson/reservednamesCarlos Martín Nieto2015-09-211-0/+24
|\
| * repo::reservedname: test a submodule updateEdward Thomson2015-09-181-0/+24
* | git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-174-16/+16
|/
* iterator test: handle case (in)sensitivityEdward Thomson2015-08-311-3/+26
* iterator test: use new iter opts in fifo testEdward Thomson2015-08-311-2/+5
* iterator: saner pathlist matching for idx iteratorEdward Thomson2015-08-311-0/+70
* tree_iterator: use a pathlistEdward Thomson2015-08-301-0/+114
* diff: use new iterator pathlist handlingEdward Thomson2015-08-301-6/+11
* iterator: sort subdirs properly with pathlistEdward Thomson2015-08-281-1/+7
* Move filelist into the iterator handling itself.Edward Thomson2015-08-281-0/+248
* iterator: use an options struct instead of argsEdward Thomson2015-08-281-135/+219
* iterator: adjust unreadable-dir test to new behaviourcmn/iterator-skip-diriterCarlos Martín Nieto2015-07-271-5/+1
* git__getenv: utf-8 aware env readerEdward Thomson2015-07-021-1/+1
* Fixed Xcode 6.1 build warningsPierre-Olivier Latour2015-06-231-2/+2
* repository: check the format versioncmn/repo-version-checkCarlos Martín Nieto2015-06-231-0/+17
* Merge remote-tracking branch 'ethomson/submodule_8dot3'Carlos Martín Nieto2015-03-181-0/+108
|\
| * repository: Introduce "reserved names"Edward Thomson2015-02-271-0/+108
* | Add tests for the annotated versions of ref-modifying functionsCarlos Martín Nieto2015-03-161-0/+8
* | repository_new: test its barenessEdward Thomson2015-03-101-0/+27
* | config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-032-15/+8
* | repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-033-48/+34
* | Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-034-37/+35
|/
* tests: separate INVASIVE filesystem testsEdward Thomson2015-02-191-1/+1
* Merge pull request #2866 from ethomson/checkout_perf2Carlos Martín Nieto2015-02-121-1/+2
|\
| * tests: update for new test dataEdward Thomson2015-02-021-1/+2
* | repo: ensure we can create repo at filesystem rootEdward Thomson2015-02-051-0/+26
|/
* repo::init test: create hook symlinkEdward Thomson2015-01-081-9/+40
* treebuilder: rename _create() to _new()cmn/treebuilder-newCarlos Martín Nieto2014-12-271-1/+1
* treebuilder: take a repository for path validationEdward Thomson2014-12-171-2/+2
* remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-081-1/+1
* iterator: submodules are determined by an index or treecmn/submodule-and-dirCarlos Martín Nieto2014-11-071-17/+17
* Clean up some leaks in the test suiteCarlos Martín Nieto2014-09-171-0/+1
* Introduce option to use relative paths for repository work directoryjamill/relative_gitlinkJameson Miller2014-09-021-0/+78
* Don't report status on named pipesRussell Belfer2014-08-081-0/+32
* git_cherry_pick -> git_cherrypickEdward Thomson2014-07-221-2/+2
* Introduce cl_assert_equal_oidEdward Thomson2014-07-012-8/+8
* Fix compile error on Visual StudioCha, Hojeong2014-05-271-1/+1
* Better search path sandboxingrb/restore-search-pathsRussell Belfer2014-05-152-20/+23
* Correct C90 warningsJacques Germishuys2014-04-111-2/+3
* git_repository_state_cleanup() should remove rebase-merge/, rebase-apply/ and...Jacques Germishuys2014-04-071-0/+18
* reflog: handle symref chainsCarlos Martín Nieto2014-03-191-0/+51
* reflog: handle the birth of a branchCarlos Martín Nieto2014-03-191-0/+48
* refdb: don't update when there's no needCarlos Martín Nieto2014-03-191-0/+27
* reflog: more comprehensive HEAD testsCarlos Martín Nieto2014-03-181-0/+72
* refs: append to the HEAD reflog when updating the current branchCarlos Martín Nieto2014-03-171-2/+1