Matthieu Moy wrote:
Junio C Hamano [off-list ref] writes:
quoted
* mm/shortopt-detached (2010-07-30) 5 commits
- log: parse detached option for --glob
- log: parse detached options like git log --grep foo
- diff: parse detached options --stat-width n, --stat-name-width n
- diff: split off a function for --stat-* option parsing
- diff: parse detached options like -S foo
[...]
Here's a new one, with very minor revisions :
* diff_long_opt renamed to parse_long_opt
* Use the same wording as api-parse-options.txt : separate/sticked
forms (essentially in commit messages and comments).
Still looks good to me. Thanks.