doc/pic.ms: typos (Zinn5jm)..
[s-roff.git] / NEWS
blob15796ae6b743367c1c98dcee419aeb6ae77464b0
1 S - r o f f  N e w s
2 ====================
4 The complete changelog of commits in between two versions can be
5 inspected by using the git(1) "log" command as shown below, where "OLD"
6 and "NEW" are the two versions to be compared, e.g., v2.0 and v2.1:
8   # All commits:
9   $ git log --reverse --topo-order --abbrev-commit OLD..NEW
10   # Only topic branch headers (--no-merges for content commits only):
11   $ git log --oneline --reverse --topo-order --merges OLD..NEW
12   # Same, but truly accessible:
13   $ git log --oneline --reverse --topo-order --merges --parents OLD..NEW |
14     while read c1 c2 c3 c4 c5 c6; do
15       printf "%-24s: \$ git log --oneline --no-merges ${c1} ^${c2}\n" "${c6}";
16     done
18 v2.0.0, 20??-??-??
19 ------------------
23 s-roff, 2014-08-19
24 ------------------
26 S-roff has been forked from GNU troff, revision 1.19.2-574-gecbf4f1
27 (from the official GNU troff git(1) repository; the last commit that
28 is still licensed under GPLv2).
30 This file is stripped down for major releases: to see NEWS for older
31 releases, use the git(1) revision control system on this file.  For
32 changes before the fork of S-roff, please look at all the ChangeLog
33 files that still exist for tag "s-roff" [ecbf4f1])
35 # s-ts-mode