From: Junio C Hamano Date: Mon, 9 Sep 2019 19:26:35 +0000 (-0700) Subject: Merge branch 'jk/eoo' X-Git-Tag: v2.24.0-rc0~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a12f89865236789b5723277bb6809e92ce68f54;p=thirdparty%2Fgit.git Merge branch 'jk/eoo' The command line parser learned "--end-of-options" notation; the standard convention for scripters to have hardcoded set of options first on the command line, and force the command to treat end-user input as non-options, has been to use "--" as the delimiter, but that would not work for commands that use "--" as a delimiter between revs and pathspec. * jk/eoo: gitcli: document --end-of-options parse-options: allow --end-of-options as a synonym for "--" revision: allow --end-of-options to end option parsing --- 4a12f89865236789b5723277bb6809e92ce68f54