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

Feature: new commit flavors fixup! and squash! #23

Open
jreybert opened this issue Oct 26, 2015 · 1 comment
Open

Feature: new commit flavors fixup! and squash! #23

jreybert opened this issue Oct 26, 2015 · 1 comment
Labels
backlog This issue will be done later enhancement

Comments

@jreybert
Copy link
Owner

Default mappings could be CF and CS (previous CF mapping could be renamed CE for commit extend)

When user choose stash or fixup commit mode, a git log is shown in quick fix window,and user can choose which commit to fixup/squash from here.

@jreybert jreybert changed the title Feature: new commit flavors !fixup and !stash Feature: new commit flavors fixup! and squash! Nov 10, 2015
@jreybert
Copy link
Owner Author

CF, for commit --fixup will show up log with N last commits (N should be definable). If user choose first commit, it makes a commit --amend, otherwise it creates a fixup commit.

It should open a new window, on bottom, with fancy colors ;) in read only mode. Default log format should be --oneline, but also should be definable. Then, user can search into its commits, and when cursor is on the wanted commit, press enter: a commit is created with "fixup! SHA1 msg".

Squash seems to fit witht he exact same pattern.

@jreybert jreybert added the backlog This issue will be done later label Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog This issue will be done later enhancement
Projects
None yet
Development

No branches or pull requests

1 participant