We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27de41b commit ec8d716Copy full SHA for ec8d716
manual/README.md
@@ -0,0 +1,26 @@
1
+For studying the differences between prior tmux versions to check
2
+compatibility with legacy versions.
3
+
4
+Get source:
5
6
+```bash
7
+$ git clone https://github.com/tmux/tmux
8
+$ cd tmux
9
+```
10
11
+Converted with:
12
13
14
+$ git checkout <version>
15
+$ ./configure
16
+$ make
17
+$ groff -t -e -mandoc -Tascii tmux.1 | col -bx > manpage.txt
18
19
20
+repeat for versions.
21
22
+Create a git-diff style diff of version manuals:
23
24
25
+$ diff -u 1.6 1.8 > 1_6__1_8.diff
26
manual/README.rst
0 commit comments