Mark Esler
Posts
-
Notes
git
print commit unix time
git log -1 --format=%ct $COMMIT
create patch
git format-patch --no-stat --stdout -1 $COMMIT > foo.patch