diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-04 11:36:13 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-04 11:36:13 +0800 |
commit | aec82ec9a2519c9ac9bf1d377e8d1327b722aa03 (patch) | |
tree | d12d55d969623a7ac78eacd6eb910b0636213ca8 /tigrc | |
parent | 4c9a706fa1b8f567461c7b9a1ada0191ee047f36 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -188,8 +188,8 @@ bind main Zu ?>git submodule update | |||
188 | bind main Zi ?>git submodule init | 188 | bind main Zi ?>git submodule init |
189 | 189 | ||
190 | # show diff based on revision | 190 | # show diff based on revision |
191 | bind main . >sh -c "git diff --patch-with-stat %(commit) | tig" | 191 | bind main . >sh -c "git diff --patch-with-stat %(commit) | tig show" |
192 | bind main > >sh -c "git diff --patch-with-stat %(commit) --no-prefix -U1000 | tig" | 192 | bind main > >sh -c "git diff --patch-with-stat %(commit) --no-prefix -U1000 | tig show" |
193 | 193 | ||
194 | # make patches | 194 | # make patches |
195 | bind main PP ?>git format-patch %(commit) | 195 | bind main PP ?>git format-patch %(commit) |