浏览代码

Update git-tag binding in tig

Emmanuel Bouthenot 9 年之前
父节点
当前提交
3351d63564
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .tigrc

+ 1 - 1
.tigrc

@@ -14,6 +14,6 @@ set tab-size = 8                # Number of spaces pr tab
 
 bind generic E !git format-patch -1 %(commit)
 bind generic r !git revert %(commit)
-bind generic T !tig-tag %(commit)
+bind generic T !git tag "%(prompt Tag: )" %(commit)
 
 # vim: ft=muttrc