vim_extended: indicate whether a branch is merged into master
[vim_extended.git] / readme_vim_mainline.htm
blob9b73ab8b23e3fb4913e5192545aac6eda7789867
1 <p>
2 This is a git repository of the official Vim sources from
3 <a href="http://www.vim.org/">vim.org</a>. Additionally it offers a
4 branch with the source tree including the latest runtime and message
5 files.
6 </p>
8 <p>
9 Documentation:
10 <a href="http://repo.or.cz/w/vim_mainline.git?a=blob;f=README_gitrepo.txt;hb=stuff">
11 README_gitrepo.txt</a> from the <em>stuff</em> branch
12 </p>
14 <p>
15 <strong>NOTE</strong>: This repository was originally based on Vim's
16 subversion repository with git-svn, but now uses the official patches
17 for updating. For the sake of cleanness it will definitely be
18 <strong>completely rewritten</strong> some time. Please keep this in
19 mind when using this repository as base for your work.
20 </p>
22 <p>
23 Maintainer: <a href="mailto:markus.heidelberg@web.de">Markus Heidelberg</a>
24 </p>
26 <table>
27 <tr>
28 <th>Branch</th>
29 <th>Description</th>
30 </tr>
31 <tr>
32 <td>
33 <em>master</em>
34 </td>
35 <td>
36 Official Vim with latest runtime and message files<br />
37 Merges <em>vim</em>, <em>vim-runtime</em> and <em>vim-messages</em> branches.
38 </td>
39 </tr>
40 <tr>
41 <td>
42 <em>vim</em>
43 </td>
44 <td>
45 Official Vim<br />
46 Based on and the offical patches from <em>http://ftp.vim.org/pub/vim/patches/7.2/</em><br />
47 Originally based on <em>https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2</em><br />
48 The only modification is .gitignore and deletion of src/auto/config.{h,mk}
49 </td>
50 </tr>
51 <tr>
52 <td>
53 <em>vim-runtime</em>
54 </td>
55 <td>
56 Vim's latest runtime files<br />
57 Updated with rsync from <em>ftp.nluug.nl::Vim/runtime/</em><br />
58 Excludes dos/ and spell/*.{spl,sug} except for the English spell files.
59 </td>
60 </tr>
61 <tr>
62 <td>
63 <em>vim-messages</em>
64 </td>
65 <td>
66 Vim's latest message files<br />
67 Updated with rsync from <em>ftp.nluug.nl::Vim/message/</em>
68 </td>
69 </tr>
70 <tr>
71 <td>
72 <em>stuff</em>
73 </td>
74 <td>
75 Scripts and documentation for using and managing this repository
76 </td>
77 </tr>
78 </table>