summaryrefslogtreecommitdiff
path: root/tests/refs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into better-compatiblity-for-at-time-notationYoichi Nakayama2021-11-2313-34/+38
|\
| * tests: include function declarationsEdward Thomson2021-11-113-4/+8
| * test: correct test namesEdward Thomson2021-11-112-2/+2
| * tests: declare functions statically where appropriateEdward Thomson2021-11-111-1/+1
| * path: separate git-specific path functions from utilEdward Thomson2021-11-098-27/+27
* | Cause error when date parsing is failedYoichi Nakayama2021-10-221-0/+13
* | Return the oldest reflog entry on revparse when older time is givenYoichi Nakayama2021-10-221-5/+12
* | Add a branch with a empty reflog into testrepo.gitYoichi Nakayama2021-10-223-5/+7
|/
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-1715-143/+136
* 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