On Jul 30, 2007, at 9:49 AM, Shawn O. Pearce wrote:
git-force-commit:
git config --global alias.force-commit \
'! git update-ref HEAD $(echo MARK | git commit-tree HEAD -p HEAD)'
I needed to slightly modify it
git config --global alias.force-commit \
'! git update-ref HEAD $(echo MARK | git commit-tree $(git cat-
file commit HEAD | grep ^tree | cut -b 6-) -p HEAD)'
But you didn't hear it from me. ;-)
I'll tell no-one ;)
Steffen
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html