Code

[GH-6] Make blame configurable via options from ~/.tigrc and the command line
[tig.git] / NEWS
diff --git a/NEWS b/NEWS
index bdbd0a4e710b25204eac543e55aa693b1fbc3076..6091738f29cdf2c42670af958e1b5c42d034141e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,13 @@ Release notes
 master
 ------
 
+Improvements:
+
+ - (GH-6) Make blame configurable via extra options passed from the command
+   line and blame-options setting from ~/.tigrc. For example:
+   
+       set blame-options = -C -C -C
+
 Bug fixes:
 
  - Expand %(directory) to . for the root directory. (GH-3)