diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-10-11 11:53:22 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-11 14:41:13 -0700 |
commit | 74a31a100ab96c37ebec5c04e1822bb2681bc345 (patch) | |
tree | e575930ca949171776e8c738e54551c92a863636 /Documentation | |
parent | c35b96e7851e417a24c1e255e353c67b31955466 (diff) | |
download | git-74a31a100ab96c37ebec5c04e1822bb2681bc345.tar.gz git-74a31a100ab96c37ebec5c04e1822bb2681bc345.tar.xz |
git-svn: log command fixes
Change the --verbose flag to more closely match svn. I was
somehow under the impression that --summary included --raw diff
output, but I was wrong. We now pass -r --raw --name-status as
arguments if passed -v/--verbose.
-r (recursive) is passed by default, since users usually want
it, and accepting it causes difficulty with the -r<revision>
option used by svn users. A --non-recursive switch has been
added to disable this.
Of course, --summary, --raw, -p and any other git-log options
can still be passed directly (without --name-status).
Also, several warnings about referencing undefined variables
have been fixed.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions