Skip to content

Commit

Permalink
zanitizer: Remove -- argument that confuses some Git verisons
Browse files Browse the repository at this point in the history
(imported from commit 42555ac7ca17c1568507ba665a8133a4db3375e6)
  • Loading branch information
andersk authored and timabbott committed Sep 25, 2015
1 parent 3770142 commit 0ace7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/zanitizer
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# usage:
# git clone --bare [email protected]: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
Expand Down

0 comments on commit 0ace7fe

Please sign in to comment.