author | Jonathan Nieder <jrnieder@gmail.com> | |
Fri, 9 Oct 2009 10:16:15 +0000 (05:16 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 9 Oct 2009 21:40:25 +0000 (14:40 -0700) | ||
commit | 0f8a02c640397ce22080e1c2eaa5029388638589 | |
tree | d3d296ecff6f3d7d4c9e1d1c39f79f6da501c0b1 | tree | snapshot |
parent | 162213d2329d5e87f9b74ed8153ce7008788d213 | commit | diff |
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>
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 | diff | blob | history | |
Documentation/git-merge.txt | diff | blob | history |