On Mon, Jul 27, 2015 at 4:41 PM, Sina Siadat <siadat@xxxxxxxxx> wrote: > Adds a new option 'o' to the 'add -p' command that lets you open and edit the > current file. > > The existing 'e' mode is used to manually edit the hunk. The new 'o' option > allows you to open and edit the file without having to quit the loop. The hunks > are updated when the editing is done, and the user will be able to review the > updated hunks. Without this option you would have to quit the loop, edit the > file, and execute 'add -p filename' again. > > I would appreciate it if you could let me know what you think about this > option. I will write more tests if there is any interest at all. > > Thank you. :) > Absolutely want and would use this change every day. My standard model of commit flow is: hack commit hack commit hack commit rest head add -i ; commit add -i ; commit and sometimes I end up with code that I need to actually change, not just edit diff hunks for, but change in the final file. This would make my flow way easier, especially as I could manage hunks while editing files. Regards, Jake -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html