From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: vc-dir default directory: repository root? Date: Wed, 21 Jan 2015 21:06:05 +0200 Message-ID: <54BFF89D.1060109@yandex.ru> References: <54B0CC33.2050100@dancol.org> <54BC60A8.6040401@yandex.ru> <54BD9071.5070802@yandex.ru> <54BFE680.9000109@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1421867187 17771 80.91.229.3 (21 Jan 2015 19:06:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2015 19:06:27 +0000 (UTC) Cc: Dan Nicolaescu , Daniel Colascione , Stefan Monnier , Emacs developers To: joaotavora@gmail.com (João Távora) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 21 20:06:26 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YE0bg-0008Aj-De for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2015 20:06:24 +0100 Original-Received: from localhost ([::1]:49793 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE0bf-0005wm-5Z for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2015 14:06:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE0ba-0005wd-4n for emacs-devel@gnu.org; Wed, 21 Jan 2015 14:06:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YE0bR-0006b6-74 for emacs-devel@gnu.org; Wed, 21 Jan 2015 14:06:18 -0500 Original-Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:37148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE0bR-0006b1-1G; Wed, 21 Jan 2015 14:06:09 -0500 Original-Received: by mail-wi0-f176.google.com with SMTP id em10so19063653wid.3; Wed, 21 Jan 2015 11:06:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=zOfkMQyJLZqV3Q9p6M+ha4cQEtexkvOno/N2xLki5jE=; b=YETTZfJKkHhEwVye0LEcOc5rwqC5Gxoa624yZsCZP+KiN2g52/CYKY1Edo62SuSw4C QNjchN3zZKSa0nE7d+6ALt4iGu2QdRcNUW8ZxvFt+PH7nZmiwxYyrcRXj+XubVegHa3K 3kowxVTpSMmnuOaJYZKXpA/L2FwUG3JrPgdZ9Vam8ZeJp02J+P04btzIHEvsz7qFymET tTbid3pjsLjY6BgCMFkdjN2l/csGQQMHcXISup9Jtge+7IoUBlv/mHoAZsQN7HYpjYtZ CIbCDH8HuHZAvMnQAKJHC4cv5HOVZldFJmfczOewHnt+mFrOpMR5p40BqmzWHHqa5XHC +S4w== X-Received: by 10.194.22.6 with SMTP id z6mr82697336wje.55.1421867168304; Wed, 21 Jan 2015 11:06:08 -0800 (PST) Original-Received: from [192.168.0.185] (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id gl11sm906319wjc.40.2015.01.21.11.06.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Jan 2015 11:06:07 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::230 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181515 Archived-At: On 01/21/2015 08:47 PM, joaotavora@gmail.com (João Távora) wrote: > AFAIK there is no git-status for subdirectories (unless they are a submodule) git status -- path/to/subdirectory seems to work fine for this. Or git status -- . if you're already there.