summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-02-03 19:43:39 +0100
committerCanop <cano.petrole@gmail.com>2020-02-03 19:43:39 +0100
commit958cf115c7e8ca1669018a972e4d6b36faaba1cf (patch)
tree8cc8dfd00ed1e9f0f34b43eef4071447bd0e322c /CHANGELOG.md
parentaadab27410b880ecffe3ede4dbb72468af2c6b5b (diff)
`:git_status` verb keeping only git status relevant files
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b79a580..32d1af1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,8 @@
### master
New major feature: git related features
- `:show_git_file_info` compute git repo statistics and file statuses. Statistics are computed in background and cached.
-- `:git_diff` verb
+- `:git_diff` verb launching `git diff {file}`
+- `:git_status` filter files to show only the ones which are relevant for `git status` (warning: slow on big repositories)
Minor changes:
- on refresh or after command, if the previously selected path can't be selected (missing file, probably) then the previous index will be kept if possible