]> git.ipfire.org Git - thirdparty/git.git/blobdiff - advice.c
repack: move `pack_geometry` struct to the stack
[thirdparty/git.git] / advice.c
index d6232439c3863b4c6136adfd12465b0aa714e81f..e5a9bb9b446e95bf6e8e63e3cfed7803fb72104a 100644 (file)
--- a/advice.c
+++ b/advice.c
@@ -78,6 +78,7 @@ static struct {
        [ADVICE_SUBMODULES_NOT_UPDATED]                 = { "submodulesNotUpdated", 1 },
        [ADVICE_UPDATE_SPARSE_PATH]                     = { "updateSparsePath", 1 },
        [ADVICE_WAITING_FOR_EDITOR]                     = { "waitingForEditor", 1 },
+       [ADVICE_WORKTREE_ADD_ORPHAN]                    = { "worktreeAddOrphan", 1 },
 };
 
 static const char turn_off_instructions[] =