shears.sh: simplify marking rewritten commits
commitae8c720e712aef586821b4d3b939051e8f25d76d
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 16 Dec 2013 16:45:30 +0000 (16 10:45 -0600)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 28 Dec 2013 00:02:03 +0000 (27 18:02 -0600)
treea3712a893a8531d1fafc1f4a24e73d928fb3b1bc
parent840e23db03bb43148c83f079690aa48eeb33eb81
shears.sh: simplify marking rewritten commits

It is nicer to read

mark deadbeef

than

exec git update-ref refs/rewritten/deadbeef HEAD

not to mention easier to write when modifying the edit script.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
share/msysGit/shears.sh