User Details
User Details
- User Since
- Dec 4 2024, 06:04 (15 w, 23 h)
- Availability
- Available
Mon, Mar 17
Mon, Mar 17
nib updated the diff for D25872: Implements arc work for git workflow.
- Handle arc work for new and existing git branches
nib updated the diff for D25872: Implements arc work for git workflow.
Handle arc work for new and existing git branches
Thu, Feb 20
Thu, Feb 20
nib added a comment to D25872: Implements arc work for git workflow.
@aklapper Would it make sense to move the branch-naming lines into a function in class ArcanistGitWorkEngine, since it the branch-naming is git-specific? E.g.
nib added a comment to D25872: Implements arc work for git workflow.
Hopefully the latest change will work for you. Now it checks existing git branches matching "T12345*" and if any exist, it will git checkout the first one, else it will create it from the task name.
So that should allow you to change the task title, and to use arc work T12345 as many times as you want without error.
nib updated the diff for D25872: Implements arc work for git workflow.
- Fix indents, adds emoji support, improve REGEX
- Detect existing branch for task
nib updated the diff for D25872: Implements arc work for git workflow.
- Handles existing branches
- Fixes indents, adds emoji support, improves REGEX
nib updated the diff for D25872: Implements arc work for git workflow.
Fixes error when invoking arc work 2nd time on task id
Tue, Feb 18
Tue, Feb 18
nib updated the diff for D25872: Implements arc work for git workflow.
- Fixes indents, adds emoji support, improves REGEX
Feb 13 2025
Feb 13 2025
nib requested review of D25872: Implements arc work for git workflow.