commit | 5cae93566027c1d148c9f6625aed484a7096a980 | [log] [tgz] |
---|---|---|
author | Greg Price <price@MIT.EDU> | Thu Mar 07 05:13:15 2013 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Mar 07 11:16:54 2013 -0800 |
tree | 47a2d09d49080a11c0feb5919554d600f25a8838 | |
parent | 7799588faa2a8071da8ef047c87f9a1520fb8903 [diff] |
add: Clarify documentation of -A and -u The documentation of '-A' and '-u' is very confusing for someone who doesn't already know what they do. Describe them with fewer words and clearer parallelism to each other and to the behavior of plain 'add'. Also mention the default <pathspec> for '-A' as well as '-u', because it applies to both. Signed-off-by: Greg Price <price@mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>