From dea007fb4c8170ea007b577698c7b44df6c318b9 Mon Sep 17 00:00:00 2001 From: Matthieu Moy Date: Thu, 5 Aug 2010 10:22:52 +0200 Subject: 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 -