Track who created each branch by integrating with git log to show the author of the most recent commit on each branch. ## Acceptance Criteria - [ ] Add --show-authors flag to branches and status commands - [ ] Display branch creator/last committer name and email - [ ] Add optional filtering by author - [ ] Include author info in JSON output format
Track who created each branch by integrating with git log to show the author of the most recent commit on each branch.
Acceptance Criteria