summaryrefslogtreecommitdiffstats
path: root/git-remote.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-06 06:35:40 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-06 06:35:40 +0000
commit47d68a53947d51de4f67b6b7e4e7f76e71e16fb5 (patch)
treee346861528eece2278259294b499afa41716a010 /git-remote.txt
parenta31092a704a554fa909c79c1fa4a482938f7bc17 (diff)
downloadgit-htmldocs-47d68a53947d51de4f67b6b7e4e7f76e71e16fb5.tar.gz
Autogenerated HTML docs for v1.5.5.1-147-g867f
Diffstat (limited to 'git-remote.txt')
-rw-r--r--git-remote.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-remote.txt b/git-remote.txt
index 2cbd1f764..b20e85197 100644
--- a/git-remote.txt
+++ b/git-remote.txt
@@ -47,9 +47,11 @@ With `-m <master>` option, `$GIT_DIR/remotes/<name>/HEAD` is set
up to point at remote's `<master>` branch instead of whatever
branch the `HEAD` at the remote repository actually points at.
+
-In mirror mode, enabled with `--mirror`, the refs will not be stored
+In mirror mode, enabled with `\--mirror`, the refs will not be stored
in the 'refs/remotes/' namespace, but in 'refs/heads/'. This option
-only makes sense in bare repositories.
+only makes sense in bare repositories. If a remote uses mirror
+mode, furthermore, `git push` will always behave as if `\--mirror`
+was passed.
'rm'::