todo
This commit is contained in:
parent
f4489cc415
commit
4fd28807c1
1 changed files with 10 additions and 0 deletions
10
doc/todo/pass_-S_to_commit-tree.mdwn
Normal file
10
doc/todo/pass_-S_to_commit-tree.mdwn
Normal file
|
@ -0,0 +1,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]]
|
Loading…
Reference in a new issue