File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ git-ls-remote - List references in a remote repository
9
9
SYNOPSIS
10
10
--------
11
11
[verse]
12
- 'git ls-remote' [--heads] [--tags] [-u <exec> | -- upload-pack <exec>]
12
+ 'git ls-remote' [--heads] [--tags] [-- upload-pack= <exec>]
13
13
[--exit-code] <repository> [<refs>...]
14
14
15
15
DESCRIPTION
@@ -29,7 +29,6 @@ OPTIONS
29
29
both, references stored in refs/heads and refs/tags are
30
30
displayed.
31
31
32
- -u <exec>::
33
32
--upload-pack=<exec>::
34
33
Specify the full path of 'git-upload-pack' on the remote
35
34
host. This allows listing references from repositories accessed via
Original file line number Diff line number Diff line change 4
4
#include "remote.h"
5
5
6
6
static const char ls_remote_usage [] =
7
- "git ls-remote [--heads] [--tags] [-u <exec> | -- upload-pack <exec>]\n"
7
+ "git ls-remote [--heads] [--tags] [-- upload-pack= <exec>]\n"
8
8
" [-q | --quiet] [--exit-code] [--get-url] [<repository> [<refs>...]]" ;
9
9
10
10
/*
You can’t perform that action at this time.
0 commit comments