We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4e588 commit 0739689Copy full SHA for 0739689
src/checkout.c
@@ -1944,7 +1944,7 @@ static int checkout_create_the_new_perform(
1944
return 0;
1945
}
1946
1947
-static int checkout_create_the_new(
+static int checkout_create_the_new__single(
1948
unsigned int *actions,
1949
checkout_data *data)
1950
{
@@ -1967,6 +1967,15 @@ static int checkout_create_the_new(
1967
1968
1969
1970
+static int checkout_create_the_new(
1971
+ unsigned int *actions,
1972
+ checkout_data *data)
1973
+{
1974
+#ifdef GIT_THREADS
1975
+#endif
1976
+ return checkout_create_the_new__single(actions, data);
1977
+}
1978
+
1979
static int checkout_create_submodules(
1980
1981
0 commit comments