citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 934117bd5e31829437b985474d60e567029a9683
parent 691ff054edbe896b52594070d1109980288729b9
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 28 Jan 2024 13:20:26 -0800

git: add signed-off template

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mdotfiles/.gitconfig | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig @@ -118,3 +118,5 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true +[commit] + template = ~/.git-template