zanitizer: Remove -- argument that confuses some Git verisons

(imported from commit 42555ac7ca17c1568507ba665a8133a4db3375e6)
This commit is contained in:
Anders Kaseorg
2015-09-25 03:43:47 -04:00
committed by Tim Abbott
parent 3770142635
commit 0ace7fe502

View File

@@ -3,7 +3,7 @@
# usage:
# git clone --bare git@git.zulip.net:eng/zulip.git
# cd zulip.git
# git fast-export --export-marks=/tmp/em --progress=1000 -- --all > /tmp/fe
# git fast-export --export-marks=/tmp/em --progress=1000 --all > /tmp/fe
# git init --bare ../zulip-zanitized.git
# cd ../zulip-zanitized.git
# zanitizer /tmp/fe /tmp/em | git fast-import --quiet