From 09b7e2204a8e41307192c800162e438ec09ddd2c Mon Sep 17 00:00:00 2001 From: Phil Hord Date: Tue, 18 Jun 2013 13:44:58 -0400 Subject: 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 Reviewed-by: Jonathan Nieder Assisted-by: Junio C Hamano Signed-off-by: Junio C Hamano --- builtin/help.c | 2 -- builtin/notes.c | 2 +- builtin/replace.c | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) (limited to 'builtin') diff --git a/builtin/help.c b/builtin/help.c index 6067a6134b..7854f5a8fa 100644 --- a/builtin/help.c +++ b/builtin/help.c @@ -1,6 +1,4 @@ /* - * builtin-help.c - * * Builtin help command */ #include "cache.h" 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 * * 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" diff --git a/builtin/replace.c b/builtin/replace.c index 398ccd5eaa..59d31152d0 100644 --- a/builtin/replace.c +++ b/builtin/replace.c @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Christian Couder * - * Based on builtin-tag.c by Kristian Høgsberg + * Based on builtin/tag.c by Kristian Høgsberg * and Carlos Rica that was itself based on * git-tag.sh and mktag.c by Linus Torvalds. */ -- cgit v1.2.1