summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2022-03-16 17:53:08 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-03-16 17:53:08 -0700
commit47c52b2dada2d7223cfc8927ae7909dba27579a2 (patch)
treea757bd2c357f9c43a5be33800859c056c213016f /Documentation
parentMerge branch 'vd/sparse-read-tree' (diff)
parentbuiltin/remote.c: show progress when renaming remote references (diff)
downloadtgif-47c52b2dada2d7223cfc8927ae7909dba27579a2.tar.xz
Merge branch 'tb/rename-remote-progress'
"git remote rename A B", depending on the number of remote-tracking refs involved, takes long time renaming them. The command has been taught to show progress bar while making the user wait. * tb/rename-remote-progress: builtin/remote.c: show progress when renaming remote references builtin/remote.c: parse options in 'rename'
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-remote.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt
index 2bebc32566..cde9614e36 100644
--- a/Documentation/git-remote.txt
+++ b/Documentation/git-remote.txt
@@ -11,7 +11,7 @@ SYNOPSIS
[verse]
'git remote' [-v | --verbose]
'git remote add' [-t <branch>] [-m <master>] [-f] [--[no-]tags] [--mirror=(fetch|push)] <name> <URL>
-'git remote rename' <old> <new>
+'git remote rename' [--[no-]progress] <old> <new>
'git remote remove' <name>
'git remote set-head' <name> (-a | --auto | -d | --delete | <branch>)
'git remote set-branches' [--add] <name> <branch>...