diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-22 07:51:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-22 07:51:29 +0200 |
commit | 80f074396d2a5601cdbf643f9b0db09329070a3f (patch) | |
tree | 7edfc74b4d4ebccc7f2e7b4b288fce3b21b9fec0 /builtin/notes.c | |
parent | Merge branch 'ft/doc-git-transport' into maint (diff) | |
parent | fix "builtin-*" references to be "builtin/*" (diff) | |
download | git-80f074396d2a5601cdbf643f9b0db09329070a3f.tar.xz git-80f074396d2a5601cdbf643f9b0db09329070a3f.zip |
Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' into maint
* ph/builtin-srcs-are-in-subdir-these-days:
fix "builtin-*" references to be "builtin/*"
Diffstat (limited to 'builtin/notes.c')
-rw-r--r-- | builtin/notes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/notes.c b/builtin/notes.c index 57748a6fb6..d9a67d9de4 100644 --- a/builtin/notes.c +++ b/builtin/notes.c @@ -4,7 +4,7 @@ * Copyright (c) 2010 Johan Herland <johan@herland.net> * * Based on git-notes.sh by Johannes Schindelin, - * and builtin-tag.c by Kristian Høgsberg and Carlos Rica. + * and builtin/tag.c by Kristian Høgsberg and Carlos Rica. */ #include "cache.h" |