@@ -738,7 +738,7 @@ static int submodule_create_branch(struct repository *r,
738738}
739739
740740void create_branches_recursively (struct repository * r , const char * name ,
741- const char * start_commitish ,
741+ const char * start_committish ,
742742 const char * tracking_name , int force ,
743743 int reflog , int quiet , enum branch_track track ,
744744 int dry_run )
@@ -748,8 +748,8 @@ void create_branches_recursively(struct repository *r, const char *name,
748748 struct object_id super_oid ;
749749 struct submodule_entry_list submodule_entry_list ;
750750
751- /* Perform dwim on start_commitish to get super_oid and branch_point. */
752- dwim_branch_start (r , start_commitish , BRANCH_TRACK_NEVER ,
751+ /* Perform dwim on start_committish to get super_oid and branch_point. */
752+ dwim_branch_start (r , start_committish , BRANCH_TRACK_NEVER ,
753753 & branch_point , & super_oid );
754754
755755 /*
@@ -772,7 +772,7 @@ void create_branches_recursively(struct repository *r, const char *name,
772772 submodule_entry_list .entries [i ].submodule -> name );
773773 if (advice_enabled (ADVICE_SUBMODULES_NOT_UPDATED ))
774774 advise (_ ("You may try updating the submodules using 'git checkout --no-recurse-submodules %s && git submodule update --init'" ),
775- start_commitish );
775+ start_committish );
776776 exit (code );
777777 }
778778
@@ -787,7 +787,7 @@ void create_branches_recursively(struct repository *r, const char *name,
787787 name );
788788 }
789789
790- create_branch (r , name , start_commitish , force , 0 , reflog , quiet ,
790+ create_branch (r , name , start_committish , force , 0 , reflog , quiet ,
791791 BRANCH_TRACK_NEVER , dry_run );
792792 if (dry_run )
793793 return ;
0 commit comments