X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fdiff-options.txt;h=cba90fd27c6a1baaca884328e96adc8a6da8fc36;hb=877276d4d3018d2810be990c39fa7f59678e960d;hp=13234fa280b279bfccad0a9aec6989727957567a;hpb=d6958a1a32814af69a7571daa45252018c61f969;p=git.git diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 13234fa28..cba90fd27 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -228,6 +228,9 @@ endif::git-format-patch[] --no-ext-diff:: Disallow external diff drivers. +--ignore-submodules:: + Ignore changes to submodules in the diff generation. + --src-prefix=:: Show the given source prefix instead of "a/". @@ -238,4 +241,4 @@ endif::git-format-patch[] Do not show any source or destination prefix. For more detailed explanation on these common options, see also -link:diffcore.html[diffcore documentation]. +linkgit:gitdiffcore[7].