aboutsummaryrefslogtreecommitdiff
path: root/notes.c
diff options
context:
space:
mode:
authorJohan Herland <johan@herland.net>2010-11-09 22:49:39 +0100
committerJunio C Hamano <gitster@pobox.com>2010-11-10 10:25:52 -0800
commit4a9cf1cefc0fd05e0eb46f862e398f1e4ac1c9a7 (patch)
tree40ed5e736dc62146c12984ebbda982e2e257f11c /notes.c
parent55d060771a15f4ce75e71b966d8117d8a32cc47b (diff)
downloadgit-4a9cf1cefc0fd05e0eb46f862e398f1e4ac1c9a7.tar.gz
git-4a9cf1cefc0fd05e0eb46f862e398f1e4ac1c9a7.tar.xz
notes.h: Make default_notes_ref() available in notes API
Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'notes.c')
-rw-r--r--notes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes.c b/notes.c
index bb03eb036..d71c0a30b 100644
--- a/notes.c
+++ b/notes.c
@@ -898,7 +898,7 @@ static int notes_display_config(const char *k, const char *v, void *cb)
return 0;
}
-static const char *default_notes_ref(void)
+const char *default_notes_ref(void)
{
const char *notes_ref = NULL;
if (!notes_ref)