CLI: allow arbitrary `git log` output format
Open
enhancement
- Dominant language
- Python
- Stars
- 319
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
Would be useful to be able to support arbitrary `--format` strings, so that for example you could obtain a list of commit authors in order to satisfy the use case "who should I give a heads up about my feature branch?"
Contributor guide
Research direction
Start by tracing the CLI path that invokes git log and inspect how its output is currently selected or parsed. Add support for arbitrary --format strings, then verify that a format producing commit authors works for the stated feature-branch notification use case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100