Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562906 - dev-vcs/git-2.6.1-r2: user.signingkey is not respected by 'git rebase -S'
Summary: dev-vcs/git-2.6.1-r2: user.signingkey is not respected by 'git rebase -S'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-12 08:59 UTC by Michał Górny
Modified: 2016-02-16 06:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-10-12 08:59:12 UTC
As the summary says.

  $ git config --get user.signingkey
  EFB4464E!

It is respected for 'git commit -S' but 'git rebase -S' tries to use another key (and fails, in my case).

dev-vcs/git-2.6.1-r1::gentoo was built with the following:
USE="blksha1 curl gpg iconv mediawiki nls pcre perl python subversion threads webdav -cgi -cvs -doc -emacs -gnome-keyring -gtk -highlight -libressl (-ppcsha1) -test -tk -xinetd" ABI_X86="64" PYTHON_TARGETS="python2_7"
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-02-16 06:38:42 UTC
This has been fixed upstream at some point.