diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-09-03 09:43:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-03 09:43:42 -0700 |
commit | 7bdaf0bd1cffde9b3d14762f67f22991e8e17ef6 (patch) | |
tree | 7b77d403201c495a69ffb2123d64fcea03f2e05c /Documentation/git-add.txt | |
parent | b9f171cc3b3f7f528acf672b5fef7e95b153213b (diff) | |
parent | 2839478774f48074d7d87b8a9838827742a5b058 (diff) | |
download | git-7bdaf0bd1cffde9b3d14762f67f22991e8e17ef6.tar.gz |
Merge branch 'jc/maint-doc-em-dash'
* jc/maint-doc-em-dash:
Work around em-dash handling in newer AsciiDoc
Diffstat (limited to 'Documentation/git-add.txt')
-rw-r--r-- | Documentation/git-add.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index e213a2efd7..73378b2bef 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -220,7 +220,7 @@ binary so line count cannot be shown) and there is no difference between indexed copy and the working tree version (if the working tree version were also different, 'binary' would have been shown in place of 'nothing'). The -other file, git-add--interactive.perl, has 403 lines added +other file, git-add{litdd}interactive.perl, has 403 lines added and 35 lines deleted if you commit what is in the index, but working tree file has further modifications (one addition and one deletion). |