From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Catalin Marinas" Subject: Re: [PATCH 2/2] Add 'stg uncommit' command Date: Mon, 20 Feb 2006 22:49:22 +0000 Message-ID: References: <20060217042728.14175.39928.stgit@backpacker.hemma.treskal.com> <20060217043128.14175.60168.stgit@backpacker.hemma.treskal.com> <43F84D9A.2010905@gmail.com> <20060219134558.GA4784@diana.vm.bytemark.co.uk> <20060219144752.GA5541@diana.vm.bytemark.co.uk> <20060220173048.GC23501@diana.vm.bytemark.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Mon Feb 20 23:49:37 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FBJqU-0006Xe-Ev for gcvg-git@gmane.org; Mon, 20 Feb 2006 23:49:30 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932687AbWBTWtY convert rfc822-to-quoted-printable (ORCPT ); Mon, 20 Feb 2006 17:49:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932689AbWBTWtX (ORCPT ); Mon, 20 Feb 2006 17:49:23 -0500 Received: from xproxy.gmail.com ([66.249.82.195]:30017 "EHLO xproxy.gmail.com") by vger.kernel.org with ESMTP id S932687AbWBTWtX convert rfc822-to-8bit (ORCPT ); Mon, 20 Feb 2006 17:49:23 -0500 Received: by xproxy.gmail.com with SMTP id t13so749878wxc for ; Mon, 20 Feb 2006 14:49:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M4RGA2mUvneUpU9ENIoUzI2uclVkI9gen+Zf5nA7ix9tGw7MzQl2rknjcAczY4JkcT2WBsHWkOusSu5Tg+dkV1LPHT9/ezCP5OxTW/2wxIxjim+lP0I6pjsrXcjDYBjhYJPCRjM0N2rHPTMq+WGhbt0ULn6kIwLOIUm5HHt5ueA= Received: by 10.70.103.18 with SMTP id a18mr4352327wxc; Mon, 20 Feb 2006 14:49:22 -0800 (PST) Received: by 10.70.31.16 with HTTP; Mon, 20 Feb 2006 14:49:22 -0800 (PST) To: "=?ISO-8859-1?Q?Karl_Hasselstr=F6m?=" In-Reply-To: <20060220173048.GC23501@diana.vm.bytemark.co.uk> Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On 20/02/06, Karl Hasselstr=F6m wrote: > On 2006-02-20 17:20:47 +0000, Catalin Marinas wrote: > > I fixed the escaping in the name_email* functions (I'll push it > > tonight). It was adding a \ for every character it didn't know. It > > now only escapes the quotes and back-slashes. This is needed when > > passing the strings via the GIT_AUTHOR_* variables. > > It put curly braces around the name as well. It wasn't StGIT. Running "git log" on my machine only shows \'s and some weird characters. Maybe it's your terminal showing braces. -- Catalin