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

Should we display commits remaining in rebases/patches? #30

Open
twolfson opened this issue Mar 13, 2014 · 4 comments
Open

Should we display commits remaining in rebases/patches? #30

twolfson opened this issue Mar 13, 2014 · 4 comments

Comments

@twolfson
Copy link
Owner

As discovered during research for the remaining in progress actions, git am and git rebase can walk through multiple commits. During each pause, there are files that list out the current step and the total amount of commits (e.g. step: 1, total: 2).

Should we display this information inside of the [rebase]/[am] notice?

todd at Euclid in ~/github/sexy-bash-prompt on dev/add.remaining.in.progress [rebase 1/20]
$ 

/cc @rpdelaney

@twolfson
Copy link
Owner Author

@rpdelaney
Copy link
Collaborator

If you're up to it, and it doesn't hit performance when we're not rebasing (i.e. don't count how many files are left to rebase if we're not rebasing), then I think it would be awesome to have that feature.

@twolfson
Copy link
Owner Author

The feature would read 2 files in their respective if statements, it won't run during any other time.

@rpdelaney
Copy link
Collaborator

Works for me.

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

No branches or pull requests

2 participants