summaryrefslogtreecommitdiff
path: root/Documentation/git-fetch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-29 20:59:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-10-29 20:59:16 (GMT)
commit73167677c0a0e51b3b6505a4287dd3cbf7f11497 (patch)
tree83ecead055b4ea5d16f2d2054b7c0dd0b4f1d02e /Documentation/git-fetch.txt
parentf7a88b6c58db43b727a4146b559b9863e1acc7e3 (diff)
parent3b19dba7030f179cf981a8714693f74c07d915a4 (diff)
downloadgit-73167677c0a0e51b3b6505a4287dd3cbf7f11497.zip
git-73167677c0a0e51b3b6505a4287dd3cbf7f11497.tar.gz
git-73167677c0a0e51b3b6505a4287dd3cbf7f11497.tar.bz2
Merge branch 'jc/em-dash-in-doc'
AsciiDoc markup fixes. * jc/em-dash-in-doc: Documentation: AsciiDoc spells em-dash as double-dashes, not triple
Diffstat (limited to 'Documentation/git-fetch.txt')
-rw-r--r--Documentation/git-fetch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt
index e62d9a0..efe56e0 100644
--- a/Documentation/git-fetch.txt
+++ b/Documentation/git-fetch.txt
@@ -71,7 +71,7 @@ This configuration is used in two ways:
* When `git fetch` is run without specifying what branches
and/or tags to fetch on the command line, e.g. `git fetch origin`
or `git fetch`, `remote.<repository>.fetch` values are used as
- the refspecs---they specify which refs to fetch and which local refs
+ the refspecs--they specify which refs to fetch and which local refs
to update. The example above will fetch
all branches that exist in the `origin` (i.e. any ref that matches
the left-hand side of the value, `refs/heads/*`) and update the