|
@@ -4,12 +4,12 @@ Change log
|
4
|
4
|
|
5
|
5
|
Version 0.9.5 (2014-06-19)
|
6
|
6
|
|
7
|
|
- - Option `--width 0` now fits terminal size automatically
|
8
|
|
- - Enable smooth horizontal scrolling with less option `--shift 1`
|
|
7
|
+ - Option ``--width 0`` now fits terminal size automatically
|
|
8
|
+ - Enable smooth horizontal scrolling with less option ``--shift 1``
|
9
|
9
|
|
10
|
10
|
Version 0.9.4 (2014-06-04)
|
11
|
11
|
|
12
|
|
- - Respect the `LESS' environment variable
|
|
12
|
+ - Respect the ``LESS`` environment variable
|
13
|
13
|
- Support python 3.4
|
14
|
14
|
- Fix curl options in document
|
15
|
15
|
|
|
@@ -23,11 +23,11 @@ Version 0.9.3 (2013-09-28)
|
23
|
23
|
Version 0.9.2 (2013-06-21)
|
24
|
24
|
|
25
|
25
|
- Enahanced option parser now pass unknown option to underneath revision
|
26
|
|
- control, user can use `cdiff --cached`, `cdiff -U5` directly
|
|
26
|
+ control, user can use ``cdiff --cached``, ``cdiff -U5`` directly
|
27
|
27
|
|
28
|
28
|
Version 0.9.1 (2013-05-20)
|
29
|
29
|
|
30
|
|
- - Use `--no-ext-diff` to disable GIT_EXTERNAL_DIFF and diff.external which
|
|
30
|
+ - Use ``--no-ext-diff`` to disable GIT_EXTERNAL_DIFF and diff.external which
|
31
|
31
|
might break cdiff output
|
32
|
32
|
|
33
|
33
|
Version 0.9 (2013-03-23)
|
|
@@ -101,3 +101,5 @@ Version 0.0.3 (2013-02-04)
|
101
|
101
|
revision tools (thanks to `Steven Myint`_)
|
102
|
102
|
|
103
|
103
|
.. _Steven Myint: https://github.com/myint
|
|
104
|
+
|
|
105
|
+.. vim:set ft=rst et sw=4 sts=4 tw=79:
|