diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-11-10 21:43:03 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-11 20:25:49 -0800 |
commit | 74443f185ed91f3388b0e45838262eb3ec8338aa (patch) | |
tree | f41cdcbf10a01728825180013d38bbdb0615955b /Documentation/git-remote.txt | |
parent | 1dd1239aa33ddd7f159cd183338ef6f71298e29a (diff) | |
download | git-74443f185ed91f3388b0e45838262eb3ec8338aa.tar.gz |
git-remote: document the migration feature of the rename subcommand
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-remote.txt')
-rw-r--r-- | Documentation/git-remote.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index 7b227b307f..fad983e297 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -66,6 +66,10 @@ was passed. Rename the remote named <old> to <new>. All remote tracking branches and configuration settings for the remote are updated. ++ +In case <old> and <new> are the same, and <old> is a file under +`$GIT_DIR/remotes` or `$GIT_DIR/branches`, the remote is converted to +the configuration file format. 'rm':: |