From 34baebcee1d66be4cc096a69ba448cd24dcedf21 Mon Sep 17 00:00:00 2001 From: Heikki Orsila Date: Sat, 30 Aug 2008 14:12:53 +0300 Subject: Start conforming code to "git subcmd" style User notifications are presented as 'git cmd', and code comments are presented as '"cmd"' or 'git's cmd', rather than 'git-cmd'. Signed-off-by: Heikki Orsila Signed-off-by: Junio C Hamano --- builtin-blame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin-blame.c') diff --git a/builtin-blame.c b/builtin-blame.c index 4ea343189f..d2fc68c68a 100644 --- a/builtin-blame.c +++ b/builtin-blame.c @@ -1791,7 +1791,7 @@ static int prepare_lines(struct scoreboard *sb) /* * Add phony grafts for use with -S; this is primarily to - * support git-cvsserver that wants to give a linear history + * support git's cvsserver that wants to give a linear history * to its clients. */ static int read_ancestry(const char *graft_file) -- cgit v1.2.3