Re: [Suggestion] Alternative way for displaying help menu of patch flow

2017-04-28 Thread Kaartic Sivaraam
On Friday 28 April 2017 12:07 PM, Jeff King wrote: If the hunk is big, that message scrolls off the screen. We could probably put it after the hunk, but I'd worry that the ordering would be confusing (because it comes between the hunk and the "this hunk" prompt. Probably it could be better to

Re: [Suggestion] Alternative way for displaying help menu of patch flow

2017-04-28 Thread Jeff King
On Fri, Apr 28, 2017 at 10:44:22AM +0530, Kaartic Sivaraam wrote: > I guess it would be better to display the help menu in a separate flow, like > when the user click the `?` option in the `patch` flow then the whole screen > is cleared and the help menu is displayed in some appropriate place and

[Suggestion] Alternative way for displaying help menu of patch flow

2017-04-27 Thread Kaartic Sivaraam
Hello community, I would like to state about a small issue I face when I use the `git add -i` command. I guess it's expressed easily with an example. Start Imagine a situation in which you accidentally made a reasonable amount of change to your code from your last commit. You