File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555# Define USE_STDEV below if you want git to care about the underlying device
5656# change being considered an inode change from the update-cache perspective.
5757
58- GIT_VERSION = 1.0.10
58+ GIT_VERSION = 1.0.11
5959
6060# CFLAGS and LDFLAGS are for the users to override from the command line.
6161
Original file line number Diff line number Diff line change 1515 * passed around in one int (high 16-bit for merge and low 16-bit
1616 * for break).
1717 */
18- #define MAX_SCORE 60000
18+ #define MAX_SCORE 60000.0
1919#define DEFAULT_RENAME_SCORE 30000 /* rename/copy similarity minimum (50%) */
2020#define DEFAULT_BREAK_SCORE 30000 /* minimum for break to happen (50%)*/
2121#define DEFAULT_MERGE_SCORE 48000 /* maximum for break-merge to happen (80%)*/
You can’t perform that action at this time.
0 commit comments