]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-revert.sh
fast-import: Hide the pack boundary commits by default.
[thirdparty/git.git] / git-revert.sh
index 866d622d2344a4bd1fea579fd5d1d6aee6615eee..49f00321b28833c24ebb78ea2104f34091d43017 100755 (executable)
@@ -54,6 +54,8 @@ do
        shift
 done
 
+set_reflog_action "$me"
+
 test "$me,$replay" = "revert,t" && usage
 
 case "$no_commit" in