]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/git-gui-commit-gpgsign'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Sep 2016 21:11:16 +0000 (14:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Sep 2016 21:11:16 +0000 (14:11 -0700)
commite6a51afba496768fc44b15934c59344e423ff4e3
tree646fe0753e2c02a8ddfcbfb71a066dd2fe228eed
parent2a4062a4a866e31f449ae2578f8c30286c671fbb
parentf14a310e8b665d0f1ac8cd91db3b101873a9bc5e
Merge branch 'js/git-gui-commit-gpgsign'

"git commit-tree" stopped reading commit.gpgsign configuration
variable that was meant for Porcelain "git commit" in Git 2.9; we
forgot to update "git gui" to look at the configuration to match
this change.

* js/git-gui-commit-gpgsign:
  git-gui: respect commit.gpgsign again