diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -85,7 +85,7 @@ bind main bbD ?>git branch -D %(branch) | |||
85 | bind main brd ?git branch -rd %(remote)/%(branch) | 85 | bind main brd ?git branch -rd %(remote)/%(branch) |
86 | bind main bv +sh -c "git branch -vv | grep %(branch)" | 86 | bind main bv +sh -c "git branch -vv | grep %(branch)" |
87 | bind main bm @git branch -m %(branch) "%(prompt New branch name: )" | 87 | bind main bm @git branch -m %(branch) "%(prompt New branch name: )" |
88 | bind main bM @git branch -f "%(prompt Move which branch to here? )" %(commit) | 88 | bind main bM @git branch -f "%(prompt Move which branch to here? )" %(commit) |
89 | bind main c @sh -c "git branch --points-at=%(commit) | \ | 89 | bind main c @sh -c "git branch --points-at=%(commit) | \ |
90 | sed -n '/^*/ {n;p}' | \ | 90 | sed -n '/^*/ {n;p}' | \ |
91 | (cat -; echo %(commit)) | \ | 91 | (cat -; echo %(commit)) | \ |
@@ -174,7 +174,7 @@ bind main <C-B> !sh scripts/bump_version.sh | |||
174 | #==================== | 174 | #==================== |
175 | bind blame m >tig -- %(file) | 175 | bind blame m >tig -- %(file) |
176 | bind blame . >sh -c "git diff %(ref) -- %(file) | tig" | 176 | bind blame . >sh -c "git diff %(ref) -- %(file) | tig" |
177 | bind blame > >sh -c "git diff %(ref) --no-prefix -U1000i -- %(file) | tig" | 177 | bind blame > >sh -c "git diff %(ref) --no-prefix -U1000i -- %(file) | tig" |
178 | 178 | ||
179 | set blame-view = author:abbreviated date:relative id:yes,color line-number:yes text | 179 | set blame-view = author:abbreviated date:relative id:yes,color line-number:yes text |
180 | 180 | ||