GIT 0.99.9c
[git.git] / Documentation / git-merge.txt
index a48697f..8c9c4d8 100644 (file)
@@ -1,6 +1,5 @@
 git-merge(1)
 ============
-v0.99.6, Sep 2005
 
 NAME
 ----
@@ -29,6 +28,11 @@ OPTIONS
        there is no `-s` option, built-in list of strategies is
        used instead.
 
+<msg>::
+       The commit message to be used for the merge commit (in case
+       it is created). The `git-fmt-merge-msg` script can be used
+       to give a good default for automated `git-merge` invocations.
+
 <head>::
        our branch head commit.
 
@@ -38,6 +42,11 @@ OPTIONS
        obviously means you are trying an Octopus.
 
 
+SEE ALSO
+--------
+gitlink:git-fmt-merge-msg[1]
+
+
 Author
 ------
 Written by Junio C Hamano <junkio@cox.net>
@@ -49,4 +58,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
 
 GIT
 ---
-Part of the link:git.html[git] suite
+Part of the gitlink:git[7] suite