Re: [PATCH 0/3] KEYS: Fixes
From: David Howells
Date: Thu Feb 09 2017 - 18:55:56 EST
James Morris <jmorris@xxxxxxxxx> wrote:
> > Tagged thusly:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
> > keys-fixes-20170209
>
> I'm getting this:
>
> $ git pull
> git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git keys-fixes-20170209
> fatal: Couldn't find remote ref keys-fixes-20170209
Ummm... I can see it in the web interface for the branch:
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=keys-fixes
and the tag itself:
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/tag/?h=keys-fixes-20170209
It works for me:
warthog>git pull git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git keys-fixes-20170209
remote: Counting objects: 17, done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 17 (delta 13), reused 10 (delta 6)
Unpacking objects: 100% (17/17), done.
From git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
* tag keys-fixes-20170209 -> FETCH_HEAD
Merge made by the 'recursive' strategy.
scripts/sign-file.c | 4 +++-
security/keys/encrypted-keys/encrypted.c | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
David