diff options
author | Heikki Orsila <heikki.orsila@iki.fi> | 2008-08-30 14:12:53 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-30 13:50:48 -0700 |
commit | 34baebcee1d66be4cc096a69ba448cd24dcedf21 (patch) | |
tree | 36f53186913e8b64a6f686d534015501750582b4 /builtin-blame.c | |
parent | 53d1589ff6bd336e3ece39e0a963a3d2a537cf96 (diff) | |
download | git-34baebcee1d66be4cc096a69ba448cd24dcedf21.tar.gz |
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 <heikki.orsila@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-blame.c')
-rw-r--r-- | builtin-blame.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |