summaryrefslogtreecommitdiff
path: root/tests/submodule/init.c
Commit message (Expand)AuthorAgeFilesLines
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-3/+3
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-9/+9
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-1/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-3/+3
* submodule: make `_set_url()` affect the configurationCarlos Martín Nieto2015-06-221-3/+3
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-6/+6
* repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-1/+1
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-1/+1
* Fix warningCarlos Martín Nieto2015-01-091-1/+1
* submodule::init tests: free some leaksEdward Thomson2015-01-081-1/+5
* Introduce a convenience function for submodule updatejamill/submodule_updateJameson Miller2014-12-221-0/+38
* submodule init should resolve relative url pathsJameson Miller2014-12-221-0/+73