Add config option to show references to the right of summary in log
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2.9k
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the recent commits section looks like this:
12341234 master do a thing
abcdabcd initial commit
I'd like it to look like this:
12341234 do a thing master
abcdabcd initial commit
This helps with readability for repos with prefixing conventions like feat:/chore:/..., so they stay aligned with eachother.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the recent commits section and the configuration handling for log display in the Rust CLI. Add an option that places commit references to the right of the summary, and verify that the recent commits output matches the requested examples when the option is enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100