File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,11 @@ OPTIONS
4242 it successfully talked with the remote repository, whether it
4343 found any matching refs.
4444
45+ --get-url::
46+ Expand the URL of the given remote repository taking into account any
47+ "url.<base>.insteadOf" config setting (See linkgit:git-config[1]) and
48+ exit without talking to the remote.
49+
4550<repository>::
4651 Location of the repository. The shorthand defined in
4752 $GIT_DIR/branches/ can be used. Use "." (dot) to list references in
Original file line number Diff line number Diff line change 55
66static const char ls_remote_usage [] =
77"git ls-remote [--heads] [--tags] [-u <exec> | --upload-pack <exec>]\n"
8- " [-q|--quiet] [--exit-code] [<repository> [<refs>...]]" ;
8+ " [-q|--quiet] [--exit-code] [--get-url] [ <repository> [<refs>...]]" ;
99
1010/*
1111 * Is there one among the list of patterns that match the tail part
You can’t perform that action at this time.
0 commit comments