builtin-rev-parse.c: constness tightening
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
@ -164,7 +164,7 @@ static int show_file(const char *arg)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int try_difference(char *arg)
|
static int try_difference(const char *arg)
|
||||||
{
|
{
|
||||||
char *dotdot;
|
char *dotdot;
|
||||||
unsigned char sha1[20];
|
unsigned char sha1[20];
|
||||||
|
Reference in New Issue
Block a user