diff options
author | Øystein Walle <oystwa@gmail.com> | 2014-02-05 23:19:43 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-05 14:35:45 -0800 |
commit | 5fe8f49b6d59cf143a5898ddbb161444a95fa871 (patch) | |
tree | 65293eeb6f73b77030840a40327aff284fe0af4b /Documentation/gitcli.txt | |
parent | Git 1.8.5.4 (diff) | |
download | tgif-5fe8f49b6d59cf143a5898ddbb161444a95fa871.tar.xz |
Documentation: fix typos in man pages
Signed-off-by: Øystein Walle <oystwa@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcli.txt')
-rw-r--r-- | Documentation/gitcli.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcli.txt b/Documentation/gitcli.txt index 41bed2983f..c814a3c5ce 100644 --- a/Documentation/gitcli.txt +++ b/Documentation/gitcli.txt @@ -28,7 +28,7 @@ arguments. Here are the rules: they can be disambiguated by placing `--` between them. E.g. `git diff -- HEAD` is, "I have a file called HEAD in my work tree. Please show changes between the version I staged in the index - and what I have in the work tree for that file". not "show difference + and what I have in the work tree for that file", not "show difference between the HEAD commit and the work tree as a whole". You can say `git diff HEAD --` to ask for the latter. |