Skip to content

Commit a6018bb

Browse files
committed
Merge branch 'maint'
* maint: Documentation/config.txt: default gc.aggressiveWindow is 250, not 10 Docs: Add -X option to git-merge's synopsis. Conflicts: Documentation/merge-options.txt
2 parents 4553d58 + f78683f commit a6018bb

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ format.signoff::
914914
gc.aggressiveWindow::
915915
The window size parameter used in the delta compression
916916
algorithm used by 'git gc --aggressive'. This defaults
917-
to 10.
917+
to 250.
918918

919919
gc.auto::
920920
When there are approximately more than this many loose

Documentation/git-merge.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ git-merge - Join two or more development histories together
99
SYNOPSIS
1010
--------
1111
[verse]
12-
'git merge' [-n] [--stat] [--no-commit] [--squash] [-s <strategy>]...
12+
'git merge' [-n] [--stat] [--no-commit] [--squash]
13+
[-s <strategy>] [-X <strategy-option>]
1314
[--[no-]rerere-autoupdate] [-m <msg>] <commit>...
1415
'git merge' <msg> HEAD <commit>...
1516

Documentation/merge-options.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ option can be used to override --squash.
6262
is used instead ('git merge-recursive' when merging a single
6363
head, 'git merge-octopus' otherwise).
6464

65+
-X <option>::
66+
--strategy-option=<option>::
67+
Pass merge strategy specific option through to the merge
68+
strategy.
69+
6570
--summary::
6671
--no-summary::
6772
Synonyms to --stat and --no-stat; these are deprecated and will be
@@ -76,8 +81,3 @@ ifndef::git-pull[]
7681
--verbose::
7782
Be verbose.
7883
endif::git-pull[]
79-
80-
-X <option>::
81-
--strategy-option=<option>::
82-
Pass merge strategy specific option through to the merge
83-
strategy.

0 commit comments

Comments
 (0)