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
42
42
it successfully talked with the remote repository, whether it
43
43
found any matching refs.
44
44
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
+
45
50
<repository>::
46
51
Location of the repository. The shorthand defined in
47
52
$GIT_DIR/branches/ can be used. Use "." (dot) to list references in
Original file line number Diff line number Diff line change 5
5
6
6
static const char ls_remote_usage [] =
7
7
"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>...]]" ;
9
9
10
10
/*
11
11
* 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