| Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1 | git-fmt-merge-msg(1) |
| 2 | ==================== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | git-fmt-merge-msg - Produce a merge commit message |
| 7 | |
| 8 | |
| 9 | SYNOPSIS |
| 10 | -------- |
| 11 | 'git-fmt-merge-msg' <$GIT_DIR/FETCH_HEAD |
| 12 | |
| 13 | DESCRIPTION |
| 14 | ----------- |
| 15 | Takes the list of merged objects on stdin and produces a suitable |
| 16 | commit message to be used for the merge commit, usually to be |
| 17 | passed as the '<merge-message>' argument of `git-merge`. |
| 18 | |
| 19 | This script is intended mostly for internal use by scripts |
| 20 | automatically invoking `git-merge`. |
| 21 | |
| 22 | |
| 23 | SEE ALSO |
| 24 | -------- |
| 25 | gitlink:git-merge[1] |
| 26 | |
| 27 | |
| 28 | Author |
| 29 | ------ |
| 30 | Written by Junio C Hamano <junkio@cox.net> |
| 31 | |
| 32 | Documentation |
| 33 | -------------- |
| 34 | Documentation by Petr Baudis, Junio C Hamano and the git-list <git@vger.kernel.org>. |
| 35 | |
| 36 | GIT |
| 37 | --- |
| 38 | Part of the gitlink:git[7] suite |
| 39 | |