@@ -335,7 +335,7 @@ cmd_foreach()
335
335
shift
336
336
done
337
337
338
- git ${wt_prefix: +-C " $wt_prefix " } ${prefix : +--super-prefix " $prefix " } submodule--helper foreach ${GIT_QUIET: +--quiet} ${recursive: +--recursive} -- " $@ "
338
+ git ${wt_prefix: +-C " $wt_prefix " } submodule--helper foreach ${GIT_QUIET: +--quiet} ${recursive: +--recursive} -- " $@ "
339
339
}
340
340
341
341
#
@@ -402,7 +402,7 @@ cmd_deinit()
402
402
shift
403
403
done
404
404
405
- git ${wt_prefix: +-C " $wt_prefix " } submodule--helper deinit ${GIT_QUIET: +--quiet} ${prefix : +--prefix " $prefix " } ${ force: +--force} ${deinit_all: +--all} -- " $@ "
405
+ git ${wt_prefix: +-C " $wt_prefix " } submodule--helper deinit ${GIT_QUIET: +--quiet} ${force: +--force} ${deinit_all: +--all} -- " $@ "
406
406
}
407
407
408
408
is_tip_reachable () (
@@ -726,7 +726,7 @@ cmd_set_branch() {
726
726
shift
727
727
done
728
728
729
- git ${wt_prefix: +-C " $wt_prefix " } ${prefix : +--super-prefix " $prefix " } submodule--helper set-branch ${GIT_QUIET: +--quiet} ${branch: +--branch " $branch " } ${default: +--default} -- " $@ "
729
+ git ${wt_prefix: +-C " $wt_prefix " } submodule--helper set-branch ${GIT_QUIET: +--quiet} ${branch: +--branch " $branch " } ${default: +--default} -- " $@ "
730
730
}
731
731
732
732
#
@@ -755,7 +755,7 @@ cmd_set_url() {
755
755
shift
756
756
done
757
757
758
- git ${wt_prefix: +-C " $wt_prefix " } ${prefix : +--super-prefix " $prefix " } submodule--helper set-url ${GIT_QUIET: +--quiet} -- " $@ "
758
+ git ${wt_prefix: +-C " $wt_prefix " } submodule--helper set-url ${GIT_QUIET: +--quiet} -- " $@ "
759
759
}
760
760
761
761
#
@@ -807,7 +807,7 @@ cmd_summary() {
807
807
shift
808
808
done
809
809
810
- git ${wt_prefix: +-C " $wt_prefix " } submodule--helper summary ${prefix : +--prefix " $prefix " } ${ files: +--files} ${cached: +--cached} ${for_status: +--for-status} ${summary_limit: +-n $summary_limit } -- " $@ "
810
+ git ${wt_prefix: +-C " $wt_prefix " } submodule--helper summary ${files: +--files} ${cached: +--cached} ${for_status: +--for-status} ${summary_limit: +-n $summary_limit } -- " $@ "
811
811
}
812
812
#
813
813
# List all submodules, prefixed with:
@@ -848,7 +848,7 @@ cmd_status()
848
848
shift
849
849
done
850
850
851
- git ${wt_prefix: +-C " $wt_prefix " } ${prefix : +--super-prefix " $prefix " } submodule--helper status ${GIT_QUIET: +--quiet} ${cached: +--cached} ${recursive: +--recursive} -- " $@ "
851
+ git ${wt_prefix: +-C " $wt_prefix " } submodule--helper status ${GIT_QUIET: +--quiet} ${cached: +--cached} ${recursive: +--recursive} -- " $@ "
852
852
}
853
853
#
854
854
# Sync remote urls for submodules
@@ -881,7 +881,7 @@ cmd_sync()
881
881
esac
882
882
done
883
883
884
- git ${wt_prefix: +-C " $wt_prefix " } ${prefix : +--super-prefix " $prefix " } submodule--helper sync ${GIT_QUIET: +--quiet} ${recursive: +--recursive} -- " $@ "
884
+ git ${wt_prefix: +-C " $wt_prefix " } submodule--helper sync ${GIT_QUIET: +--quiet} ${recursive: +--recursive} -- " $@ "
885
885
}
886
886
887
887
cmd_absorbgitdirs ()
0 commit comments