summaryrefslogtreecommitdiff
path: root/tests-clar/refs
Commit message (Expand)AuthorAgeFilesLines
* Cleanup nitpicky thingsBen Straub2012-11-301-1/+2
* tracking: fix retrieval of the tracking ref of branch with empty merge and/or...nulltoken2012-11-281-0/+32
* tracking: remove code duplication in testnulltoken2012-11-281-23/+3
* Fix warningBen Straub2012-11-271-1/+1
* Fix warnings on Win64 buildRussell Belfer2012-11-272-14/+14
* More external API cleanupVicent Marti2012-11-271-30/+7
* Rename ref and reflog apis for consistencyBen Straub2012-11-2715-75/+75
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-2312-0/+27
* reflog: make entry_byindex() and drop() git compliantnulltoken2012-11-172-12/+14
* repository: Refine repository_head() error reportnulltoken2012-11-121-0/+16
* reflog: fix bogus removal of reflog entriesnulltoken2012-10-261-24/+15
* branch: rename config section upon movingnulltoken2012-10-251-0/+22
* branch: remove config section upon deletionnulltoken2012-10-251-0/+15
* test: extract make_head_orphaned() logicnulltoken2012-10-202-13/+4
* tests: leverage git_repository_detach_head()nulltoken2012-10-201-5/+7
* errors: deploy GIT_EORPHANEDHEAD usagenulltoken2012-10-192-0/+36
* branch: allow deletion of branch when HEAD's missingnulltoken2012-10-191-4/+3
* refs: cover more refname validity edge casesnulltoken2012-10-181-0/+3
* revparse: properly handle refnames containing a @nulltoken2012-10-182-0/+35
* Fix leak in the testsCarlos Martín Nieto2012-10-151-0/+1
* refs: loosen the OID parsingCarlos Martín Nieto2012-10-151-0/+1
* branches: cover EEXISTS propagation upon movingnulltoken2012-10-111-1/+1
* branches: propagate EEXISTS upon creationnulltoken2012-10-111-1/+1
* refs: propagate EEXISTS upon renamingnulltoken2012-10-111-0/+11
* branch: introduce git_branch_is_head()nulltoken2012-10-071-0/+80
* branch: enhance branch moving test coveragenulltoken2012-10-071-0/+13
* refs: propagate EEXISTSCarlos Martín Nieto2012-09-301-0/+15
* Merge pull request #944 from scunz/list_tagsVicent Martí2012-09-251-3/+3
|\
| * Tests: Add 3 tags to resources/testrepo.Sascha Cunz2012-09-231-3/+3
* | refs: introduce git_reference_is_valid_name()nulltoken2012-09-255-22/+36
* | refs: make git_reference_normalize_name() accept refspec patternnulltoken2012-09-251-4/+59
|/
* refs: prevent locked refs from being enumeratednulltoken2012-09-141-0/+15
* refspec: No remote tracking ref from a fetchspec-less remotenulltoken2012-09-133-4/+15
* refs: introduce git_reference_peel()nulltoken2012-09-061-0/+91
* Merge branch 'branch-delete-ref' into developmentVicent Marti2012-08-271-26/+17
|\
| * branch: Change `git_branch_delete` to take a refbranch-delete-refVicent Marti2012-08-261-26/+17
* | Merge pull request #897 from nulltoken/topic/git_reference_check_formatVicent Martí2012-08-271-115/+231
|\ \ | |/ |/|
| * refs: expose git_reference_normalize_name()nulltoken2012-08-271-115/+231
* | Merge pull request #896 from ben/revparse-ambiguousVicent Martí2012-08-251-0/+9
|\ \ | |/ |/|
| * Revparse: GIT_EAMBIGUOUSBen Straub2012-08-251-0/+9
* | Fix warnings and merge issues on Win64Russell Belfer2012-08-231-1/+1
|/
* Merge pull request #778 from ben/cloneVicent Martí2012-08-192-2/+2
|\
| * Fix testrepo ref count to include new branch.Ben Straub2012-07-271-1/+1
| * Merge remote-tracking branch 'upstream/development' into test-mergeBen Straub2012-07-2712-185/+396
| |\
| * | Update master-tip to fix unit test.Ben Straub2012-07-171-1/+1
* | | Test trailing space after ref oidJoshua Peek2012-08-093-4/+16
* | | Parse ref oids without trailing newlineJoshua Peek2012-08-093-5/+17
* | | Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-062-0/+47
|\ \ \ | |_|/ |/| |
| * | Update iterators for consistency across libraryRussell Belfer2012-08-032-0/+47
* | | branch: Add `repository` argument to `create`Vicent Marti2012-07-271-6/+6