From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nguyen Thai Ngoc Duy Subject: Re: [PATCH/WIP 01/11] Introduce "check-attr --excluded" as a replacement for "add --ignore-missing" Date: Sat, 29 Oct 2011 07:51:15 +1100 Message-ID: References: <1319438176-7304-1-git-send-email-pclouds@gmail.com> <1319438176-7304-2-git-send-email-pclouds@gmail.com> <7vfwiez4s5.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Fri Oct 28 22:51:53 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 1RJtP6-0001uK-Do for gcvg-git-2@lo.gmane.org; Fri, 28 Oct 2011 22:51:52 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933226Ab1J1Uvs (ORCPT ); Fri, 28 Oct 2011 16:51:48 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:38732 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932754Ab1J1Uvr (ORCPT ); Fri, 28 Oct 2011 16:51:47 -0400 Received: by bkbzt4 with SMTP id zt4so781013bkb.19 for ; Fri, 28 Oct 2011 13:51:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=lX7UBHbUJthVP3uSVPROgd3s8jkjSUkDRtsVMU+L/0E=; b=H5Mt4KLYf/PgFnLNO1gEcAa+lEcV8bYfKF/7vPo/qwc4YzkIY+wKvTQOz0QRbY7AEu 2eq55JPcb3oNSoqz1WIHMt4aPVhm2DvVXAavA0yalirzttURFE8YhBX0rRbeDb7oGY5p y2PM5MqKKQsWfmt7FvabwIIy0Q85wUSyVHJqU= Received: by 10.204.26.214 with SMTP id f22mr3716833bkc.19.1319835106118; Fri, 28 Oct 2011 13:51:46 -0700 (PDT) Received: by 10.204.114.2 with HTTP; Fri, 28 Oct 2011 13:51:15 -0700 (PDT) In-Reply-To: <7vfwiez4s5.fsf@alter.siamese.dyndns.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: 2011/10/28 Junio C Hamano : > Perhaps ls-files is a more suitable home for the feature? ls-files sounds good. It does all kinds of file selection already. I'll see if I can add -I (aka "show ignored files only) to it. -- Duy