Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753927AbaA1AEq (ORCPT ); Mon, 27 Jan 2014 19:04:46 -0500 Received: from cloud.peff.net ([50.56.180.127]:39958 "HELO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753459AbaA1AEo (ORCPT ); Mon, 27 Jan 2014 19:04:44 -0500 Date: Mon, 27 Jan 2014 19:04:42 -0500 From: Jeff King To: Junio C Hamano Cc: Ken Moffat , Vicent =?utf-8?B?TWFydMOt?= , Stefan =?utf-8?B?TsOkd2U=?= , Javier Domingo Cansino , "git@vger.kernel.org" , Linux Kernel Subject: Re: [ANNOUNCE] Git v1.9-rc0 Message-ID: <20140128000442.GA17227@sigill.intra.peff.net> References: <52DFE882.2040605@atlas-elektronik.com> <20140122203030.GB14211@milliways> <20140123020913.GF17254@sigill.intra.peff.net> <20140124233635.GA31371@sigill.intra.peff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/