aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-remote.txt
diff options
context:
space:
mode:
authorŠtěpán Němec <stepan.nemec@gmail.com>2009-08-11 02:52:07 +0200
committerJunio C Hamano <gitster@pobox.com>2009-08-10 19:05:00 -0700
commit75f492ace708afb4603b922a99ced318d980b8d5 (patch)
tree417628ea236fc2eed8bed84ad9c34b05a232bef0 /Documentation/git-remote.txt
parent39836a2e3cc38735d532a08465774194e5099daf (diff)
downloadgit-75f492ace708afb4603b922a99ced318d980b8d5.tar.gz
git-75f492ace708afb4603b922a99ced318d980b8d5.tar.xz
Fix typos in git-remote.txt and git-symbolic-ref.txt
Signed-off-by: Štěpán Němec <stepnem@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-remote.txt')
-rw-r--r--Documentation/git-remote.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt
index 9e2b4eaa3..82a3d2967 100644
--- a/Documentation/git-remote.txt
+++ b/Documentation/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]).