From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=BAYES_20, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 51D56C433DF for ; Thu, 6 Aug 2020 16:46:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A842A2311C for ; Thu, 6 Aug 2020 16:46:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729389AbgHFQqv (ORCPT ); Thu, 6 Aug 2020 12:46:51 -0400 Received: from smtpfb2-g21.free.fr ([212.27.42.10]:37630 "EHLO smtpfb2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729342AbgHFQqb (ORCPT ); Thu, 6 Aug 2020 12:46:31 -0400 X-Greylist: delayed 2402 seconds by postgrey-1.27 at vger.kernel.org; Thu, 06 Aug 2020 12:46:30 EDT Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by smtpfb2-g21.free.fr (Postfix) with ESMTP id C5D69519BF for ; Thu, 6 Aug 2020 17:05:12 +0200 (CEST) Received: from panel-Aspire-1425P (unknown [IPv6:2a01:e0a:562:1540:a670:ff22:ed7e:bd05]) by smtp3-g21.free.fr (Postfix) with ESMTPS id D2D9A13F8C1 for ; Thu, 6 Aug 2020 16:59:40 +0200 (CEST) Message-ID: <1596725980.7437.0.camel@free.fr> Subject: git bug From: PANEL Christian To: git@vger.kernel.org Date: Thu, 06 Aug 2020 16:59:40 +0200 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org someting is not logical in the behaviour of git : suppose I have a project and a file in it I don't want to include initially in. so I put this file name in .gitignore now all is OK when I write "git status" : the file is ignored. but later I want this one be a part of my project. I delete in .gitignore the line that named this file. but now a "git status" command ignore always this file. what is wrong ? did I missed something ? thanks for any answerÂ