Documentation: git fmt-merge-msg does not have to be a script
commit0f8a02c640397ce22080e1c2eaa5029388638589
authorJonathan Nieder <jrnieder@gmail.com>
Fri, 9 Oct 2009 10:16:15 +0000 (9 05:16 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Oct 2009 21:40:25 +0000 (9 14:40 -0700)
treed3d296ecff6f3d7d4c9e1d1c39f79f6da501c0b1
parent162213d2329d5e87f9b74ed8153ce7008788d213
Documentation: git fmt-merge-msg does not have to be a script

The fmt-merge-message builtin can be invoked as "git fmt-merge-msg" rather
than through the hard link in GIT_EXEC_PATH.  Although this is unlikely to
confuse most script writers, it should not hurt to make the documentation
a little clearer anyway.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fmt-merge-msg.txt
Documentation/git-merge.txt