[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
@ -13,7 +13,7 @@ static int generate_patch = 0;
|
||||
static int detect_rename = 0;
|
||||
static int reverse_diff = 0;
|
||||
static int diff_score_opt = 0;
|
||||
static char *pickaxe = 0;
|
||||
static const char *pickaxe = NULL;
|
||||
static const char *header = NULL;
|
||||
static const char *header_prefix = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user