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 146839c commit 28dc09dCopy full SHA for 28dc09d
builtin/rebase.c
@@ -245,7 +245,7 @@ static int read_basic_state(struct rebase_options *opts)
245
return 0;
246
}
247
248
-static int write_basic_state(struct rebase_options *opts)
+static int rebase_write_basic_state(struct rebase_options *opts)
249
{
250
write_file(state_dir_path("head-name", opts), "%s",
251
opts->head_name ? opts->head_name : "detached HEAD");
@@ -640,7 +640,7 @@ static int run_am(struct rebase_options *opts)
640
641
642
if (is_directory(opts->state_dir))
643
- write_basic_state(opts);
+ rebase_write_basic_state(opts);
644
645
return status;
646
0 commit comments