From: Baka P. <bak...@us...> - 2012-03-01 21:05:25
|
Updated from old rev 47979e1 (commit) http://gitslave.git.sourceforge.net/git/gitweb.cgi?p=gitslave/gitslave;a=shortlog;h=446dbeb - Log -------------- commit 446dbeb http://gitslave.git.sourceforge.net/git/gitweb.cgi?p=gitslave/gitslave;a=commitdiff;h=446dbeb * Add --versionp plus add --porcelain to version. Document "version" cmd The "version" subcommand was previously undocumented. Document it since we modify the output. version and --version had different behavior depending on whether the program was installed or not. Unify that behavior to the installed version and add --porcelain flag to version (and gits --versionp option) to get just the bare gits version for `make install` -------------------- Summary of changes: gitslave/Makefile | 4 ++-- gitslave/README | 14 ++++++++++++-- gitslave/gits | 45 +++++++++++++++++++++++++++++++-------------- 3 files changed, 45 insertions(+), 18 deletions(-) -- gitslave |