summaryrefslogtreecommitdiff
path: root/tests/repo/init.c
Commit message (Expand)AuthorAgeFilesLines
* repo: ignore empty init.defaultbranchethomson/empty_default_branchEdward Thomson2021-01-071-0/+16
* Make the Windows leak detection more robustlhchavez2020-10-111-83/+90
* repo: honor the init.defaultBranch settingEdward Thomson2020-08-031-0/+16
* path: extract function to check whether a path supports symlinksPatrick Steinhardt2019-07-201-2/+2
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* tests: repo: move template tests into their own suitePatrick Steinhardt2019-07-191-267/+2
* fileops: fix creation of directory in filesystem rootPatrick Steinhardt2019-07-111-2/+43
* git_repository_init: stop traversing at windows rootethomson/windows_init_traversalEdward Thomson2019-04-171-0/+12
* references: use new names in internal usageethomson/git_refEdward Thomson2019-01-171-1/+1
* symlink tests: test symbolic links on windowsethomson/win_symlinksEdward Thomson2018-10-201-30/+60
* repo::init tests: refactor global config path overrideEdward Thomson2018-10-201-9/+14
* tests: provide symlink support helper functionEdward Thomson2018-10-201-8/+1
* repo tests: ensure core.symlinks is set correctlyEdward Thomson2018-10-201-0/+13
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-24/+24
* s/Init/Index comment tweak for test_repo_init__init_with_initial_commitChristine Poerschke2017-11-121-1/+1
* tests: try to init with empty template pathAriel Davis2017-06-161-0/+11
* 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
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-3/+3
* git__getenv: utf-8 aware env readerEdward Thomson2015-07-021-1/+1
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-12/+3
* tests: separate INVASIVE filesystem testsEdward Thomson2015-02-191-1/+1
* 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
* remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-081-1/+1
* 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
* Rename tests-clar to testsBen Straub2013-11-141-0/+606