On 10/27/2011 06:43 AM, Luca Ottaviano wrote:
Having a GUI for hunk selection and commit is by far fastest then
jumping trough various shells when writing a meaningful changelog
message for the changes you are committing.

+1.

I use magit from within emacs for this (among other things). The *magit-status* buffer has a nice diff display. With point in a hunk, 's' stages the hunk; if there's a region, 's' stages the region (useful for e.g. staging a single changed line). I'm aware of git add -p; I find this faster.

http://www.emacswiki.org/emacs/Magit
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to