================
@@ -205,6 +205,12 @@ def main():
             "commits"
         ),
     )
+    p.add_argument(
+        "-0",
+        "--null",
----------------
owenca wrote:

Please move it (and `--diff_from_common_commit` above) up to keep the options 
sorted.

I would use `--print0` (without `-0`) instead, just like in `find -print0` that 
can be piped to `xargs -0`.

https://github.com/llvm/llvm-project/pull/123926
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to