Commit df27b3bc authored by Vitaly Lipatov's avatar Vitaly Lipatov

gamend: reset author and date for the updated commit

parent df4d35b9
...@@ -11,7 +11,8 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then ...@@ -11,7 +11,8 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
exit 1 exit 1
fi fi
AMENDARG="-C HEAD" #AMENDARG=" --date=\"$(date -R)\" -C HEAD"
AMENDARG=" --reset-author -C HEAD"
if [ "$1" = "-e" ] ; then if [ "$1" = "-e" ] ; then
AMENDARG= AMENDARG=
shift shift
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment