Skip to content

Commit 1efae1b

Browse files
authored
Merge pull request #168 from svn-all-fast-export/issue-160-samples-default-branch
`samples`: Replace branch `master` by `main` (fixes #160)
2 parents e0fff94 + c64282f commit 1efae1b

6 files changed

+7
-7
lines changed

samples/ignore-branch.rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ end repository
1212

1313
match /trunk/
1414
repository myproject
15-
branch master
15+
branch main
1616
end match
1717

1818
# Ignore this branch:

samples/merged-branches-tags.rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ end repository
1212

1313
match /trunk/
1414
repository myproject
15-
branch master
15+
branch main
1616
end match
1717

1818
# Subversion doesn't understand the Git concept of tags

samples/min-max-revision.rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end match
2828

2929
match /trunk/
3030
repository myproject
31-
branch master
31+
branch main
3232
end match
3333

3434
match /branches/([^/]+)/

samples/recurse.rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end repository
1515

1616
match /trunk/([^/]+)/
1717
repository \1
18-
branch master
18+
branch main
1919
end match
2020

2121
#

samples/standardlayout.rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ end repository
1212

1313
match /trunk/
1414
repository myproject
15-
branch master
15+
branch main
1616
end match
1717

1818
match /branches/([^/]+)/

samples/two-projects.rules

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ end repository
1515

1616
match /project1/trunk/
1717
repository project1
18-
branch master
18+
branch main
1919
end match
2020

2121
match /project2/trunk/
2222
repository project2
23-
branch master
23+
branch main
2424
end match
2525

2626
# Note how we can use regexp to capture the repository name

0 commit comments

Comments
 (0)