diff options
author | Lars Hjemli <hjemli@gmail.com> | 2009-08-15 10:40:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-15 01:50:52 -0700 |
commit | ef92e1a43632c5b29b89da058f45d9c085ad18b7 (patch) | |
tree | c7c989e6a004645045061f5f10862587ce389e6a /Documentation/git-submodule.txt | |
parent | git submodule summary: add --files option (diff) | |
download | tgif-ef92e1a43632c5b29b89da058f45d9c085ad18b7.tar.xz |
Documentaqtion/git-submodule.txt: Typofix
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-submodule.txt')
-rw-r--r-- | Documentation/git-submodule.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index 145802a936..bb7d159179 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -129,7 +129,7 @@ summary:: in the submodule between the given super project commit and the index or working tree (switched by --cached) are shown. If the option --files is given, show the series of commits in the submodule between - the index of super project the and the working tree of the submodule + the index of the super project and the working tree of the submodule (this option doesn't allow to use the --cached option or to provide an explicit commit). |