diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-06-29 09:25:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-29 09:25:51 -0700 |
commit | 347231f7352a4caac8bd95924c20afde4455c89c (patch) | |
tree | 6c3fd7829891c5292f58bacbc969212d9e14c01c /Documentation/git-revert.txt | |
parent | f696543dad6c7ba27b0c4fab167a5687263a9ba0 (diff) | |
parent | 565e135a1e5fc393f764415a4724f43cc07f4da6 (diff) | |
download | git-347231f7352a4caac8bd95924c20afde4455c89c.tar.gz |
Merge branch 'jn/maint-doc-dashdash' into jn/doc-dashdash
* jn/maint-doc-dashdash:
Documentation: quote double-dash for AsciiDoc
Diffstat (limited to 'Documentation/git-revert.txt')
-rw-r--r-- | Documentation/git-revert.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt index ac10cfbb14..6a21b37f95 100644 --- a/Documentation/git-revert.txt +++ b/Documentation/git-revert.txt @@ -23,7 +23,7 @@ throw away all uncommitted changes in your working directory, you should see linkgit:git-reset[1], particularly the '--hard' option. If you want to extract specific files as they were in another commit, you should see linkgit:git-checkout[1], specifically the `git checkout -<commit> -- <filename>` syntax. Take care with these alternatives as +<commit> \-- <filename>` syntax. Take care with these alternatives as both will discard uncommitted changes in your working directory. OPTIONS |