Add a script that checks if commits maintained literal copies
commit4dae1edb6765f6039006503b01fef0e3fa224789
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 27 Mar 2009 14:04:23 +0000 (27 15:04 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 27 Mar 2009 14:04:23 +0000 (27 15:04 +0100)
tree441f5b1e74fbb4190f20edf1901dcd03dff0decc
parent711e85baf890de38db1a4c1a4e69abc4056e5695
Add a script that checks if commits maintained literal copies

When updating, say, gcc, it is possible that some files were updated, but
others were left as-are.  This is particularly wrong with files that are
supposed to be hardlinks (but that are actually copies due to being
checked out by Git).

Provide a script that checks if commits left literal copies intact.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
share/msysGit/check-literal-copies.sh [new file with mode: 0644]