summaryrefslogtreecommitdiff
path: root/include/git2/refs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ...Aaaand this worksVicent Marti2013-05-301-6/+1
| * What are the chances, reallyVicent Marti2013-05-291-2/+10
| * Liike thisVicent Marti2013-05-281-5/+10
* | Merge pull request #1559 from carlosmn/ref-shorthandVicent Martí2013-05-311-0/+15
|\ \ | |/ |/|
| * Introduce git_reference_shorthandCarlos Martín Nieto2013-05-081-0/+15
* | Merge pull request #1597 from zodiac/patch-1Ben Straub2013-05-211-1/+1
|\ \
| * | define "long name" in git_reference_name_to_idLi Xuanji2013-05-211-1/+1
* | | refs: export the glob iteratorCarlos Martín Nieto2013-05-211-0/+11
|/ /
* | Merge pull request #1385 from carlosmn/refs-iterEdward Thomson2013-05-111-18/+26
|\ \
| * | refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-18/+1
| * | refs: introduce an iteratorCarlos Martín Nieto2013-05-111-0/+25
| |/
* | Expose git_reference_dwimCarlos Martín Nieto2013-05-071-0/+13
|/
* Parse shorthand refspecs as validCarlos Martín Nieto2013-04-281-0/+7
* refs: Add `git_referene_target_peel`Vicent Marti2013-04-171-0/+11
* refs: Dude, you're OUT.Vicent Marti2013-03-071-18/+0
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-39/+28
* push: properly handle tagsMichael Schubert2013-01-091-1/+1