[PATCH] Constness fix for pickaxe option.
Constness fix for pickaxe option. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
committed by
Linus Torvalds
parent
3258c902e7
commit
057c7d3018
@ -9,7 +9,7 @@
|
||||
static int detect_rename = 0;
|
||||
static int diff_score_opt = 0;
|
||||
static int generate_patch = 1;
|
||||
static char *pickaxe = 0;
|
||||
static const char *pickaxe = NULL;
|
||||
|
||||
static int parse_oneside_change(const char *cp, int *mode,
|
||||
unsigned char *sha1, char *path)
|
||||
|
||||
Reference in New Issue
Block a user