Skip to content

Commit

Permalink
feat: integrate convco with git during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 9, 2024
1 parent c2fbaaf commit 17b7a65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ write_hooks() {

integrate_convco_with_git() {
git config --local core.editor ".cargo/bin/convco commit"
log "Integrating convco with git..."
# do not use convco for interactive rebase (git rebase -i)
git config --local sequence.editor "$EDITOR"
log "Integrated convco with git"
}

end_log() {
Expand Down

0 comments on commit 17b7a65

Please sign in to comment.