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 11Git 1.8.1.5 Release Notes
22=========================
33
4- Fixes since v1.8.1.5
4+ Fixes since v1.8.1.4
55--------------------
66
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+
711 * "git apply --summary" has been taught to make sure the similarity
812 value shown in its output is sensible, even when the input had a
913 bogus value.
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ SYNOPSIS
1313 [--reference <repository>] [--] <repository> [<path>]
1414'git submodule' [--quiet] status [--cached] [--recursive] [--] [<path>...]
1515'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>...]
1819'git submodule' [--quiet] summary [--cached|--files] [(-n|--summary-limit) <n>]
1920 [commit] [--] [<path>...]
2021'git submodule' [--quiet] foreach [--recursive] <command>
You can’t perform that action at this time.
0 commit comments