summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Deak <deak.andris@gmail.com>2017-06-27 23:34:49 +0200
committerAndras Deak <deak.andris@gmail.com>2017-06-27 23:34:49 +0200
commitd084027efc38bc851aa9d51fd672c4b1c571f0a1 (patch)
treea7e71c032d83dde42820816b41f341445c324d7c
parentbf12213a1835d42acbfc0bd5f5587d30372fc50e (diff)
downloadnumpy-d084027efc38bc851aa9d51fd672c4b1c571f0a1.tar.gz
DOC: Fix missing asterisks in git development_setup doc page
The remote upstream fetch git-config command was missing two asterisks, most likely lost in a markdown accident.
-rw-r--r--doc/source/dev/gitwash/development_setup.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/gitwash/development_setup.rst b/doc/source/dev/gitwash/development_setup.rst
index 4c64b1db9..1ebd4b486 100644
--- a/doc/source/dev/gitwash/development_setup.rst
+++ b/doc/source/dev/gitwash/development_setup.rst
@@ -117,7 +117,7 @@ so it pulls from ``upstream`` by default. This can be done with::
You may also want to have easy access to all pull requests sent to the
NumPy repository::
- git config --add remote.upstream.fetch '+refs/pull//head:refs/remotes/upstream/pr/'
+ git config --add remote.upstream.fetch '+refs/pull/*/head:refs/remotes/upstream/pr/*'
Your config file should now look something like (from
``$ cat .git/config``)::