1. 07 3月, 2019 9 次提交
  2. 22 2月, 2019 19 次提交
  3. 21 2月, 2019 2 次提交
  4. 28 1月, 2019 5 次提交
  5. 10 12月, 2018 1 次提交
  6. 14 11月, 2018 1 次提交
    • S
      diff: align move detection error handling with other options · d173e799
      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 instead of an int; add a new bit
      to signal errors. Once the error is signaled, we discard the other
      bits, such that it doesn't matter if the error bit overlaps with any
      other bit.
      Signed-off-by: NStefan Beller <sbeller@google.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      d173e799
  7. 12 11月, 2018 2 次提交
  8. 05 11月, 2018 1 次提交