This website works better with JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
19243
Commits
6
Branches
36
Tags
131 MiB
Tree:
0a53e9ddea
git
/
t
/
t7500
/
add-signed-off
4 lines
63 B
Raw
Normal View
History
Unescape
Escape
Teach git-commit about commit message templates. These are useful in organizations that enforce particular formats for commit messages, e.g., to specify bug IDs or test plans. Use of the template is not enforced; it is simply used as the initial content when the editor is invoked. Signed-off-by: Steven Grimm <koreth@midwinter.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
18 years ago
#!/bin/sh
echo "Signed-off-by: foo <bar@frotz>" >> "$1"
exit 0