From: Junio C Hamano Date: Wed, 14 Apr 2010 01:21:29 +0000 (-0700) Subject: Merge branch 'maint' X-Git-Tag: v1.7.1-rc2~14 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a6018bbdca918c4f0a35badcfd826077d07502ca?hp=4553d58f374c6bfcae6b4be528bbf11c18a7efe5 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 --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 06b2f827b4..aa5411e455 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -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 diff --git a/Documentation/git-merge.txt b/Documentation/git-merge.txt index 9c9618cead..c2325ef90e 100644 --- a/Documentation/git-merge.txt +++ b/Documentation/git-merge.txt @@ -9,7 +9,8 @@ git-merge - Join two or more development histories together SYNOPSIS -------- [verse] -'git merge' [-n] [--stat] [--no-commit] [--squash] [-s ]... +'git merge' [-n] [--stat] [--no-commit] [--squash] + [-s ] [-X ] [--[no-]rerere-autoupdate] [-m ] ... 'git merge' HEAD ... diff --git a/Documentation/merge-options.txt b/Documentation/merge-options.txt index 37ce9a17fc..722d704ff2 100644 --- a/Documentation/merge-options.txt +++ b/Documentation/merge-options.txt @@ -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