]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-blame.txt
Update git-annotate/git-blame documentation
authorAndrew Ruder <andy@aeruder.net>
Mon, 16 Apr 2007 06:20:34 +0000 (01:20 -0500)
committerJunio C Hamano <junkio@cox.net>
Mon, 16 Apr 2007 08:14:46 +0000 (01:14 -0700)
commit635f4a30f0f73fcd3ed29c8d70be334689cc4082
treeb2e521a4f718112129da0fe85dc4ade724a7e621
parent0b9a9dd00a4c08b09d5661942b31c7ee590626b7
Update git-annotate/git-blame documentation

Moved options that pertained to both git-blame and git-annotate to a
common file blame-options.txt.

builtin-blame.c: Removed --compatibility, --long, --time from the
short usage as they are not handled in the code.

Documentation/git-blame.txt: Removed common options to git-annotate.
Added documentation for --score-debug.  Removed --compatibility.
Adjusted usage at top to not wrap on 80 columns.

Documentation/git-annotate.txt: Using common options blame-options.txt.

Documentation/blame-options.txt: Added -b note about associated config
option, added --root note about associated config option, added
documentation for --show-stats.  Removed --long, --time, --rev-file as
those options do not really exist.  Added documentation for -M/-C taking
an optional score argument for detection of moved lines.

Signed-off-by: Andrew Ruder <andy@aeruder.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/blame-options.txt [new file with mode: 0644]
Documentation/git-annotate.txt
Documentation/git-blame.txt
builtin-blame.c