@@ -738,7 +738,7 @@ static int submodule_create_branch(struct repository *r,
738
738
}
739
739
740
740
void create_branches_recursively (struct repository * r , const char * name ,
741
- const char * start_commitish ,
741
+ const char * start_committish ,
742
742
const char * tracking_name , int force ,
743
743
int reflog , int quiet , enum branch_track track ,
744
744
int dry_run )
@@ -748,8 +748,8 @@ void create_branches_recursively(struct repository *r, const char *name,
748
748
struct object_id super_oid ;
749
749
struct submodule_entry_list submodule_entry_list ;
750
750
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 ,
753
753
& branch_point , & super_oid );
754
754
755
755
/*
@@ -772,7 +772,7 @@ void create_branches_recursively(struct repository *r, const char *name,
772
772
submodule_entry_list .entries [i ].submodule -> name );
773
773
if (advice_enabled (ADVICE_SUBMODULES_NOT_UPDATED ))
774
774
advise (_ ("You may try updating the submodules using 'git checkout --no-recurse-submodules %s && git submodule update --init'" ),
775
- start_commitish );
775
+ start_committish );
776
776
exit (code );
777
777
}
778
778
@@ -787,7 +787,7 @@ void create_branches_recursively(struct repository *r, const char *name,
787
787
name );
788
788
}
789
789
790
- create_branch (r , name , start_commitish , force , 0 , reflog , quiet ,
790
+ create_branch (r , name , start_committish , force , 0 , reflog , quiet ,
791
791
BRANCH_TRACK_NEVER , dry_run );
792
792
if (dry_run )
793
793
return ;
0 commit comments