Jeff King <peff@xxxxxxxx> writes: > When working with an anonymized repo, it can be useful to be able to > refer to particular paths. E.g., reproducing a bug with "git rev-list -- > foo.c" in the original repo would need to replace "foo.c" with its > anonymized counterpart to produce the same effect. That would not work with "git rev-list -- 'foo*'", where there is no counterpart, no? It almost feels as if we want a separate knob to disable anonymization for paths and perhaps refs while still anonymizing the blob contents, or something like that.