]> git.wincent.com - pinnacle.git/commitdiff
chore: update "master" → "main"
authorGreg Hurrell <greg@hurrell.net>
Sat, 12 Jun 2021 17:01:41 +0000 (19:01 +0200)
committerGreg Hurrell <greg@hurrell.net>
Sat, 12 Jun 2021 17:01:41 +0000 (19:01 +0200)
README.md
autoload/pinnacle.vim
doc/pinnacle.txt

index e155aacfb0be9e428f9589115cf3bed10062b1da..a7bf9c43520db1c62af95bce3d383bf33f3f7560 100644 (file)
--- a/README.md
+++ b/README.md
@@ -168,8 +168,8 @@ git tag -s -m "$VERSION release" $VERSION
 - Publish the code:
 
 ```
-git push origin master --follow-tags
-git push github master --follow-tags
+git push origin main --follow-tags
+git push github main --follow-tags
 ```
 
 - Produce the release archive:
@@ -192,7 +192,7 @@ Other contributors that have submitted patches include (in alphabetical order):
 
 ## History<a name="pinnacle-history" href="#user-content-pinnacle-history"></a>
 
-### master (not yet released)<a name="pinnacle-master-not-yet-released" href="#user-content-pinnacle-master-not-yet-released"></a>
+### main (not yet released)<a name="pinnacle-main-not-yet-released" href="#user-content-pinnacle-main-not-yet-released"></a>
 
 - Teach `pinnacle#decorate()` to accept a comma-separated list of styles.
 - Add alternative Lua-based API (eg. `require'wincent.pinnacle'.italicize()` is equivalent to `pinnacle#italicize()` etc).
index 87aeba924b6c54c8235bb9b52837b1c1b0a5ba22..3083dadbd053bbc3cd12834722295747c35c2a54 100644 (file)
 " - Publish the code:
 "
 " ```
-" git push origin master --follow-tags
-" git push github master --follow-tags
+" git push origin main --follow-tags
+" git push github main --follow-tags
 " ```
 "
 " - Produce the release archive:
 "
 " # History
 "
-" ## master (not yet released)
+" ## main (not yet released)
 "
 " - Teach `pinnacle#decorate()` to accept a comma-separated list of styles.
 " - Add alternative Lua-based API (eg. `require'wincent.pinnacle'.italicize()`
index a09fdf325698ba1a4809bb7dc60c972c15919bce..a102685724e16fd74a714fa4234d75b2bec8b625 100644 (file)
@@ -180,8 +180,8 @@ At the moment the release process is manual:
 <
 - Publish the code:
 >
-    git push origin master --follow-tags
-    git push github master --follow-tags
+    git push origin main --follow-tags
+    git push github main --follow-tags
 <
 - Produce the release archive:
 >
@@ -202,7 +202,7 @@ order):
 
 HISTORY                                                       *pinnacle-history*
 
-master (not yet released) ~
+main (not yet released) ~
 
 - Teach `pinnacle#decorate()` to accept a comma-separated list of styles.
 - Add alternative Lua-based API (eg. `require'wincent.pinnacle'.italicize()`