aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-10-09 15:40:43 +0800
committertypebrook <typebrook@gmail.com>2019-10-09 15:40:43 +0800
commit373abf002b1b3c820be230a8460e51ddd28a6b7d (patch)
treef40b124bd4a9c581cc240d5fdf340bb42b611d5a /tigrc
parent8a4ad61fabcd0738c0c300335c2f592cd4527885 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index e714748..9b0b9c6 100644
--- a/tigrc
+++ b/tigrc
@@ -210,7 +210,7 @@ bind status k :?^[MADRU?]
210bind status A @git add . 210bind status A @git add .
211bind status R @git reset 211bind status R @git reset
212bind status gu @git update-index --assume-unchanged %(file) # ignore file 212bind status gu @git update-index --assume-unchanged %(file) # ignore file
213bind status gn >sh -c "git ls-files -v | grep '^h ' | cut -d' ' -f2 | \ 213bind status gn @sh -c "git ls-files -v | grep '^h ' | cut -d' ' -f2 | \
214 xargs git update-index --no-assume-unchanged" # resume ignored files 214 xargs git update-index --no-assume-unchanged" # resume ignored files
215 215
216# stash 216# stash