diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-12-20 18:29:37 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-12-20 18:29:37 +0800 |
commit | 50d13609b414441d022cdabf522edae249d5a688 (patch) | |
tree | 2df823674b5d58aeae8895106e5228a872ccfafe /tigrc | |
parent | d2326eb533dff9dcfbb32bc877dd11b3b3b4e2fc (diff) | |
parent | 322d421c0fa8e8dd0be75e202797218027df3d69 (diff) |
Merge branch 'dev' of github.com:typebrook/settings into dev
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -296,6 +296,9 @@ bind tree m >tig --follow -- %(file) | |||
296 | 296 | ||
297 | bind tree xt +sh -c "git rev-parse %(commit)^{tree} | xsel -ib -o | awk '{print \"Tree Clipped\", $1}'" | 297 | bind tree xt +sh -c "git rev-parse %(commit)^{tree} | xsel -ib -o | awk '{print \"Tree Clipped\", $1}'" |
298 | 298 | ||
299 | bind tree c NONE | ||
300 | bind tree cp +sh -c "git cat-file -p %(blob) >%(file) && echo File copied to %(file)" | ||
301 | |||
299 | bind tree . >sh -c "git diff --patch-with-stat %(ref) -- %(file) | tig" | 302 | bind tree . >sh -c "git diff --patch-with-stat %(ref) -- %(file) | tig" |
300 | 303 | ||
301 | #==================== | 304 | #==================== |