Skip to content

feat(stack): stack save/amend use $EDITOR

Tyler Cipriani requested to merge thcipriani/cli:thcipriani/7606 into main
  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

Description

  • Problem: git stack save/amend prompts for git commit messages only allow a single line commit.
  • Solution: allow users to open commit messages in their editor.

In the case of glab stack amend use the previous commit as the initial value, allow people to use Esc to accept the default.

Related Issues

Resolves #7606 (closed)

How has this been tested?

  • Manually tested
    • Go 1.22.5
    • Git 2.39.2
    • Debian bookworm, urxvt, env: EDITOR=vim

Screenshots (if appropriate):

glab stack save glab stack amend

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading