summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src/annotate.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-12-02 03:13:37 +0000
committerpeter <peter@FreeBSD.org>2002-12-02 03:13:37 +0000
commitc88e7301411c002ff913342f1619967f7c3b58e7 (patch)
tree41e3ca13c2d66973453a5c0ea9b349da9618bfdb /contrib/cvs/src/annotate.c
parent64d3246a13e0c323164816b3820e24af7b8f003e (diff)
parent3dc96f7243ece1d1f7f87b03334f840415e0db63 (diff)
downloadFreeBSD-src-c88e7301411c002ff913342f1619967f7c3b58e7.zip
FreeBSD-src-c88e7301411c002ff913342f1619967f7c3b58e7.tar.gz
This commit was generated by cvs2svn to compensate for changes in r107484,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/cvs/src/annotate.c')
-rw-r--r--contrib/cvs/src/annotate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/cvs/src/annotate.c b/contrib/cvs/src/annotate.c
index 41acdf7..8c72962 100644
--- a/contrib/cvs/src/annotate.c
+++ b/contrib/cvs/src/annotate.c
@@ -110,6 +110,7 @@ annotate (argc, argv)
option_with_arg ("-r", tag);
if (date)
client_senddate (date);
+ send_arg ("--");
if (is_rannotate)
{
int i;
@@ -247,7 +248,7 @@ rannotate_proc (argc, argv, xwhere, mwhere, mfile, shorten, local, mname, msg)
err = start_recursion (annotate_fileproc, (FILESDONEPROC) NULL,
(DIRENTPROC) NULL, (DIRLEAVEPROC) NULL, NULL,
- argc - 1, argv + 1, local, which, 0, 1,
+ argc - 1, argv + 1, local, which, 0, LOCK_READ,
where, 1);
return err;
}
OpenPOWER on IntegriCloud