From 1af9feadf3ab3a78b6ad573d6e661e16acc6fd0b Mon Sep 17 00:00:00 2001 From: typebrook Date: Wed, 1 May 2019 23:05:36 +0800 Subject: update --- tigrc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'tigrc') diff --git a/tigrc b/tigrc index 6692c21..4140024 100644 --- a/tigrc +++ b/tigrc @@ -121,12 +121,13 @@ bind main Tp ?git push --tags bind main pt ?git push %(remote) %(tag) bind main TTd @git tag -d %(tag) -# android -bind main !sh scripts/bump_version.sh +# submodule +bind main Su ?>git submodule update +bind main Si ?>git submodule init # make patches -bind main S ?>git format-patch -1 %(commit) -bind main ?>git format-patch %(commit) +bind main ZZ ?>git format-patch %(commit) +bind main Z1 ?>git format-patch -1 %(commit) # show diff based on revision bind main . >sh -c "git diff %(commit) | tig" @@ -136,6 +137,9 @@ bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig" bind main i @hub browse -- commit/%(commit) bind main I >sh -c "hub issue | tig" +# android +bind main !sh scripts/bump_version.sh + # note #bind generic gnn !git notes edit %(commit) #bind generic gnr !git notes remove %(commit) -- cgit v1.2.3-70-g09d2