@ -674,9 +674,9 @@ group.add_option("--git_similarity", action="store", dest="git_similarity",
metavar = " SIM " , type = " int " , default = 50 ,
metavar = " SIM " , type = " int " , default = 50 ,
help = ( " Set the minimum similarity percentage for detecting "
help = ( " Set the minimum similarity percentage for detecting "
" renames and copies. See `git diff -C`. (default 50). " ) )
" renames and copies. See `git diff -C`. (default 50). " ) )
group . add_option ( " --git_ only_search_patch" , action = " store_false " , default = Tru e,
group . add_option ( " --git_ find_copies_harder" , action = " store_true " , default = Fals e,
dest = ' git_find_copies_harder ' ,
dest = ' git_find_copies_harder ' ,
help = " Remove s --find-copies-harder when seaching for copies" )
help = " Add s --find-copies-harder when seaching for copies" )
group . add_option ( " --git_no_find_copies " , action = " store_false " , default = True ,
group . add_option ( " --git_no_find_copies " , action = " store_false " , default = True ,
dest = " git_find_copies " ,
dest = " git_find_copies " ,
help = ( " Prevents git from looking for copies (default off). " ) )
help = ( " Prevents git from looking for copies (default off). " ) )