ctrl-c skip gitmoji prompts stopped working in 3.0.1
See original GitHub issueHello @carloscuesta!
hi! Thank you for this cool and useful program. I installed the latest 3.0.1 and noticed that the previous behavior of pressing ctrl-c to skip the gitmoji prompt has stopped working. Rolling back to 3.0.0 restored the behavior.
Issue:
Perform a git merge as usual
Run git commit
, when a gitmoji-cli hook has been installed
The gitmoji prompt appears.
Press ctrl-c
Expected: skipping gitmoji, I see the standard Merge message pre-filled in my git commit message editor. Saving and exiting completes the merge.
Actual behavior: gitmoji-cli quits, and the commit is canceled.
OS: macOS Mojave 10.14.6 gitmoji-cli -v: 3.0.1 Node version: 6.13.4
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:7 (2 by maintainers)
Top Results From Across the Web
gitmoji-cli - npm
Start using gitmoji-cli in your project by running `npm i gitmoji-cli`. ... --commit, -c Interactively commit using the prompts --list, ...
Read more >All Problems Tagged With Shell/Bash - Code Grepper
N: Updating from such a repository can't be done securely, and is therefore disabled by default. install opera linux · ignore file ownership...
Read more >Experts for esp32 serial bootloader utility - Linknovate
Name Score News Web Monitoring
Espressif 16.4 1 ‑
Google Cloud 7.5 2 ‑
GCtronic 4.7 ‑ 1
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I confirm on 3.1.0 on Ubuntu 18.04 as well. I was relying on this behavior to make
git commit --amend
work without needing to retype the commit message. Is there any “official” way to skip the dialogue on commit?Same behavior in 3.2.0.