From 42e7169ed545fe9603cbc4af8e415835ed67b879 Mon Sep 17 00:00:00 2001 From: bootleq Date: Thu, 19 Oct 2017 21:26:23 +0800 Subject: [PATCH] Version 1.3.0 --- CHANGES.md | 4 ++++ bin/gitdiffall.rb | 2 +- doc/gitdiffall.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index df70417..7c96ed4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ CHANGES ======= +## 1.3.0 (2017-10-19) + +* Add `min_hash_abbr` option. + ## 1.2.0 (2016-06-05) * Easier integration with zplug. diff --git a/bin/gitdiffall.rb b/bin/gitdiffall.rb index ac86f3d..59afec9 100755 --- a/bin/gitdiffall.rb +++ b/bin/gitdiffall.rb @@ -2,7 +2,7 @@ require 'optparse' require 'pathname' -Version = '1.2.0' +Version = '1.3.0' config_path = [ '~/gitdiffall/config.rb', diff --git a/doc/gitdiffall.txt b/doc/gitdiffall.txt index 88fc4d7..5e587b5 100644 --- a/doc/gitdiffall.txt +++ b/doc/gitdiffall.txt @@ -1,6 +1,6 @@ *gitdiffall.txt* View git diff in Vim tabs -Version: 1.2.0 +Version: 1.3.0 Author: bootleq License: Public Domain Repository: https://github.com/bootleq/vim-gitdiffall