diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-26 15:07:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-26 15:07:48 -0700 |
commit | 2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807 (patch) | |
tree | f465d150b6bef7a8e4e9553ba5d69936ab0307e1 /builtin/notes.c | |
parent | 9a17e9ad15f77b739a33da703f695ad924cd825a (diff) | |
parent | 09b7e2204a8e41307192c800162e438ec09ddd2c (diff) | |
download | git-2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807.tar.gz git-2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807.tar.xz |
Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'
* 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 9ed2508f0..e4100c498 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" |