Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  README: point to Documentation/SubmittingPatches
  Document merge.branchdesc configuration variable
  • Loading branch information
Junio C Hamano committed Feb 23, 2012
2 parents d46f476 + 07f050c commit 6a60982
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Documentation/git-fmt-merge-msg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ OPTIONS
CONFIGURATION
-------------

merge.branchdesc::
In addition to branch names, populate the log message with
the branch description text associated with them. Defaults
to false.

merge.log::
In addition to branch names, populate the log message with at
most the specified number of one-line descriptions from the
Expand Down
10 changes: 6 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ including full documentation and Git related tools.

The user discussion and development of Git take place on the Git
mailing list -- everyone is welcome to post bug reports, feature
requests, comments and patches to git@vger.kernel.org. To subscribe
to the list, send an email with just "subscribe git" in the body to
majordomo@vger.kernel.org. The mailing list archives are available at
http://marc.theaimsgroup.com/?l=git and other archival sites.
requests, comments and patches to git@vger.kernel.org (read
Documentation/SubmittingPatches for instructions on patch submission).
To subscribe to the list, send an email with just "subscribe git" in
the body to majordomo@vger.kernel.org. The mailing list archives are
available at http://marc.theaimsgroup.com/?l=git and other archival
sites.

The messages titled "A note from the maintainer", "What's in
git.git (stable)" and "What's cooking in git.git (topics)" and
Expand Down

0 comments on commit 6a60982

Please sign in to comment.