[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140128000442.GA17227@sigill.intra.peff.net>
Date: Mon, 27 Jan 2014 19:04:42 -0500
From: Jeff King <peff@...f.net>
To: Junio C Hamano <gitster@...ox.com>
Cc: Ken Moffat <zarniwhoop@...world.com>,
Vicent Martí <tanoku@...il.com>,
Stefan Näwe <stefan.naewe@...as-elektronik.com>,
Javier Domingo Cansino <javierdo1@...il.com>,
"git@...r.kernel.org" <git@...r.kernel.org>,
Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: [ANNOUNCE] Git v1.9-rc0
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists