Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guet set is scoped to a repo #17

Closed
chiptopher opened this issue Sep 13, 2019 · 1 comment
Closed

guet set is scoped to a repo #17

chiptopher opened this issue Sep 13, 2019 · 1 comment
Labels
feature request New feature or request

Comments

@chiptopher
Copy link
Owner

Feature Request

I'd like to scope setting committers to a repo.

Optional user story format:

Context

Currently when you guet set committers, it'll set those committers for all repositories on the machine.

Acceptance Criteria

When I do guet set in one repo, committing in another repo won't use the committers from the first repo.

@chiptopher
Copy link
Owner Author

As far as implementation is concerned, the .guet/committersset file is in charge of keeping track of what the current committers are. In follows a format like this:

cb,aw,1578846792059

where the initials are related to a committer, and the last number is the millisecond timestamp that the set was done. To accomplish this, something like this could be done:

cb,aw,1578846792059,/absolute/path/to/worspace/project1/.git
ts,cs,1578846792059,/absolute/path/to/worspace/project2/.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant