summaryrefslogtreecommitdiff
path: root/include/git2/refs.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2022-01-051-1/+1
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* git_reference_create_matching: Treat all-zero OID as "must be absent"David Turner2021-04-201-0/+3
* include: fix typos in commentsTobias Nießen2021-02-221-3/+3
* refs: deprecate git_reference_is_valid_nameEdward Thomson2020-10-251-16/+0
* refs: introduce git_reference_name_is_validEdward Thomson2020-10-251-0/+17
* doc: add missing documentation commentsEtienne Samson2019-06-151-0/+19
* deprecation: move deprecated bits to deprecated.hEdward Thomson2019-01-251-35/+0
* deprecation: use the enum type in declarationEdward Thomson2019-01-201-8/+8
* Merge pull request #4939 from libgit2/ethomson/git_refEdward Thomson2019-01-191-8/+42
|\
| * references: use full name in type namesEdward Thomson2019-01-171-8/+42
* | Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-2/+2
|/
* refs: constify git_reference_peelCarlos Martín Nieto2018-12-141-1/+1
* object_type: update public API to use git_object_tEdward Thomson2018-12-011-4/+4
* refs: document need to free refs in foreach-callbackPatrick Steinhardt2018-01-121-0/+3
* Allow creating copies of `git_reference` objects.Arthur Schreiber2016-04-221-0/+11
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-29/+19
* doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-061-0/+6
* Spelling fixesWill Stamper2014-12-041-1/+1
* Fixed miscellaneous documentation errors.Michael Anderson2014-05-231-3/+1
* refs: document _next_name()Carlos Martín Nieto2014-04-301-0/+11
* Const correctness!Jacques Germishuys2014-04-031-5/+7
* branch: constness fixesCarlos Martín Nieto2014-03-171-1/+1
* refs: fix copy-paste doc errorCarlos Martín Nieto2014-03-131-1/+1
* refs: move current_id before the reflog parametersCarlos Martín Nieto2014-02-101-4/+4
* refs: conditional wording fixupsCarlos Martín Nieto2014-02-101-8/+11
* refs: add an unconditional deleteCarlos Martín Nieto2014-02-051-0/+11
* refs: check the ref's old value when deletingCarlos Martín Nieto2014-02-051-1/+4
* refs: bring conditional symbolic updates to the frontendCarlos Martín Nieto2014-02-051-0/+40
* refs: return GIT_EMODIFIED if the ref target movedCarlos Martín Nieto2014-02-051-2/+4
* refs: changes from feedbackCarlos Martín Nieto2014-02-051-1/+1
* refs: conditional ref updatesCarlos Martín Nieto2014-02-051-5/+44
* Add `git_reference_is_note`.Arthur Schreiber2014-02-021-0/+10
* Ensure renaming a reference updates the reflogBen Straub2014-01-301-1/+5
* Revert a wrong doc change.Arthur Schreiber2014-01-161-1/+1
* Fix some documentation issues.Arthur Schreiber2014-01-161-6/+6
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-128/+24
* Merge pull request #1920 from libgit2/cmn/ref-with-logVicent Marti2013-12-181-3/+148
|\
| * refs: expose has_log() on the backendCarlos Martín Nieto2013-12-091-3/+3
| * refs: expose a way to ensure a ref has a logCarlos Martín Nieto2013-12-091-0/+12
| * refs: Introduce git_reference_symbolic_set_target_with_log()nulltoken2013-11-231-0/+25
| * refs: Introduce git_reference_set_target_with_log()nulltoken2013-11-231-0/+23
| * refs: Introduce git_reference_symbolic_create_with_log()nulltoken2013-11-231-0/+42
| * refs: Introduce git_reference_create_with_log()nulltoken2013-11-231-0/+43
* | Update docs for new callback return value behaviorRussell Belfer2013-12-111-2/+15
|/
* Make reference lookups apply precomposeunicodeRussell Belfer2013-10-081-4/+4
* refs: add git_reference_is_tagNikolai Vladimirov2013-08-261-0/+9
* Fix docs to use proper enum names that exist.Andrej Mitrovic2013-07-011-7/+7
* Fixed most documentation header bugsAndreas Linde2013-06-241-6/+6
* Merge pull request #1624 from libgit2/vmg/full-ref-iteratorVicent Martí2013-06-031-13/+21
|\