File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
Git 1.8.1.5 Release Notes
2
2
=========================
3
3
4
- Fixes since v1.8.1.5
4
+ Fixes since v1.8.1.4
5
5
--------------------
6
6
7
+ * Given a string with a multi-byte character that begins with '-' on
8
+ the command line where an option is expected, the option parser
9
+ used just one byte of the unknown letter when reporting an error.
10
+
7
11
* "git apply --summary" has been taught to make sure the similarity
8
12
value shown in its output is sensible, even when the input had a
9
13
bogus value.
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ SYNOPSIS
13
13
[--reference <repository>] [--] <repository> [<path>]
14
14
'git submodule' [--quiet] status [--cached] [--recursive] [--] [<path>...]
15
15
'git submodule' [--quiet] init [--] [<path>...]
16
- 'git submodule' [--quiet] update [--init] [--remote] [-N|--no-fetch] [--rebase]
17
- [--reference <repository>] [--merge] [--recursive] [--] [<path>...]
16
+ 'git submodule' [--quiet] update [--init] [--remote] [-N|--no-fetch]
17
+ [-f|--force] [--rebase] [--reference <repository>]
18
+ [--merge] [--recursive] [--] [<path>...]
18
19
'git submodule' [--quiet] summary [--cached|--files] [(-n|--summary-limit) <n>]
19
20
[commit] [--] [<path>...]
20
21
'git submodule' [--quiet] foreach [--recursive] <command>
You can’t perform that action at this time.
0 commit comments