I've imported a SVN repository into git, and for some scenarios git fails 
to track the history of a file.

E.g. the initial file structure is
  /foo/bar.c
and bar.c has some history.

At one commit X, /foo/bar.c is deleted, and then later re-added in commit Y 
as
  /baz/foo/bar.c

When I invoke 'git log --follow -- baz/foo/bar.c', I only get the history 
*until* Y, so git fails to track the origin from /foo/bar.c.

I'd like to get the entire history of bar.c, and not just until commit Y.

It is possible to make git look in deleted files?

I'm on git version 1.8.1.2.


Thanks,
Björn

-- 
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/groups/opt_out.


Reply via email to