summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 9c79f69..4e34004 100644
--- a/tigrc
+++ b/tigrc
@@ -291,6 +291,7 @@ bind refs brd ?git branch -rd %(remote)/%(branch)
291bind refs <Esc>f ?git fetch --all 291bind refs <Esc>f ?git fetch --all
292bind refs <C-F> ?git fetch %(remote) 292bind refs <C-F> ?git fetch %(remote)
293bind refs F ?git fetch %(remote) %(ref) 293bind refs F ?git fetch %(remote) %(ref)
294bind refs pd ?git push %(remote) :%(ref)
294 295
295bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" 296bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig"
296bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig" 297bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig"