On Mon, May 2, 2016 at 4:56 PM, Daurnimator <q...@daurnimator.com> wrote: > On 3 May 2016 at 07:57, Junio C Hamano <gits...@pobox.com> wrote: > > I agree quiltimport should not, but I think filter-branch possibly > should... at least for your *own* commits. > I often think of filter-branch as an "advanced" `git commit --amend`
But it does not do the gpgsign thing only for your own commits right now, and even if it did, you would not necessarily want it to always use the configured setting. That means that the command, if it wants to work well with the signed commits, must learn to honor command line option to enable or disable passing --gpgsign option to underlying commit-tree *anyway*. So I think it is a right thing to fix commit-tree to ignore commit.gpgsign at least by default. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html