From 499926670665570d785bc7baca4d7cd4420823dc Mon Sep 17 00:00:00 2001 From: Thomas Rast Date: Mon, 22 Apr 2013 11:36:22 +0200 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- Documentation/git-log.txt | 4 ---- 1 file changed, 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. - [\--] ...:: Show only commits that are enough to explain how the files that match the specified paths came to be. See "History -- 2.11.4.GIT