diff options
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -189,8 +189,8 @@ bind main Zu ?>git submodule update | |||
189 | bind main Zi ?>git submodule init | 189 | bind main Zi ?>git submodule init |
190 | 190 | ||
191 | # show diff based on revision | 191 | # show diff based on revision |
192 | bind main . >sh -c "git diff --patch-with-stat %(commit) | tig" | 192 | bind main . >sh -c "git diff --patch-with-stat %(commit) | tig show" |
193 | bind main > >sh -c "git diff --patch-with-stat %(commit) --no-prefix -U1000 | tig" | 193 | bind main > >sh -c "git diff --patch-with-stat %(commit) --no-prefix -U1000 | tig show" |
194 | 194 | ||
195 | # make patches | 195 | # make patches |
196 | bind main PP ?>git format-patch %(commit) | 196 | bind main PP ?>git format-patch %(commit) |