Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | notes: add git_note_default_ref() | Michael Schubert | 2012-05-03 | 1 | -0/+11 |
| | | | | | Add git_note_default_ref to allow easy retrieval of the currently set default notes reference. | ||||
* | notes: honor core.notesRef | Michael Schubert | 2012-05-03 | 1 | -0/+46 |
Setting core.notesRef allows to change the default notes reference used by Git. Check if set before using GIT_NOTES_DEFAULT_REF. Fixes #649. |