chiark / gitweb /
git-debrebase: wip found
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 28 Apr 2017 13:13:37 +0000 (14:13 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 16 Jun 2018 11:25:49 +0000 (12:25 +0100)
git-debrebase

index 9ec909faeda5ebbb2eb66ec8dc44ac486fc9a866..87d605b6e50e7d0a75ef9a0dc5fa74afd077aba0 100755 (executable)
@@ -63,7 +63,7 @@
 #             - no fast forward checks
 #  for now only explicit with commitids
 
-    # implicitly uses `upstream'
+#         implicitly uses `upstream'
 #                                     # (or multiple other branches)
 #       git-debrebase new-upstream \
 #             [<subdir>/]=<commitid>
 #                               zero, one, or both of these may exist
 s
 # git-debrebase without start, if already started, is willing
-# to strip pseudomerges provided that they overwrite (xxx exactly ???)
+# to strip pseudomerges provided that they overwrite exactly
 # the previous HEAD
+#  xxxx is this right ?  what matters is have we pushed
+#  the previous pseudomerge    check for tags and remote branches ?
 
 use strict;