kmx git
login
register
thodg
/
libgit2
/
tests-clar/notes/notesref.c
tests-clar/notes/notesref.c
Log
Author
Commit
Date
CI
Message
630c5a4a
2012-04-30T14:29:34
notes: add git_note_default_ref() Add git_note_default_ref to allow easy retrieval of the currently set default notes reference.
caea5e54
2012-04-29T18:42:42
notes: honor core.notesRef Setting core.notesRef allows to change the default notes reference used by Git. Check if set before using GIT_NOTES_DEFAULT_REF. Fixes #649.