lost history with directory move?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




I'm confused about history and directory renaming. Where did my history go? 

I have a git repo with a doc/ directory, which I renamed to Documentation/ 

$ mv doc/ Documentation/
$ git commit -a 
where I see a lot of deletes
$ git push

$ git add Documentation/
$ git commit -a
and I see that a all my doc files added, as expected. 
$ git push 

But when I got to look at the history of the Documentation/ directory

$ git log Documentation/

I only see one commit message 

even if I do a 

$ git log --follow Documentation/

I don't see my history.

Even if I try a single file

$ git log --follow README

I only see the single rename commit, not any history. 

What did I do wrong?  

I'm guessing, in hindsight, that I probably should have done

$ mv doc/ Documentation/
$ git add Documentation/
$ git commit -a 

but is there anyway to get my history back given what I have done? 

Thanks for the help.  I'm using git version 1.5.3.8 

Perrin Meyer 




-
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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux