I download linux sources, and want to `git add` them all.
When I `git add .` in $(linux_src)/, an error occurs:

    fatal: Will not add file alias 'include/linux/netfilter/xt_connmark.h' 
('include/linux/netfilter/xt_CONNMARK.h' already exists in index)

Why this occurs? Those files are DIFFERENT any way, despite linux or git, 
isn't it ?
Even I use `--ignore-errors` options of `git add`, it doesn't ignore this 
error and stops work.
Anyone has solutions?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to