Changes between Version 86 and Version 87 of UsingGitWithWebKit


Ignore:
Timestamp:
Jul 8, 2012 11:31:56 PM (12 years ago)
Author:
yosin@chromium.org
Comment:

Fix "Copying file aks svn copy" secion: Change "p" to "--patch"

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v86 v87  
    358358diff-tree b6f4e217870317390ebcd2f4fe7410b8b5220b96~1 b6f4e217870317390ebcd2f4fe7410b8b5220b96
    359359   }}}
    360  * {{{git diff-tree p -C50 --find-copies-harder b6f4e217870317390ebcd2f4fe7410b8b5220b96~1 b6f4e217870317390ebcd2f4fe7410b8b5220b96}}}
     360 * {{{git diff-tree --patch -C50 --find-copies-harder b6f4e217870317390ebcd2f4fe7410b8b5220b96~1 b6f4e217870317390ebcd2f4fe7410b8b5220b96}}}
    361361   * Output should be "copy from" and "copy to"
    362362 * {{{git svn dcommit -C50 --find-copies-harder}}}