From: John Keeping Date: Sun, 21 Jul 2013 12:49:26 +0000 (+0100) Subject: rev-parse: remove restrictions on some options X-Git-Tag: v1.8.5-rc0~205^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/68889b416d5b6a5cf7d280a428281d635fe9b292?hp=68889b416d5b6a5cf7d280a428281d635fe9b292 rev-parse: remove restrictions on some options The "--local-env-vars" and "--resolve-git-dir" arguments to git-rev-parse are currently only handled if they appear first on the command line (in the case of "--local-env-vars", only if it is the only argument). While it may not make sense to use these options when any others are specified, there is no reason for this restriction and it might confuse users if these arguments appear to be ignored. There is no need for any documentation change here as the restrictions on these options are not documented. Signed-off-by: John Keeping Signed-off-by: Junio C Hamano ---