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 @@ -98,7 +98,7 @@ # 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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
This archive was generated by hypermail 2.1.8 : 2005-11-16 14:19:56 EST