summaryrefslogtreecommitdiffstats
path: root/git-remote.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-08-11 06:23:52 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-08-11 06:23:52 +0000
commit9f88386765adc1aacb4a0e3b488c69cffc59ca70 (patch)
tree2875537bd869b9969298d294b8131e3ec70dd856 /git-remote.txt
parent31cca1669fe45cbdca5a7f6b888e9a1d04ee1f10 (diff)
downloadgit-htmldocs-9f88386765adc1aacb4a0e3b488c69cffc59ca70.tar.gz
Autogenerated HTML docs for v1.6.4-114-gefd1
Diffstat (limited to 'git-remote.txt')
-rw-r--r--git-remote.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-remote.txt b/git-remote.txt
index 9e2b4eaa3..82a3d2967 100644
--- a/git-remote.txt
+++ b/git-remote.txt
@@ -114,14 +114,14 @@ These stale branches have already been removed from the remote repository
referenced by <name>, but are still locally available in
"remotes/<name>".
+
-With `--dry-run` option, report what branches will be pruned, but do no
+With `--dry-run` option, report what branches will be pruned, but do not
actually prune them.
'update'::
Fetch updates for a named set of remotes in the repository as defined by
remotes.<group>. If a named group is not specified on the command line,
-the configuration parameter remotes.default will get used; if
+the configuration parameter remotes.default will be used; if
remotes.default is not defined, all remotes which do not have the
configuration parameter remote.<name>.skipDefaultUpdate set to true will
be updated. (See linkgit:git-config[1]).