summaryrefslogtreecommitdiffstats
path: root/git-remote.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-09-15 07:46:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-09-15 07:46:14 +0000
commit58155b42e7f69f920b962bc43de04ec3bb48df87 (patch)
treec1410a9785aa59428fa709fbb4c47686f6f667c8 /git-remote.txt
parentf80888ce6d55ea765cec661d4586575afc0e64ba (diff)
downloadgit-htmldocs-58155b42e7f69f920b962bc43de04ec3bb48df87.tar.gz
Autogenerated HTML docs for v1.5.3.1-91-gd3392
Diffstat (limited to 'git-remote.txt')
-rw-r--r--git-remote.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-remote.txt b/git-remote.txt
index 61a6022ce..94b9f1777 100644
--- a/git-remote.txt
+++ b/git-remote.txt
@@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'git-remote'
-'git-remote' add [-t <branch>] [-m <branch>] [-f] <name> <url>
+'git-remote' add [-t <branch>] [-m <branch>] [-f] [--mirror] <name> <url>
'git-remote' show <name>
'git-remote' prune <name>
'git-remote' update [group]
@@ -45,6 +45,10 @@ multiple branches without grabbing all branches.
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 the 'refs/remotes/' namespace, but in 'refs/heads/'. This option
+only makes sense in bare repositories.
'show'::