File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -914,7 +914,7 @@ format.signoff::
914914gc.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
919919gc.auto::
920920 When there are approximately more than this many loose
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ git-merge - Join two or more development histories together
99SYNOPSIS
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
Original file line number Diff line number Diff 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.
7883endif::git-pull[]
79-
80- -X <option>::
81- --strategy-option=<option>::
82- Pass merge strategy specific option through to the merge
83- strategy.
You can’t perform that action at this time.
0 commit comments