[Bug 599664] New: Regression: git ls-files --exclude-standard print also .gitignore
http://bugzilla.novell.com/show_bug.cgi?id=599664 http://bugzilla.novell.com/show_bug.cgi?id=599664#c0 Summary: Regression: git ls-files --exclude-standard print also .gitignore Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: pbaudis@novell.com ReportedBy: jreidinger@novell.com QAContact: qa@suse.de Found By: Development Blocker: --- Hi, we use in our script git ls-files --exclude-standard to prevent gitignore in our tarballs. In factory it stop working and print also .gitignore. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=599664 http://bugzilla.novell.com/show_bug.cgi?id=599664#c1 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lslezak@novell.com --- Comment #1 from Ladislav Slezak <lslezak@novell.com> 2010-04-26 14:04:45 UTC --- Yes, .gitignore is included in the listing regardless --exclude parameters:
git ls-files . --exclude=.gitignore | grep gitignore gitignore git ls-files . --exclude-standard | grep gitignore gitignore
I'm using the current version from Factory (11.3):
rpm -q git git-1.7.0.2-1.9.x86_64
-- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=599664 https://bugzilla.novell.com/show_bug.cgi?id=599664#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@novell.com AssignedTo|bnc-team-screening@forge.pr |tiwai@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=599664 https://bugzilla.novell.com/show_bug.cgi?id=599664#c3 Takashi Iwai <tiwai@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #3 from Takashi Iwai <tiwai@novell.com> 2011-06-17 06:05:47 UTC --- This is the designed behavior. See git commit b5227d80aee5173bfda6aa43a890d03110b0df26 Author: Jeff King <peff@peff.net> Date: Mon Oct 12 01:11:57 2009 -0400 ls-files: excludes should not impact tracked files -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com