
7 Aug
2010
7 Aug
'10
1:01 a.m.
Mike Frysinger wrote:
Please use 'git mv' followed by 'git format-patch -C' when moving files. It's much easier to review.
-C should figure things out without needing `git mv` -mike
I had used "git mv" anyway, and "git status" showed it nicely. After "git format-patch master" I was wondering why it became a delete/create action.
Reinhard