Github user nkalmar commented on the issue:
https://github.com/apache/zookeeper/pull/633
How can I do that? I tried a few things like git mv, but didn't work either.
As far as I know, this is how git works unfortunately. But it did not loose
the history, it's just that git is tracking content, not files. It is a matter
of git client how it displays.
git log will make it look like the history is lost, but using git log
--follow displays the history fine.
Unfortunately, github web interface does not have this feature.
Do you know a workaround @hanm ?
---