• J
    Merge branch 'jc/apply-ignore-whitespace' into maint · c122c9a9
    Junio C Hamano 提交于
    "--ignore-space-change" option of "git apply" ignored the spaces
    at the beginning of line too aggressively, which is inconsistent
    with the option of the same name "diff" and "git diff" have.
    
    * jc/apply-ignore-whitespace:
      apply --ignore-space-change: lines with and without leading whitespaces do not match
    c122c9a9
apply.c 114.6 KB