Skip to content

Commit a57181a

Browse files
Matovidloclaude
andcommitted
fix(test): move branch descriptions to description.md in push/ignore-branch
Branch description is stored in description.md, not as a field in meta.json. Move the descriptions for both Main and foo branches to their respective description.md files so the diff engine sees the local changes correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5943f50 commit a57181a

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
foo description that must not be pushed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"name": "foo",
3-
"isDefault": false,
4-
"description": "foo description that must not be pushed"
3+
"isDefault": false
54
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
main branch description
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"name": "Main",
3-
"isDefault": true,
4-
"description": "main branch description"
3+
"isDefault": true
54
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
foo description that must not be pushed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"name": "foo",
3-
"isDefault": false,
4-
"description": "foo description that must not be pushed"
3+
"isDefault": false
54
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
main branch description
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"name": "Main",
3-
"isDefault": true,
4-
"description": "main branch description"
3+
"isDefault": true
54
}

0 commit comments

Comments
 (0)