chiark / gitweb /
git-debrebase: Provide "prepush"
[dgit.git] / git-debrebase
index 636ff765cae06141f024e13b7eed023b6851a32c..46ea06af925394634e08eab9a16af02e215709fa 100755 (executable)
@@ -1318,6 +1318,7 @@ sub cmd_stitch () {
     badusage "no arguments allowed" if @ARGV;
     do_stitch($prose);
 }
+sub cmd_prepush () { cmd_stitch(); }
 
 sub cmd_quick () {
     badusage "no arguments allowed" if @ARGV;