]> git.scripts.mit.edu Git - git.git/commitdiff
Merge branch 'jk/diff-algo-finishing-touches' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Apr 2013 23:17:13 +0000 (16:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Apr 2013 23:19:42 +0000 (16:19 -0700)
"git diff --diff-algorithm=algo" was understood by the command line
parser, but "git diff --diff-algorithm algo" was not.

* jk/diff-algo-finishing-touches:
  diff: allow unstuck arguments with --diff-algorithm
  git-merge(1): document diff-algorithm option to merge-recursive

1  2 
diff.c

diff --cc diff.c
Simple merge