This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Description
looks like a mess
In drinkypoo/thirsty/stout.js (Lines 49-55)
componentDidMount() {
const { repositories } = this.context;
const repository = repositories[0];
const gitDirectory = repository.getWorkingDirectory();
this.setState({
email: repository.getConfigValue("user.email", gitDirectory) || ""
});
Open on Web · Open in IDE · Open on GitHub