From: Matthieu Moy Date: Thu, 5 Aug 2010 08:22:52 +0000 (+0200) Subject: diff: parse separate options like -S foo X-Git-Tag: v1.7.3-rc0~49^2~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dea007fb4c8170ea007b577698c7b44df6c318b9;p=git.git diff: parse separate options like -S foo Change the option parsing logic in revision.c to accept separate forms like `-S foo' in addition to `-Sfoo'. The rest of git already accepted this form, but revision.c still used its own option parsing. Short options affected are -S, -l and -O, for which an empty string wouldn't make sense, hence -