author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sun, 2 Sep 2007 20:10:14 +0000 (21:10 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 3 Sep 2007 10:08:12 +0000 (03:08 -0700) | ||
commit | 38944390220425cc3c4208dd31172397e7f18e8c | |
tree | f5be223d898f8ca293e31393e92684f2a3a128bd | tree | snapshot |
parent | 1e61b7640d09015213dbcae3564fa27ac6a8c151 | commit | diff |
Teach "git remote" a mirror mode
When using the "--mirror" option to "git remote add", the refs will not
be stored in the refs/remotes/ namespace, but in the same location as
on the remote side.
This option probably only makes sense in a bare repository.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When using the "--mirror" option to "git remote add", the refs will not
be stored in the refs/remotes/ namespace, but in the same location as
on the remote side.
This option probably only makes sense in a bare repository.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote.txt | diff | blob | history | |
git-remote.perl | diff | blob | history |