diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-09-12 17:58:31 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-09-12 17:58:31 +0800 |
commit | 1d40a90bbc3ce2d90fef5a22a20dbbcb2a898cbd (patch) | |
tree | 475e783d3ebee1775badc61e5d869aaccb98c042 /tigrc | |
parent | dc2ac3a8845fac6116c1ce45e5cc7cb80a7a4e9f (diff) |
Update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ bind main bm @git branch -m %(branch) "%(prompt New branch name: )" | |||
117 | bind main bM @git branch --force "%(prompt Move which branch to here? )" %(commit) | 117 | bind main bM @git branch --force "%(prompt Move which branch to here? )" %(commit) |
118 | bind main c @sh -c "git branch --points-at=%(commit) | \ | 118 | bind main c @sh -c "git branch --points-at=%(commit) | \ |
119 | sed -n '/^*/ {n;p}' | \ | 119 | sed -n '/^*/ {n;p}' | \ |
120 | { cat -; echo %(commit); } | \ | 120 | { cat; echo %(commit); } | \ |
121 | head -1 | \ | 121 | head -1 | \ |
122 | xargs git checkout" | 122 | xargs git checkout" |
123 | bind main bo >tig %(branch) | 123 | bind main bo >tig %(branch) |