]> git.proxmox.com Git - libgit2.git/blobdiff - src/submodule.c
No such thing as an orphan branch
[libgit2.git] / src / submodule.c
index 40bda9a414bf0ad1586cb582ce51d47b2c776fff..121383b9c3e33ce9073374db562b2ec2e194c52d 100644 (file)
@@ -1557,7 +1557,7 @@ static void submodule_get_wd_status(
        if (ign == GIT_SUBMODULE_IGNORE_NONE)
                opt.flags |= GIT_DIFF_INCLUDE_UNTRACKED;
 
-       /* if we don't have an orphaned head, check diff with index */
+       /* if we don't have an unborn head, check diff with index */
        if (git_repository_head_tree(&sm_head, sm_repo) < 0)
                giterr_clear();
        else {