From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Naewe Subject: [PATCH] Documentation/git-update-index: refer to 'ls-files' Date: Tue, 20 Sep 2011 14:23:47 +0200 Message-ID: <1316521427-20855-1-git-send-email-stefan.naewe@gmail.com> Cc: Stefan Naewe To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Sep 20 14:30:49 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 1R5zTL-0002Tu-VI for gcvg-git-2@lo.gmane.org; Tue, 20 Sep 2011 14:30:48 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752112Ab1ITMan (ORCPT ); Tue, 20 Sep 2011 08:30:43 -0400 Received: from mail96.atlas.de ([194.156.172.86]:47055 "EHLO mail96.atlas.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751730Ab1ITMam (ORCPT ); Tue, 20 Sep 2011 08:30:42 -0400 X-Greylist: delayed 404 seconds by postgrey-1.27 at vger.kernel.org; Tue, 20 Sep 2011 08:30:42 EDT Received: from localhost (localhost [127.0.0.1]) by mail96.atlas.de (Postfix) with ESMTP id F062D1007C; Tue, 20 Sep 2011 14:23:56 +0200 (CEST) X-Virus-Scanned: amavisd-new at lxsrv96.atlas.de Received: from mail96.atlas.de ([127.0.0.1]) by localhost (lxsrv96.atlas.de [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id Da1aGP2g1cen; Tue, 20 Sep 2011 14:23:56 +0200 (CEST) Received: from mgsrv01.atlas.de (mailrelay-atlas.atlas.de [10.200.101.16]) by mail96.atlas.de (Postfix) with ESMTP; Tue, 20 Sep 2011 14:23:56 +0200 (CEST) Received: from as100897.atlas.de (as100897.atlas.de [141.200.51.220]) by mgsrv01.atlas.de (Postfix) with ESMTP id 6096927190; Tue, 20 Sep 2011 14:23:56 +0200 (CEST) Received: by as100897.atlas.de (Postfix, from userid 1000) id EE66C14088; Tue, 20 Sep 2011 14:23:55 +0200 (CEST) X-Mailer: git-send-email 1.7.7.rc2 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: 'ls-files' refers to 'update-index' to show how the 'assume unchanged' can be seen. This makes the connection 'bi-directional'. Signed-off-by: Stefan Naewe --- Documentation/git-update-index.txt | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index d393129..169941a 100644 --- a/Documentation/git-update-index.txt +++ b/Documentation/git-update-index.txt @@ -276,6 +276,8 @@ unchanged". Note that "assume unchanged" bit is *not* set if the index (use `git update-index --really-refresh` if you want to mark them as "assume unchanged"). +To see which files have the "assume unchanged" bit set, use +`git ls-files -v` (see linkgit:git-update-index[1]). Examples -------- @@ -363,7 +365,8 @@ ctime for marking files processed) (see linkgit:git-config[1]). SEE ALSO -------- linkgit:git-config[1], -linkgit:git-add[1] +linkgit:git-add[1], +linkgit:git-update-index[1] GIT --- -- 1.7.7.rc2