summaryrefslogtreecommitdiff
path: root/tests/refs
Commit message (Expand)AuthorAgeFilesLines
* Fix one memory leak in masterlhchavez2021-07-301-0/+2
* Merge branch 'pr/5861'Edward Thomson2021-07-301-0/+23
|\
| * tests: reformat upstream mergeEdward Thomson2021-07-301-5/+5
| * tests: upstream merge test has been added.Dmitry Lobanov2021-06-181-0/+23
* | tests: clean up refs::races zero oid testEdward Thomson2021-05-181-1/+3
* | Merge branch 'zero_oid_in_old'Edward Thomson2021-05-161-0/+16
|\ \ | |/ |/|
| * refs: test git_reference_create_matching failure for zero oidEdward Thomson2021-05-161-0/+3
| * git_reference_create_matching: Treat all-zero OID as "must be absent"David Turner2021-04-201-0/+13
* | test: clean up memory leaksEdward Thomson2021-05-061-0/+1
* | refs: ensure loose refs adhere to path validationEdward Thomson2021-04-281-0/+40
|/
* revspec: rename git_revparse_mode_t to git_revspec_tethomson/revparseEdward Thomson2021-01-311-13/+13
* Add git_tag_name_is_validSven Strickroth2020-10-251-0/+17
* Add git_branch_name_is_validSven Strickroth2020-10-251-0/+17
* refs: use git_reference_name_is_validEdward Thomson2020-10-251-22/+29
* tests: reflog: remove unused signaturePatrick Steinhardt2020-07-121-9/+0
* tests: refs: modernize coding style of testcasePatrick Steinhardt2020-06-081-8/+3
* clar: include the function nameethomson/clar_tapEdward Thomson2020-06-051-3/+4
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-013-5/+5
* refs: refuse to delete HEADJosh Bleecher Snyder2020-01-153-9/+20
* refs: rename git_reference__set_name to git_reference__reallocEtienne Samson2019-12-131-0/+44
* Merge pull request #5275 from pks-t/pks/reflogs-with-newlinesEdward Thomson2019-11-022-20/+39
|\
| * refdb_fs: properly parse corrupted reflogsPatrick Steinhardt2019-10-181-17/+17
| * reflog: allow adding entries with newlines in their messagePatrick Steinhardt2019-10-182-3/+22
* | refs: unlock unmodified refs on transaction commitSebastian Henke2019-10-171-0/+26
|/
* refs: fix locks getting forcibly removedSebastian Henke2019-10-101-0/+21
* smart: use push_glob instead of manual filteringEtienne Samson2019-08-212-4/+6
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-206-6/+6
* refs: loosen restriction on wildcard "*" refspecsPatrick Steinhardt2019-04-261-6/+6
* branch: add test for git_branch_lookup to accept GIT_BRANCH_ALLAugustin Fabre2019-02-221-2/+25
* branch: fix `branch_is_checked_out` with bare reposPatrick Steinhardt2019-02-141-0/+7
* branches: do not assert that the given ref is a branchPatrick Steinhardt2019-02-141-0/+7
* branches: add tests for `git_branch_is_checked_out`Patrick Steinhardt2019-02-141-0/+39
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-225-13/+13
* references: use new names in internal usageethomson/git_refEdward Thomson2019-01-178-150/+150
* Merge pull request #4833 from csware/drop-empty-dirsPatrick Steinhardt2018-12-191-0/+46
|\
| * Remove empty directories when deleting refsSven Strickroth2018-10-131-0/+46
* | object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-014-50/+50
* | refs: add support for core.logAllRefUpdates=alwaysEtienne Samson2018-11-181-0/+22
|/
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-138-36/+37
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-1013-26/+26
* refdb_fs: add test for globbing of nonexistant refsJulian Ganz2018-06-011-0/+5
* tests: refs::normalize: simplify code to avoid GCC warningPatrick Steinhardt2018-05-041-4/+1
* refs: preserve the owning refdb when duping referenceEtienne Samson2018-04-101-0/+2
* testrepo: add new branchEdward Thomson2018-02-231-2/+2
* tests: refs::iterator: fix memory leak due to ref names not being free'dPatrick Steinhardt2018-01-121-0/+1
* refs:iterator: add tests to recurse symlinksethomson/branch_symlinksEdward Thomson2017-12-301-18/+66
* tests: move free functions at the endEtienne Samson2017-11-221-16/+17
* tests: move static method to the topEtienne Samson2017-11-151-12/+12
* tests: make reflog_check_entry more clar-yEtienne Samson2017-11-153-37/+75
* tests: clarify which steps corresponds to each checksEtienne Samson2017-11-151-5/+5