On Thu, Mar 22, 2012 at 4:19 AM, Thomas Rast <trast@xxxxxxxxxxxxxxx> wrote: > Junio C Hamano <gitster@xxxxxxxxx> writes: > >> Tim Henigan <tim.henigan@xxxxxxxxx> writes: >> >> I really do not like the direction in which this series is going. We do >> not have a similar --no-gui option to defeat --gui option that may appear >> earlier on the command line, but when we fix that bug (isn't it a bug?), >> we would have to teach this loop about that option, wouldn't we? Of course, Thomas is correct and the limitation was with my use of Getopt::Long rather than the module itself. v5 of the patch will use Getopt to parse the '--[no-]prompt' options again. I will also add a new patch to the series to implement '--no-gui'. > Limitations? You can basically steal code from git-send-email. As an > example: Thank you for the example...I should have found this when I read the documentation earlier. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html