From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan del Strother Subject: [PATCH] Quoting paths, take 3 Date: Wed, 17 Oct 2007 10:31:34 +0100 Message-ID: <11926134961610-git-send-email-maillist@steelskies.com> References: To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Wed Oct 17 11:31:59 2007 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ii5Fm-0004q0-Gl for gcvg-git-2@gmane.org; Wed, 17 Oct 2007 11:31:50 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758466AbXJQJbj (ORCPT ); Wed, 17 Oct 2007 05:31:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757803AbXJQJbi (ORCPT ); Wed, 17 Oct 2007 05:31:38 -0400 Received: from gir.office.bestbefore.tv ([89.105.122.147]:53721 "EHLO gir.office.bestbefore.tv" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757437AbXJQJbi (ORCPT ); Wed, 17 Oct 2007 05:31:38 -0400 Received: by gir.office.bestbefore.tv (Postfix, from userid 501) id 643A72B97FC; Wed, 17 Oct 2007 10:31:36 +0100 (BST) X-Mailer: git-send-email 1.5.3.1 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: These patches attempt to fix things up for people who like to have awkward directory paths including spaces & apostrophes. First patch fixes git-rebase (all other git tools handle these paths fine), second patch fixes up the tests so they can be run from spaced directories. Third time lucky?