diff options
author | Phil Hord <hordp@cisco.com> | 2013-06-18 13:44:58 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-18 11:05:51 -0700 |
commit | 09b7e2204a8e41307192c800162e438ec09ddd2c (patch) | |
tree | 664db8a93d2dd45b3ef8c66ec2622631917b96bb /builtin/notes.c | |
parent | fast-export: fix argument name in error messages (diff) | |
download | tgif-09b7e2204a8e41307192c800162e438ec09ddd2c.tar.xz |
fix "builtin-*" references to be "builtin/*"
Documentation and some comments still refer to files in builtin/
as 'builtin-*.[cho]'. Update these to show the correct location.
Signed-off-by: Phil Hord <hordp@cisco.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Assisted-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 453457adb9..ac43cbaeeb 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" |