From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Catalin Marinas" Subject: Re: stgit: deleting a branch doesn't seem to work Date: Wed, 23 Aug 2006 10:15:00 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Wed Aug 23 11:15:29 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 1GFopQ-0003Hy-R7 for gcvg-git@gmane.org; Wed, 23 Aug 2006 11:15:17 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751468AbWHWJPF (ORCPT ); Wed, 23 Aug 2006 05:15:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751467AbWHWJPE (ORCPT ); Wed, 23 Aug 2006 05:15:04 -0400 Received: from py-out-1112.google.com ([64.233.166.177]:32608 "EHLO py-out-1112.google.com") by vger.kernel.org with ESMTP id S1751468AbWHWJPC (ORCPT ); Wed, 23 Aug 2006 05:15:02 -0400 Received: by py-out-1112.google.com with SMTP id x66so108927pye for ; Wed, 23 Aug 2006 02:15:01 -0700 (PDT) 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=G/OyYrjO24VkWiIDQ+bIvyDjpQIX5Jtkyuq/7+j5cus+zDG0RB7nEDQM/ZHq/jd2zCtEnHT2lZUhwP+Az8atfrlbNqHK4JFlauq42n1UcGcZ39MC+fcMmjdufHjRHiyAJe6QWfUQo7a1eGnztelWTwaW2KIlCH/+Bd+6ACkOYIA= Received: by 10.35.117.5 with SMTP id u5mr163182pym; Wed, 23 Aug 2006 02:15:01 -0700 (PDT) Received: by 10.35.37.16 with HTTP; Wed, 23 Aug 2006 02:15:00 -0700 (PDT) To: "Torgil Svensson" In-Reply-To: Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On 22/08/06, Torgil Svensson wrote: > Otherwise I had no problem in my first stgit experience. I first took > a chance that "stgit import" recognized patches saved by > "format-patch", but this was easily solved with "stg refresh -e" once > I found it (thanks #git). You could also use git-apply which understands the output of format-patch and change the commits into StGIT patches with "stg uncommit" (use the latest stgit snapshot as it has some bug-fixes and can automatically generate the patch name from the commit subject line). The tutorial is pretty old and doesn't cover all the commands and options. -- Catalin