Files
git/builtin
Junio C Hamano 16e57aec7f merge-base: use OPT_CMDMODE and clarify the command line parsing
The --octopus, --independent and --is-ancestor are mutually
exclusive command modes (in addition to not giving any of these
options), so represent them as such using the recent OPT_CMDMODE
facility available since 11588263 (parse-options: add OPT_CMDMODE(),
2013-07-30), which is in v1.8.4-82-g366b80b.  --all is compatible
only with plain vanilla mode and --octopus mode, and the minimum
number of arguments the command takes depends on the command modes,
so these are now separately checked in each command mode.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-10-23 16:25:20 -07:00
..
2013-07-22 11:23:10 -07:00
2012-10-25 06:42:27 -04:00
2013-05-29 14:23:04 -07:00
2013-07-19 09:26:15 -07:00
2013-01-16 12:48:22 -08:00