commit | 01398df31cd5a667faa005e85eb3c9aac66aaf44 | [log] [tgz] |
---|---|---|
author | Štěpán Němec <stepan.nemec@gmail.com> | Fri Oct 08 20:40:32 2010 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Oct 08 12:30:52 2010 -0700 |
tree | fa3387b0d7a5cdd18ef8c64e9192d7bf6e80eafc | |
parent | 62b4698e551c29b3d2539a764ad0e93cfff53c03 [diff] |
Fix odd markup in --diff-filter documentation Instead of using the regex-like bracket expression, use grouping to make it more consistent with other similar places. The brackets now have the same meaning as in other documentation (i.e., the argument is optional). Signed-off-by: Štěpán Němec <stepnem@gmail.com> Mentored-and-Acked-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>