File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
git-branchless-lib/src/core
git-branchless/tests/command Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,9 @@ These branches exist: {:?}
55
55
Either create it, or update the main branch setting by running:
56
56
57
57
git branchless init --main-branch <branch>
58
- " ,
58
+
59
+ Note that remote main branches are no longer supported as of v0.6.0. See
60
+ https://github.com/arxanas/git-branchless/discussions/595 for more details." ,
59
61
get_main_branch_name( self ) ?,
60
62
self . get_path( ) ,
61
63
self . get_all_local_branches( ) ?
Original file line number Diff line number Diff line change @@ -338,6 +338,8 @@ fn test_main_branch_not_found_error_message() -> eyre::Result<()> {
338
338
339
339
git branchless init --main-branch <branch>
340
340
341
+ Note that remote main branches are no longer supported as of v0.6.0. See
342
+ https://github.com/arxanas/git-branchless/discussions/595 for more details.
341
343
342
344
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
343
345
Run with RUST_BACKTRACE=full to include source snippets.
You can’t perform that action at this time.
0 commit comments