For example, deleting/renaming files probably doesn't work at all. Also, file modes (permissions) aren't being preserved. \ No newline at end of file's aren't being preserved either.
Those are the things I know about that aren't supported. There's probably a whole lot more.
Can probably just run various git repos through leg diff && leg repo and see what gets lost (maybe use git format-patch to convert the entire repo to a text file, and do a diff on those text files to see what changed).
For example, deleting/renaming files probably doesn't work at all. Also, file modes (permissions) aren't being preserved.
\ No newline at end of file
's aren't being preserved either.Those are the things I know about that aren't supported. There's probably a whole lot more.
Can probably just run various git repos through
leg diff && leg repo
and see what gets lost (maybe usegit format-patch
to convert the entire repo to a text file, and do a diff on those text files to see what changed).