Thread (9 messages) flat view 9 messages, 5 authors, 2016-06-15

Re: [PATCH v3] teach fast-export an --anonymize option

From: Duy Nguyen <hidden>
Date: 2016-06-15 23:02:23

Possibly related (same subject, not in this thread)

On Thu, Aug 28, 2014 at 12:01 AM, Jeff King [off-list ref] wrote:
You can get an overview of what will be shared
by running a command like:

  git fast-export --anonymize --all |
  perl -pe 's/\d+/X/g' |
  sort -u |
  less

which will show every unique line we generate, modulo any
numbers (each anonymized token is assigned a number, like
"User 0", and we replace it consistently in the output).
I feel like this should be part of git-fast-export.txt, just to
increase the user's confidence in the tool (and I don't expect most
users to read this commit message).
-- 
Duy
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help