-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

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.

Let me go on:
 > touch b
 > git add b
 > git commit -m commit2
 > echo b > .gitignore
 > git ls-files -i --exclude-standard

As mention above that command will show a and b but only b should be
shown.

As this is a very essential part of git I think that is a very critical
bug but severity important should be correct.

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (600, 'stable'), (500, 'oldstable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.28.5
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)
Shell: /bin/sh linked to /bin/dash

Versions of packages git-core depends on:
ii  libc6                  2.10.1-2          GNU C Library: Shared libraries
ii  libcurl3-gnutls        7.19.5-1.1        Multi-protocol file transfer libra
ii  libdigest-sha1-perl    2.12-1            NIST SHA-1 message digest algorith
ii  liberror-perl          0.17-1            Perl module for error/exception ha
ii  libexpat1              2.0.1-4           XML parsing C library - runtime li
ii  perl-modules           5.10.1-6          Core Perl modules
ii  zlib1g                 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages git-core recommends:
ii  less                          436-1      pager program similar to more
ii  openssh-client [ssh-client]   1:5.1p1-8  secure shell client, an rlogin/rsh
ii  patch                         2.5.9-5    Apply a diff file to an original
ii  rsync                         3.0.6-1    fast remote file copy program (lik

Versions of packages git-core suggests:
pn  git-arch                     <none>      (no description available)
ii  git-cvs                      1:1.6.5.2-1 fast, scalable, distributed revisi
pn  git-daemon-run               <none>      (no description available)
ii  git-doc                      1:1.6.5.2-1 fast, scalable, distributed revisi
ii  git-email                    1:1.6.5.2-1 fast, scalable, distributed revisi
ii  git-gui                      1:1.6.5.2-1 fast, scalable, distributed revisi
ii  git-svn                      1:1.6.5.2-1 fast, scalable, distributed revisi
ii  gitk                         1:1.6.5.2-1 fast, scalable, distributed revisi
pn  gitweb                       <none>      (no description available)

- -- no debconf information

- -- 
Klaus Ethgen                            http://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <kl...@ethgen.de>
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iQEVAwUBSuomoZ+OKpjRpO3lAQo5aQf/fSBLqbLrLC/Z1c7TzlifQHqdPEGTh7Da
y+RGxncKzGLLS1j6/am1UkEQ6N3uXhwEMalxFMSDQPVoVqtt7tdkkZtsIq3NpwK8
nebmWvWD2qEQvmqWkUciEBej367zxXoP1s5YNkEH5dA9pN0lCtM5BS32nF5dnBMz
Mv1TaUKTz/QX2AiR1jJ8knThstEKRAA2LG7M2CVbuXzgMl534uuxMEJLRL/Q1QpU
A7DxKir+RDxbEEI5EMB2/eytZxQbgHpUn6vcEyl4Hvynl8CAJ8/RICbLtDZoiatJ
yvFhfBN9d4sFNPAxGYahmnY4SR9KKpOhBQRJolBjyGspIPXLl/+kfQ==
=7nMC
-----END PGP SIGNATURE-----



-- 
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