File tree Expand file tree Collapse file tree
modules/home/programs/terminal/tools/git Expand file tree Collapse file tree Original file line number Diff line number Diff line change 189189 fi
190190 ''
191191 ) ;
192- prepare-commit-msg = lib . getExe (
193- pkgs . writeShellScriptBin "prepare-commit-msg" ''
194- echo "Signing off commit"
195- ${ lib . getExe config . programs . git . package } interpret-trailers --if-exists doNothing --trailer \
196- "Signed-off-by: ${ cfg . userName } <${ cfg . userEmail } >" \
197- --in-place "$1"
198- ''
199- ) ;
192+ # NOTE: Appends 'Signed-off-by: Austin Horstman <khaneliman12@gmail.com>'
193+ # prepare-commit-msg = lib.getExe (
194+ # pkgs.writeShellScriptBin "prepare-commit-msg" ''
195+ # echo "Signing off commit"
196+ # ${lib.getExe config.programs.git.package} interpret-trailers --if-exists doNothing --trailer \
197+ # "Signed-off-by: ${cfg.userName} <${cfg.userEmail}>" \
198+ # --in-place "$1"
199+ # ''
200+ # );
200201 } ;
201202
202203 signing = {
You can’t perform that action at this time.
0 commit comments