From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shawn O. Pearce" Subject: Re: [PATCH] git-gui: Add hotkeys for "Unstage from commit" and "Revert changes" Date: Wed, 6 Jan 2010 18:22:16 -0800 Message-ID: <20100107022216.GF32155@spearce.org> References: <1262266373-7314-1-git-send-email-public_vi@tut.by> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: public_vi@tut.by X-From: git-owner@vger.kernel.org Thu Jan 07 03:22:28 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.50) id 1NSi14-0002BA-9O for gcvg-git-2@lo.gmane.org; Thu, 07 Jan 2010 03:22:26 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756570Ab0AGCWV (ORCPT ); Wed, 6 Jan 2010 21:22:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756553Ab0AGCWV (ORCPT ); Wed, 6 Jan 2010 21:22:21 -0500 Received: from mail-yx0-f188.google.com ([209.85.210.188]:60226 "EHLO mail-yx0-f188.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756488Ab0AGCWU (ORCPT ); Wed, 6 Jan 2010 21:22:20 -0500 Received: by yxe26 with SMTP id 26so17285867yxe.4 for ; Wed, 06 Jan 2010 18:22:19 -0800 (PST) Received: by 10.150.19.30 with SMTP id 30mr6832121ybs.134.1262830939282; Wed, 06 Jan 2010 18:22:19 -0800 (PST) Received: from localhost (george.spearce.org [209.20.77.23]) by mx.google.com with ESMTPS id 22sm423571iwn.12.2010.01.06.18.22.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 06 Jan 2010 18:22:17 -0800 (PST) Content-Disposition: inline In-Reply-To: <1262266373-7314-1-git-send-email-public_vi@tut.by> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: public_vi@tut.by wrote: > From: Vitaly _Vi Shukela > > Signed-off-by: Vitaly _Vi Shukela > --- > git-gui/git-gui.sh | 10 ++++++++-- > 1 files changed, 8 insertions(+), 2 deletions(-) Thanks, applied. (Ignore my private email from a few minutes ago asking for a repost, its not necessary.) -- Shawn.