Re: [PATCH] diff: align move detection error handling with other options

2018-11-13 Thread Junio C Hamano
Stefan Beller writes: >Subject: Re: [PATCH] diff: align move detection error handling with other >options When sending an updated version of existing topic, please make sure you indicate as such with v$n etc. I will assume that this is to replace the patch queued on sb/diff-color-moved-

[PATCH] diff: align move detection error handling with other options

2018-11-13 Thread Stefan Beller
This changes the error handling for the options --color-moved-ws and --color-moved-ws to be like the rest of the options. Move the die() call out of parse_color_moved_ws into the parsing of command line options. As the function returns a bit field, change its signature to return an unsigned instea