fix typo
This commit is contained in:
2
XD.c
2
XD.c
@ -114,7 +114,7 @@ has_untracked(git_repository *repo)
|
|||||||
GIT_STATUS_OPT_RENAMES_HEAD_TO_INDEX;
|
GIT_STATUS_OPT_RENAMES_HEAD_TO_INDEX;
|
||||||
|
|
||||||
if (git_status_list_new(&list, repo, &opts) < 0) {
|
if (git_status_list_new(&list, repo, &opts) < 0) {
|
||||||
l("Error checking for untacked changes: %s", git_error_last()->message);
|
l("Error checking for untracked changes: %s", git_error_last()->message);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user