From: Jeff King Date: Tue, 9 Nov 2010 04:58:20 +0000 (-0500) Subject: docs: give more hints about how "add -e" works X-Git-Tag: v1.7.3.3~6^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0fe802d4808aef3f0366c7029318f872c86ccca2?hp=0fe802d4808aef3f0366c7029318f872c86ccca2 docs: give more hints about how "add -e" works The previous text was not exactly accurate; it is OK to change space and minus lines, but only in certain ways. This patch takes a whole new approach, which is to describe the sorts of conceptual operations you might want to perform. It also includes a healthy dose of warnings about how things can go wrong. Since the size of the text is getting quite long, it also splits this out into an "editing patches" section. This makes more sense with the current structure, anyway, which already splits out the interactive mode description. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---