Skip to content

Commit ae4a352

Browse files
author
Junio C Hamano
committed
GIT 1.0.11
2 parents e99c2fb + ee3d299 commit ae4a352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ all:
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

diffcore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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%)*/

0 commit comments

Comments
 (0)