Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Junio C Hamano committed Apr 14, 2010
2 parents 4553d58 + f78683f commit a6018bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ format.signoff::
gc.aggressiveWindow::
The window size parameter used in the delta compression
algorithm used by 'git gc --aggressive'. This defaults
to 10.
to 250.

gc.auto::
When there are approximately more than this many loose
Expand Down
3 changes: 2 additions & 1 deletion Documentation/git-merge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ git-merge - Join two or more development histories together
SYNOPSIS
--------
[verse]
'git merge' [-n] [--stat] [--no-commit] [--squash] [-s <strategy>]...
'git merge' [-n] [--stat] [--no-commit] [--squash]
[-s <strategy>] [-X <strategy-option>]
[--[no-]rerere-autoupdate] [-m <msg>] <commit>...
'git merge' <msg> HEAD <commit>...

Expand Down
10 changes: 5 additions & 5 deletions Documentation/merge-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ option can be used to override --squash.
is used instead ('git merge-recursive' when merging a single
head, 'git merge-octopus' otherwise).

-X <option>::
--strategy-option=<option>::
Pass merge strategy specific option through to the merge
strategy.

--summary::
--no-summary::
Synonyms to --stat and --no-stat; these are deprecated and will be
Expand All @@ -76,8 +81,3 @@ ifndef::git-pull[]
--verbose::
Be verbose.
endif::git-pull[]

-X <option>::
--strategy-option=<option>::
Pass merge strategy specific option through to the merge
strategy.

0 comments on commit a6018bb

Please sign in to comment.