blob: ee6ff2d589e775282659e2020d3851b47ddc5f8d (
plain)
1
2
3
4
5
6
7
8
9
10
|
In git 2.9.0, commit-tree does not respect commit.gpgsign on its own,
which it used to.
So, in Git.Branch.commitTree, it needs to check if gpgsign is set,
and pass -S to commit-tree.
(commit-tree -S works in older versions of git, so this can
be done without version checks.)
--[[Joey]]
|