Avery Pennarun wrote:
On Thu, Feb 18, 2010 at 11:30 PM, SungHyun Nam<goweol@xxxxxxxxx> wrote:
'git add' does NOT add files in ignored path.
When the .gitignore file contains:
tmp/
If I do:
git add tmp/test.txt
Nothing happens.
Try using:
git add -f tmp/test.txt
Thanks, it works.
Well, before sending the previous email, I checked the
RelNotes-1.7.*.txt, and could not find such a change by searching
'git add'. So, I thought it's a regression.
Regards,
namsh
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html