summaryrefslogtreecommitdiff
path: root/contrib/cvs/src/annotate.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-12-02 03:13:37 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-12-02 03:13:37 +0000
commit6361f125fbebb7b3fba759b74fe02de24f44ebf6 (patch)
tree15f00bd8ebd718713d8c0a8707ebebfced99c550 /contrib/cvs/src/annotate.c
parentb2b29aad0d0d63394479a7459a0f17936ce7c064 (diff)
Notes
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 41acdf7d8e5c..8c72962bddce 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;
}