docs: give more hints about how "add -e" works
commit0fe802d4808aef3f0366c7029318f872c86ccca2
authorJeff King <peff@peff.net>
Tue, 9 Nov 2010 04:58:20 +0000 (8 23:58 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Nov 2010 00:37:40 +0000 (9 16:37 -0800)
tree0dc14eb702fb1001c1b1b06b6c69a43c751d68a8
parent5df4d67d4156ec7cd37089aeb3d5f66ee857a01a
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt