summaryrefslogtreecommitdiff
path: root/tests/submodule/add.c
Commit message (Expand)AuthorAgeFilesLines
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-011-1/+1
* tests: submodule: test cloning edge casesPatrick Steinhardt2019-10-171-0/+37
* tests: submodule: make use of sandboxes to clean reposPatrick Steinhardt2019-10-171-9/+9
* tests: submodule: fix tests for cloning submodulesPatrick Steinhardt2019-10-171-52/+0
* submodule: provide a wrapper for simple submodule clone stepsEtienne Samson2019-10-171-0/+81
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-4/+4
* submodule: add more robust error handling when a submodule path is found on addCarson Howard2018-03-281-2/+2
* tests: submodule: insert index entries directly into indexCarson Howard2018-03-271-18/+22
* submodule: update index check to check path before directory and fix testsCarson Howard2018-03-271-8/+11
* submodule: fix styling errorsCarson Howard2018-03-271-32/+14
* test: submodule: add: join path without slashesCarson Howard2018-03-271-3/+3
* test: submodule: add: use p_mkdir to create directoriesCarson Howard2018-03-271-1/+1
* submodule: check index for prefix before adding submoduleCarson Howard2018-03-271-0/+66
* blob: fail to create a blob from a dir with EDIRECTORYCarlos Martín Nieto2015-07-121-0/+1
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-12/+3
* remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-081-1/+1
* remote: accept a repo and name for renamingcmn/remote-renameCarlos Martín Nieto2014-10-241-3/+1
* Introduce option to use relative paths for repository work directoryjamill/relative_gitlinkJameson Miller2014-09-021-0/+20
* remote: return problem refspecs instead of using a callbackCarlos Martín Nieto2014-06-061-1/+4
* Minor code cleanupRussell Belfer2014-04-031-30/+32
* git_submodule_resolve_url supports relative urlsJan Melcher2014-04-031-0/+115