Skip to content

Commit 443d803

Browse files
committed
Merge branch 'maint'
* maint: Update draft release notes to 1.8.1.5 Documentation/submodule: Add --force to update synopsis
2 parents 3e07d26 + 8d44277 commit 443d803

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Documentation/RelNotes/1.8.1.5.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
Git 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.

Documentation/git-submodule.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)