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

Group commits per author #127

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oussamabadr
Copy link

@oussamabadr oussamabadr commented Sep 14, 2022

resolve #63

I've just implemented a new flag -G, when used with -a all, to display commits per author, e.g:

➜  git-standup git:(master) ✗ git-standup  -a all -G -d 900 -b master
/projects/git-standup
Kamran Ahmed (5):
      1b3904b - Add linting and formatting (Fri Apr 3 13:07:06 2020 +0400)
      10c9c59 - Run formatter (Fri Apr 3 13:21:59 2020 +0400)
      21fc963 - Run formatter (Fri Apr 3 13:23:02 2020 +0400)
      1b0e73b - Formatting and linting (Fri Apr 3 13:47:28 2020 +0400)
      5a707b1 - Add funding info (Mon Nov 23 01:16:56 2020 +0400)

Luca Guzzon (1):
      0352988 - Formatting and linting (Fri Apr 3 13:09:54 2020 +0400)

Pieter-Jan Baert (1):
      ce40800 - Updated usage function to clarify the -a option. (Thu Sep 30 15:18:12 2021 +0200)   

I submitted draft PR, so we can discuss the implementation and the flag name before updating the documentation and other files (if any).

I may also look if we can preserve the color of the output.

@oussamabadr oussamabadr changed the title Group commits per author #63 Group commits per author Sep 14, 2022
@JaKXz
Copy link

JaKXz commented May 19, 2023

Sorry to comment on an old PR, but this would be pretty cool to merge! :) What is left to do?

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

Successfully merging this pull request may close these issues.

Option to group commits by user
2 participants