On Thu, Mar 12, 2015 at 07:19:25PM +0000, Stuart Henderson wrote:
> By looking with "cvs blame sshd_config.5 | grep PubkeyAcceptedKeyTypes"
> and examine the cvs log, you can see that it was added on 2015/01/13.
Blame? Blame? When did this wonderful, utterly brilliant but
undocumented synonym for annotate get added to cvs?
I think I'll use it to find out ;)
$ cvs blame main.c | grep blame
Annotations for main.c
***************
1.39 (jsg 22-Jul-10): { "annotate", "ann", "blame",
annotate, CVS_CMD_USES_WORK_DIR },
And then I found the commit:
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/07/22 04:31:10
Modified files:
gnu/usr.bin/cvs/src: main.c
Log message:
As per OpenCVS, general usage in coversation and apparently newer
upstream versions of this code, add blame as an alias for annotate.
ok henning@ fgsch@ deraadt@ thib@ krw@