summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/import.c
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@cvs.openbsd.org>2008-06-08 20:08:44 +0000
committerTobias Stoeckmann <tobias@cvs.openbsd.org>2008-06-08 20:08:44 +0000
commit4cae2a9aaccefd813f3d221cdc60abc88d3b6df9 (patch)
treebec6e5a3acca206a929fa5c437d610b6ba1673b2 /usr.bin/cvs/import.c
parent7d829f821d596d1784575f3740d354527557e722 (diff)
Handle commits on a per-directory basis instead handling all of them at
once in local setup. Also added '!' to reuse typed log message for all following directories. ok joris
Diffstat (limited to 'usr.bin/cvs/import.c')
-rw-r--r--usr.bin/cvs/import.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/import.c b/usr.bin/cvs/import.c
index 7a87eb42856..97d52e40895 100644
--- a/usr.bin/cvs/import.c
+++ b/usr.bin/cvs/import.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: import.c,v 1.91 2008/06/08 13:35:47 joris Exp $ */
+/* $OpenBSD: import.c,v 1.92 2008/06/08 20:08:43 tobias Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -113,7 +113,7 @@ cvs_import(int argc, char **argv)
}
if (logmsg == NULL)
- logmsg = cvs_logmsg_create(NULL, NULL, NULL);
+ logmsg = cvs_logmsg_create(NULL, NULL, NULL, NULL);
if (logmsg == NULL)
fatal("This shouldnt happen, honestly!");