Skip to content

Commit 034ec2f

Browse files
committed
Bug 1568496 - Do not log the git config r=glob
Reviewers: glob Reviewed By: glob Subscribers: mars, zalun, glob, smacleod, kmoir Tags: #secure-revision, #bmo-conduit-security Bug #: 1568496 Differential Revision: https://phabricator.services.mozilla.com/D39320
1 parent 303fbd9 commit 034ec2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

moz-phab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ class Git(Repository):
18741874
"""Store moz-phab command line args and set the revset."""
18751875
super(Git, self).set_args(args)
18761876

1877-
git_config = parse_config(self.git_out(["config", "--list"]))
1877+
git_config = parse_config(self.git_out(["config", "--list"], never_log=True))
18781878

18791879
safe_options = []
18801880

0 commit comments

Comments
 (0)