angular/dev-infra/utils
Paul Gschwendtner bb924b63e6 fix(dev-infra): incorrect token sanitization when no token is specified (#37489)
We recently moved over the git client from the merge script to the
common dev-infra utils. This made specifying a token optional, but
it looks like the logic for sanitizing messages doesn't account
for that, and we currently add `<TOKEN>` between every message
character. e.g.

```
Executing: git <TOKEN>g<TOKEN>i<TOKEN>t<TOKEN>
<TOKEN>s<TOKEN>t<TOKEN>a<TOKEN>t<TOKEN>u<TOKEN>s<TOKEN>
```

PR Close #37489
2020-06-09 08:27:31 -07:00
..
BUILD.bazel refactor(dev-infra): move GitClient to common util (#37318) 2020-06-05 09:46:40 -07:00
config.ts refactor(dev-infra): move GitClient to common util (#37318) 2020-06-05 09:46:40 -07:00
console.ts feat(dev-infra): add group functions to logging system and remove color param (#37232) 2020-05-21 17:40:34 -04:00
git.ts fix(dev-infra): incorrect token sanitization when no token is specified (#37489) 2020-06-09 08:27:31 -07:00
github.ts style(dev-infra): correct tslint failures in dev-infra directory (#37233) 2020-06-04 12:44:46 -07:00
repo-files.ts refactor(dev-infra): use the exec() helper from utils/shelljs whenever possible (#37444) 2020-06-05 09:21:18 -07:00
shelljs.ts fix(dev-infra): incorrect token sanitization when no token is specified (#37489) 2020-06-09 08:27:31 -07:00
ts-node.ts style(dev-infra): correct tslint failures in dev-infra directory (#37233) 2020-06-04 12:44:46 -07:00