mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
zanitizer: Remove -- argument that confuses some Git verisons
(imported from commit 42555ac7ca17c1568507ba665a8133a4db3375e6)
This commit is contained in:
committed by
Tim Abbott
parent
3770142635
commit
0ace7fe502
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user