Re: [ANNOUNCE] Git v1.9-rc0

From: Jeff King
Date: Mon Jan 27 2014 - 19:05:22 EST


On Mon, Jan 27, 2014 at 02:56:28PM -0800, Junio C Hamano wrote:

> > # replace this with however you store your oauth token
> > # if you don't have one, make one here:
> > # https://github.com/settings/tokens/new
> > token() {
> > pass -n github.web.oauth
>
> Hmph, what is this "pass" thing?

It's a poor man's Keychain:

https://github.com/peff/pass

Judging from your use of netrc in Meta/RelUpload, you probably just
want:

token() {
cat ~/.github-token
}

-Peff
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/