aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/pass_-S_to_commit-tree.mdwn
blob: ecd7dc70ece0ba5703df51f5f92e234c3a90208b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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]] 

> [[done]] --[[Joey]]