================
@@ -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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits