liuchengxu/vim-clap

Feature request: provider for git-revise

Open

#64 创建于 2019年10月17日

在 GitHub 查看
 (9 评论) (0 反应) (0 负责人)Vim script (1,670 star) (72 fork)batch import
enhancementhelp wanted

描述

Something I do quite frequently from vim in stage very small touchup fixes from the buffer using gitgutter to the git staging area, then switch to tig to look though and find the commit that the small touchup was supposed to be in, then run git revise to quickly put it there. The slowest part of this is finding the hash from the log and copying it to a command.

A Clap provider that showed the git log and executed by running git revise with the hash would speed this up immensely.

This is a feature request, so obviously not high priority. If nobody steps up with a provider contribution I might eventually try my hand at one, but I'm leaving this issue to track it because I don't have time at the moment.

贡献者指南