Browse Source

GIT 1.4.2-rc4

It's been a week since -rc3, so here it is.  The changes are
really small fixes and nothing else.  Let's hope I can tag the
real 1.4.2 this weekend.
maint v1.4.2-rc4
Junio C Hamano 19 years ago
parent
commit
943d5b73e2
Failed to extract signature
  1. 3
      diff.c

3
diff.c

@ -1518,9 +1518,6 @@ int diff_setup_done(struct diff_options *options) @@ -1518,9 +1518,6 @@ int diff_setup_done(struct diff_options *options)
if (options->find_copies_harder)
options->detect_rename = DIFF_DETECT_COPY;

if ((0 <= options->rename_limit && !options->detect_rename)
return -1;

if (options->output_format & (DIFF_FORMAT_NAME |
DIFF_FORMAT_NAME_STATUS |
DIFF_FORMAT_CHECKDIFF |

Loading…
Cancel
Save