I noticed this line after I committed something just now:
[master 6c15628] <Commit message>
1 files changed, 49 insertions(+), 44 deletions(-)
rewrite <filename> (63%)
Which I think is really cool, that git knew that I rewrote that file (i.e., the rewrite <filename> (63%)
part). This has me more interested. Is there any git command to get a list of all commits/files that have been "rewritten" by git's standards?