This commit is contained in:
2024-12-19 01:25:17 -06:00
parent b89a69ed50
commit 1a2fcaa610

2
XD.c
View File

@ -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;
} }