On Fri, Oct 30, 2009 at 12:34:58AM +0100, Klaus Ethgen wrote:
> Package: git-core
> Version: 1:1.6.5.2-1
> Severity: important
> 
> The most recent git in debian has a broken ignore handling. Let me show
> it on a example:
>  > mkdir gittest
>  > cd gittest
>  > git init
>  > touch a
>  > git add a
>  > git commit -m commit
>  > git ls-files -i --exclude-standard
> 
> The last command will show the file a (as it would show every file as
> being ignored, every which is in the index!). But that command should
> show nothing at that point.

Hi Klaus, it looks like upstream did that on purpose

 http://git.kernel.org/?p=git/git.git;a=commit;h=b5227d80

$ git describe --contains b5227d80
v1.6.5.2~2^2^2
$ 

Regards, Gerrit.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to