Cannot get my mailer (Apple Mail on OS X) to insert this pretty
trivial patch in a nice way -- included it as an attachment as well.
----- cut ------
Add missing '--summary' to cg-log usage.
Signed-off-by: Ben Clifford
---
cg-log | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cg-log b/cg-log
index 710ce7b..49c3cc0 100755
--- a/cg-log
+++ b/cg-log
# things more comfortable to SVN users). See cogito(7) for more details
# about revision specification.
-USAGE="cg-log [-c] [-f] [-m] [-M] [-s] [-uUSERNAME] [-d DATE] [-r
FROM_ID[..TO_ID]] FILE..."
+USAGE="cg-log [-c] [-f] [-m] [-M] [-s] [-uUSERNAME] [-d DATE] [-r
FROM_ID[..TO_ID]] [--summary] FILE..."
. ${COGITO_LIB}cg-Xlib || exit 1
# Try to fix the annoying "Broken pipe" output. May not help, but
apparently