hi,
% git-add -f foo/.git/bar
fatal: unable to add foo/.git/bar to index
How do i add such a file to a git repository?
thx && cu,
michael
--
It's already too late!
On Tue, 25 Mar 2008, Michael Gebetsroither wrote:
hi,
% git-add -f foo/.git/bar
fatal: unable to add foo/.git/bar to index
Well, git won't allow .git as a element anywhere in the path, when we
should only care about the _first_ one - and also, if you use
--git-dir=banana then we still check for '.git' ... oops.
patch in the works ... ;)
How do i add such a file to a git repository?
wait? :P
Sorry, can't see any easy way to work around this atm.
thx && cu,
michael
--
Julian
---
"May the forces of evil become confused on the way to your house."
-- George Carlin