Skip to content

Commit

Permalink
Merge branch 'jk/diff-m-doc' into maint
Browse files Browse the repository at this point in the history
* jk/diff-m-doc:
  docs: clarify meaning of -M for git-log
  • Loading branch information
Junio C Hamano committed Jun 21, 2010
2 parents b178478 + 7ffad25 commit 7a0d54f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/diff-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,14 @@ endif::git-format-patch[]
Break complete rewrite changes into pairs of delete and create.

-M::
ifndef::git-log[]
Detect renames.
endif::git-log[]
ifdef::git-log[]
If generating diffs, detect and report renames for each commit.
For following files across renames while traversing history, see
`--follow`.
endif::git-log[]

-C::
Detect copies as well as renames. See also `--find-copies-harder`.
Expand Down

0 comments on commit 7a0d54f

Please sign in to comment.