branch: externals/auctex commit 49d9aa8218df8d635b05bea1edcbf92aa3eebe82 Author: Mosè Giordano <m...@gnu.org> Date: Wed Dec 3 00:26:31 2014 +0100
Describe branches in README.GIT. * README.GIT: Describe branches of the repository. --- ChangeLog | 4 ++++ README.GIT | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3717bf8..b8d2696 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-12-03 Mos� Giordano <m...@gnu.org> + + * README.GIT: Describe branches of the repository. + 2014-12-02 Vladimir Lomov <lomov...@gmail.com> (tiny change) * latex/Makefile.in (MKINSTALLDIRS): Fix MKINSTALLDIRS path. diff --git a/README.GIT b/README.GIT index 44992ec..ad0bc85 100644 --- a/README.GIT +++ b/README.GIT @@ -1,3 +1,21 @@ +Organization of the repository +****************************** + +This repository has currently three branches: + + * 'master': the main branch of development of AUCTeX; + + * 'simplify-TeX-parse-error': a feature branch for improving parsing + of TeX logs; + + * 'gendocspatch': keeps a patch to build on-line manuals and is + intended to be used only by AUCTeX maintainers. Unless you are one + of them and know how to handle it, you really do not want to pull + this branch as it will be rebased frequently. + +Installation information +************************ + If you retrieved AUCTeX via Git instead of as a regular release, there are some files that need to be generated from their respective source files before you can continue reasonably with the instructions