소스 검색

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