diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-06-01 02:35:44 -0700 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2006-06-16 03:04:20 -0700 |
commit | 79bb8d88fc61b03a80fe99915f15a25172286c1f (patch) | |
tree | 9d00be23929920b70708eb1d485f2b472b4a8fb0 /diff.c | |
parent | 7a97de4e19757b5576f32ce67d90cb792dbb893b (diff) | |
download | git-79bb8d88fc61b03a80fe99915f15a25172286c1f.tar.gz |
git-svn: add 'log' command, a facsimile of basic `svn log'
This quick feature should make it easy to look up svn log
messages when svn users refer to -r/--revision numbers.
The following features from `svn log' are supported:
--revision=<n>[:<n>] - is supported, non-numeric args are not:
HEAD, NEXT, BASE, PREV, etc ...
-v/--verbose - just maps to --raw (in git log), so
it's completely incompatible with
the --verbose output in svn log
--limit=<n> - is NOT the same as --max-count,
doesn't count merged/excluded commits
--incremental - supported (trivial :P)
New features:
--show-commit - shows the git commit sha1, as well
--oneline - our version of --pretty=oneline
Any other arguments are passed directly to `git log'
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'diff.c')
0 files changed, 0 insertions, 0 deletions