From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hilco Wijbenga Subject: Re: Branches & directories Date: Sun, 21 Aug 2011 18:53:57 -0700 Message-ID: References: <7vvctvdf5r.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Junio C Hamano , Evan Shelhamer , Git Mailing List To: Michael Witten X-From: git-owner@vger.kernel.org Mon Aug 22 03:54:04 2011 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.69) (envelope-from ) id 1QvJiF-0005RW-HE for gcvg-git-2@lo.gmane.org; Mon, 22 Aug 2011 03:54:03 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756585Ab1HVBx6 (ORCPT ); Sun, 21 Aug 2011 21:53:58 -0400 Received: from mail-yi0-f46.google.com ([209.85.218.46]:63521 "EHLO mail-yi0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756360Ab1HVBx6 (ORCPT ); Sun, 21 Aug 2011 21:53:58 -0400 Received: by yie30 with SMTP id 30so3275854yie.19 for ; Sun, 21 Aug 2011 18:53:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1mJ1St4dvM9T6AuKbpq+/xNZKYFnbPPk0ErCKb2NTY8=; b=rmxq3q2F485xc4EZfVx5fV/XptMxsAiLBPyrMdgHztcUZp2RviEzBSG0MeBn5oTVvS scUeJQvBygXNsOZvo+MM7C6puFeAE5U09+AEjRJhCwC8h3jai4cihTZXqbufvGUVG31H vLAbwAufIs6qy1Jz9ZBzR86OcJtpL7NyQ11aM= Received: by 10.236.136.135 with SMTP id w7mr10886497yhi.51.1313978037614; Sun, 21 Aug 2011 18:53:57 -0700 (PDT) Received: by 10.236.207.67 with HTTP; Sun, 21 Aug 2011 18:53:57 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 21 August 2011 17:47, Hilco Wijbenga wrote: > And I'm getting quite close with "git ls-files -io --exclude-standard > --directory". :-) The cobbling-together-of-components approach looks > promising. ;-) Wow, it looks like this sort functionality is already available in Git. I just cloned the Git repo and git stash now has (in master) two new options: -u|--include-untracked and -a|--all. It looks like my wish is about to come true. :-)