aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 209adcc..c05b369 100644
--- a/tigrc
+++ b/tigrc
@@ -116,7 +116,7 @@ bind main bm @git branch -m %(branch) "%(prompt New branch name: )"
116bind main bM @git branch --force "%(prompt Move which branch to here? )" %(commit) 116bind main bM @git branch --force "%(prompt Move which branch to here? )" %(commit)
117bind main c @sh -c "git branch --points-at=%(commit) | \ 117bind main c @sh -c "git branch --points-at=%(commit) | \
118 sed -n '/^*/ {n;p}' | \ 118 sed -n '/^*/ {n;p}' | \
119 (cat -; echo %(commit)) | \ 119 { cat -; echo %(commit); } | \
120 head -1 | \ 120 head -1 | \
121 xargs git checkout" 121 xargs git checkout"
122bind main bo >tig %(branch) 122bind main bo >tig %(branch)