File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Set Shell fish
1313Hide
1414Type "cd $(mktemp -d -t git-squad.XXXX)"
1515Enter
16- Type "mv ~/.config/git-squad/buddies.yaml ~/.config/git-squad/buddies.yaml .bup"
16+ Type "mv ~/.config/git-squad/buddies.toml ~/.config/git-squad/buddies.toml .bup"
1717Enter
1818Type "git-squad alone"
1919Enter
@@ -83,7 +83,7 @@ Sleep 500ms
8383Type "git commit"
8484Enter
8585Escape
86- Type "O "
86+ Type "i "
8787Type "work on file with peter and wendy"
8888Escape
8989Sleep 500ms
9595Sleep 5s
9696
9797Hide
98- Type "mv ~/.config/git-squad/buddies.yaml .bup ~/.config/git-squad/buddies.yaml "
98+ Type "mv ~/.config/git-squad/buddies.toml .bup ~/.config/git-squad/buddies.toml "
9999Enter
100100Type "git-squad alone"
101101Enter
102+ Sleep 3s
Original file line number Diff line number Diff line change @@ -126,11 +126,7 @@ pub fn update_commit_template(active_buddies: &Buddies) -> Result<()> {
126126
127127 // Add our section with co-authors if needed
128128 if !active_buddies. buddies . is_empty ( ) {
129- if !new_content. is_empty ( ) {
130- new_content. push ( '\n' ) ;
131- }
132-
133- new_content. push ( '\n' ) ;
129+ new_content. push_str ( "\n \n " ) ;
134130 new_content. push_str ( BEGIN_MARKER ) ;
135131 new_content. push ( '\n' ) ;
136132
You can’t perform that action at this time.
0 commit comments