summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-06-01 23:35:08 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-06-01 23:35:08 -0400
commit023e0e5a4f25b6a2acba401826bcdcc940039682 (patch)
tree06f53ab794f4b48b470066959628aa2756440578
parent555bd5d6b8f805cf5921bb67466c632c9db005e9 (diff)
todo
-rw-r--r--doc/todo/pass_-S_to_commit-tree.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/pass_-S_to_commit-tree.mdwn b/doc/todo/pass_-S_to_commit-tree.mdwn
new file mode 100644
index 000000000..ee6ff2d58
--- /dev/null
+++ b/doc/todo/pass_-S_to_commit-tree.mdwn
@@ -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]]