Explorar o código

Update git-tag binding in tig

Emmanuel Bouthenot %!s(int64=9) %!d(string=hai) anos
pai
achega
3351d63564
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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