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

Add flag to include branch name in commit output #103

Open
justinshaw opened this issue Mar 12, 2019 · 7 comments
Open

Add flag to include branch name in commit output #103

justinshaw opened this issue Mar 12, 2019 · 7 comments

Comments

@justinshaw
Copy link

I love this project, and I use it daily. In this daily usage, I've identified just one possible improvement: the addition of the branch name to the commit message. I work in multiple branches for different features, and need to reference the branch name in my daily standup. If git standup included a flag that enabled outputting the branch name before the commit (i.e. [branch_name] Commit message), I (and hopefully others) may be able to rely on git standup even more comprehensively.

Is this possible today and I've just missed it?

@MHLut
Copy link

MHLut commented Apr 14, 2019

Bump!

@Jamesking56
Copy link

Feature branches for me are more of a memory jog than my commit messages, so I'd love to be able to see the branch names as well 👍

@LukeGarrigan
Copy link

LukeGarrigan commented Oct 6, 2020

I work in a tonne of branches every day so this feature is needed for me.
I've created my own very simple version of git-standup, called git-scrum:

Just run:
npm install git-scrum -g

It allows you to output your last days work into the console allowing you to view what branch a particular commit was for. Just run the command:
> git-scrum
https://i.imgur.com/orGtxdf.png

It's certainly not got all the bells and whistles git-standup has with all the different flags, but it provides the information I need so maybe it'll help some other people who are in the same boat.

@adis-io
Copy link

adis-io commented Nov 6, 2020

+1

@murashki
Copy link

+2

@bj00rn
Copy link

bj00rn commented Mar 2, 2023

+1

@pm0u
Copy link

pm0u commented Jan 22, 2024

+1 - while i appreciate the feature branch part of git-scrum the list seems to be missing squashed commits on the main branch from my feature branches (author is me/the same). A solution that shows both is what I'm after, tracking both work on feature branches and features that I've merged.

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

No branches or pull requests

8 participants