diff options
author | Thomas Rast <trast@inf.ethz.ch> | 2013-04-22 11:36:22 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-22 07:53:59 -0700 |
commit | 499926670665570d785bc7baca4d7cd4420823dc (patch) | |
tree | 512e4c6cb5ae8777e4e3907ab4f5d39d801cb09c /Documentation/git-log.txt | |
parent | line-log: fix documentation formatting (diff) | |
download | tgif-499926670665570d785bc7baca4d7cd4420823dc.tar.xz |
git-log(1): remove --full-line-diff description
This option is a remnant of an earlier log -L version, and not
currently implemented. Remove it until (if at all) it is implemented
again.
Signed-off-by: Thomas Rast <trast@inf.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r-- | Documentation/git-log.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 0959f9d60c..65707ce13c 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -82,10 +82,6 @@ produced by --stat etc. include::line-range-format.txt[] ---full-line-diff:: - Always print the interesting range even if the current commit - does not change any line of the range. - [\--] <path>...:: Show only commits that are enough to explain how the files that match the specified paths came to be. See "History |