diff options
author | Phil Hord <hordp@cisco.com> | 2013-05-28 19:36:44 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-28 15:15:29 -0700 |
commit | b1d04bfcf84cc3464d0bdf62b02443d0d55e3f2b (patch) | |
tree | cab6d0b8cdc08d1eb7f91ae32700b01a611f6e1d | |
parent | 92758dd2a2de94c90c0697ef0e8174c3543a47f9 (diff) | |
download | git-b1d04bfcf84cc3464d0bdf62b02443d0d55e3f2b.tar.gz git-b1d04bfcf84cc3464d0bdf62b02443d0d55e3f2b.tar.xz |
trivial: Add missing period in documentation
Signed-off-by: Phil Hord <hordp@cisco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/diff-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 104579dc7..b8a9b8637 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -480,7 +480,7 @@ endif::git-format-patch[] --ignore-submodules[=<when>]:: Ignore changes to submodules in the diff generation. <when> can be - either "none", "untracked", "dirty" or "all", which is the default + either "none", "untracked", "dirty" or "all", which is the default. Using "none" will consider the submodule modified when it either contains untracked or modified files or its HEAD differs from the commit recorded in the superproject and can be used to override any settings of the |