summaryrefslogtreecommitdiff
path: root/devel/git
diff options
context:
space:
mode:
Diffstat (limited to 'devel/git')
-rw-r--r--devel/git/Makefile14
-rw-r--r--devel/git/distinfo14
-rw-r--r--devel/git/files/patch-Documentation__Makefile6
-rw-r--r--devel/git/files/patch-Makefile13
-rw-r--r--devel/git/files/patch-configure.ac79
-rw-r--r--devel/git/pkg-plist2037
6 files changed, 1191 insertions, 972 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile
index 736c3f86f468..164556ca0ff0 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -1,5 +1,6 @@
PORTNAME= git
-DISTVERSION= 2.49.0
+DISTVERSION= 2.50.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= KERNEL_ORG/software/scm/git
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
@@ -59,7 +60,6 @@ SHEBANG_FILES= Documentation/*.perl \
contrib/*/*.pl \
contrib/*/*/*.perl \
contrib/*/*/*.pl \
- contrib/buildsystems/generate \
contrib/contacts/git-contacts \
contrib/fast-import/import-zips.py \
contrib/hooks/update-paranoid \
@@ -71,7 +71,7 @@ CONFIGURE_ARGS= --enable-pthreads=-pthread ac_cv_header_libcharset_h=no
.if ${SUBPORT} == core
-OPTIONS_DEFINE= CONTRIB CURL GITWEB HTMLDOCS ICONV NLS PCRE2 PERL SEND_EMAIL \
+OPTIONS_DEFINE= CONTRIB CURL DOCS GITWEB ICONV NLS PCRE2 PERL SEND_EMAIL \
SUBTREE
OPTIONS_DEFAULT=CONTRIB CURL GITWEB ICONV PCRE2 PERL SEND_EMAIL SUBTREE
@@ -91,7 +91,6 @@ OPTIONS_FILE= ${PORT_DBDIR}/${OPTIONS_NAME}/${FLAVOR}-options
CONTRIB_DESC= Install contributed scripts
CURL_DESC= Install curl support (provides HTTPS transport)
GITWEB_DESC= Install gitweb
-HTMLDOCS_DESC= Install additional documentation
PCRE2_DESC= Use Perl Compatible Regular Expressions (v2)
SEND_EMAIL_DESC=Enable the git-send-email(1) script
SUBTREE_DESC= Install git-subtree
@@ -106,7 +105,6 @@ PERL_RUN_DEPENDS= p5-Error>=0:lang/p5-Error
PERL_MAKE_ARGS_OFF= NO_PERL=1
GITWEB_IMPLIES= PERL
-GITWEB_RUN_DEPENDS= p5-CGI>=0:www/p5-CGI
GITWEB_MAKE_ARGS_OFF= NO_GITWEB=1
PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2
@@ -124,7 +122,7 @@ CURL_RUN_DEPENDS= curl:ftp/curl
CURL_LIB_DEPENDS= libexpat.so:textproc/expat2
CURL_MAKE_ARGS_OFF= NO_CURL=1 NO_EXPAT=1
-HTMLDOCS_DISTFILES= ${PORTNAME}-htmldocs-${DISTVERSION}${EXTRACT_SUFX}
+DOCS_DISTFILES= ${PORTNAME}-htmldocs-${DISTVERSION}${EXTRACT_SUFX}
SUBTREE_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \
xmlto:textproc/xmlto
@@ -190,7 +188,7 @@ RMMAN1+= git-cvsimport.1 \
RMMAN7+= gitcvs-migration.7
.endif
-post-extract-HTMLDOCS-on:
+post-extract-DOCS-on:
@${MKDIR} ${WRKDIR}/htmldocs
@cd ${WRKDIR}/htmldocs && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
${DISTDIR}/${PORTNAME}-htmldocs-${DISTVERSION}${EXTRACT_SUFX} \
@@ -263,7 +261,7 @@ post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/scalar \
${STAGEDIR}${PREFIX}/libexec/git-core/scalar
-post-install-HTMLDOCS-on:
+post-install-DOCS-on:
# Manually remove the index.html symlink before installing, and then
# recreate it after. This is necessary because the distfile is
# extracted with --no-same-owner. If the distfile is extracted as a
diff --git a/devel/git/distinfo b/devel/git/distinfo
index c8a762a1997e..e56d8b21a27a 100644
--- a/devel/git/distinfo
+++ b/devel/git/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1742244422
-SHA256 (git-2.49.0.tar.xz) = 618190cf590b7e9f6c11f91f23b1d267cd98c3ab33b850416d8758f8b5a85628
-SIZE (git-2.49.0.tar.xz) = 7771796
-SHA256 (git-manpages-2.49.0.tar.xz) = 2e4743168c4fba9729a50a1d7e52a5c94bc134a55df2e1bcee90762ebac2c4d7
-SIZE (git-manpages-2.49.0.tar.xz) = 594760
-SHA256 (git-htmldocs-2.49.0.tar.xz) = 949e0392c749fd6265e5b040df07cc3226d0ea300c2c166171295881e7070671
-SIZE (git-htmldocs-2.49.0.tar.xz) = 1602472
+TIMESTAMP = 1750423147
+SHA256 (git-2.50.0.tar.xz) = dff3c000e400ace3a63b8a6f8b3b76b88ecfdffd4504a04aba4248372cdec045
+SIZE (git-2.50.0.tar.xz) = 7878256
+SHA256 (git-manpages-2.50.0.tar.xz) = 58e73c5271dc7ac0553648cb58b981690aab6f604eef7da14c579a6bccbe9211
+SIZE (git-manpages-2.50.0.tar.xz) = 598416
+SHA256 (git-htmldocs-2.50.0.tar.xz) = 790ffce64c9f439624c5cdc41249e0e6b86010f35eb74456e814de74a29b4bf3
+SIZE (git-htmldocs-2.50.0.tar.xz) = 1615020
diff --git a/devel/git/files/patch-Documentation__Makefile b/devel/git/files/patch-Documentation__Makefile
index 5e4767180bdf..73a1d7208558 100644
--- a/devel/git/files/patch-Documentation__Makefile
+++ b/devel/git/files/patch-Documentation__Makefile
@@ -1,6 +1,6 @@
---- Documentation/Makefile.orig 2025-03-14 16:40:00 UTC
+--- Documentation/Makefile.orig 2025-06-16 05:42:57 UTC
+++ Documentation/Makefile
-@@ -143,11 +143,11 @@ DOC_MAN7 = $(patsubst %.adoc,%.7,$(filter $(MAN_FILTER
+@@ -144,11 +144,11 @@ DOC_MAN7 = $(patsubst %.adoc,%.7,$(filter $(MAN_FILTER
DOC_MAN5 = $(patsubst %.adoc,%.5,$(filter $(MAN_FILTER),$(MAN5_TXT)))
DOC_MAN7 = $(patsubst %.adoc,%.7,$(filter $(MAN_FILTER),$(MAN7_TXT)))
@@ -15,7 +15,7 @@
mandir ?= $(prefix)/share/man
man1dir = $(mandir)/man1
man5dir = $(mandir)/man5
-@@ -245,7 +245,7 @@ endif
+@@ -246,7 +246,7 @@ endif
ASCIIDOC_EXTRA += -a 'git-default-editor=$(DEFAULT_EDITOR_SQ)'
endif
diff --git a/devel/git/files/patch-Makefile b/devel/git/files/patch-Makefile
index 9173829d2894..b26e17562f15 100644
--- a/devel/git/files/patch-Makefile
+++ b/devel/git/files/patch-Makefile
@@ -1,11 +1,12 @@
---- Makefile.orig 2025-01-10 17:43:46 UTC
+--- Makefile.orig 2025-06-16 05:42:57 UTC
+++ Makefile
-@@ -613,16 +613,16 @@ mandir = $(prefix)/share/man
+@@ -614,17 +614,17 @@ mandir = $(prefix)/share/man
prefix = $(HOME)
bindir = $(prefix)/bin
mandir = $(prefix)/share/man
-infodir = $(prefix)/share/info
+infodir = $(prefix)/info
+ bash_completion_dir = $(prefix)/share/bash-completion/completions
gitexecdir = libexec/git-core
mergetoolsdir = $(gitexecdir)/mergetools
sharedir = $(prefix)/share
@@ -21,7 +22,7 @@
ETC_GITCONFIG = $(sysconfdir)/gitconfig
ETC_GITATTRIBUTES = $(sysconfdir)/gitattributes
lib = lib
-@@ -647,8 +647,8 @@ INSTALL = install
+@@ -649,8 +649,8 @@ INSTALL = install
TAR = tar
FIND = find
INSTALL = install
@@ -32,7 +33,7 @@
XGETTEXT = xgettext
MSGCAT = msgcat
MSGFMT = msgfmt
-@@ -1696,9 +1696,9 @@ ifndef NO_OPENSSL
+@@ -1723,9 +1723,9 @@ ifndef NO_OPENSSL
ifndef NO_OPENSSL
OPENSSL_LIBSSL = -lssl
@@ -45,7 +46,7 @@
else
OPENSSL_LINK =
endif
-@@ -2627,7 +2627,7 @@ else # NO_PERL
+@@ -2672,7 +2672,7 @@ else # NO_PERL
chmod +x $@+ && \
mv $@+ $@
else # NO_PERL
@@ -54,7 +55,7 @@
$(QUIET_GEN) \
sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
-e 's|@REASON@|NO_PERL=$(NO_PERL)|g' \
-@@ -3489,7 +3489,7 @@ install: all
+@@ -3540,7 +3540,7 @@ install: all
$(INSTALL) $(SCRIPTS) '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
$(INSTALL) -m 644 $(SCRIPT_LIB) '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
$(INSTALL) $(INSTALL_STRIP) $(install_bindir_xprograms) '$(DESTDIR_SQ)$(bindir_SQ)'
diff --git a/devel/git/files/patch-configure.ac b/devel/git/files/patch-configure.ac
index 188508a0a19e..35ed793fa5c4 100644
--- a/devel/git/files/patch-configure.ac
+++ b/devel/git/files/patch-configure.ac
@@ -1,9 +1,9 @@
# Specify 'allow-without' to allow --without-perl to be used
# TODO: Upstream
---- configure.ac.orig 2018-04-02 17:44:04 UTC
+--- configure.ac.orig 2025-06-16 05:42:57 UTC
+++ configure.ac
-@@ -414,7 +414,7 @@ GIT_PARSE_WITH_SET_MAKE_VAR(editor, DEFAULT_EDITOR,
+@@ -396,7 +396,7 @@ GIT_ARG_SET_PATH(shell)
GIT_ARG_SET_PATH(shell)
#
# Define PERL_PATH to provide path to Perl.
@@ -12,3 +12,78 @@
#
# Define PYTHON_PATH to provide path to Python.
GIT_ARG_SET_PATH(python, allow-without)
+@@ -1068,32 +1068,6 @@ GIT_CONF_SUBST([CHARSET_LIB])
+ GIT_CONF_SUBST([CHARSET_LIB])
+
+ #
+-# Define HAVE_SYSINFO=YesPlease if sysinfo is available.
+-#
+-AC_DEFUN([HAVE_SYSINFO_SRC], [
+-AC_LANG_PROGRAM([[
+-#include <stdint.h>
+-#include <sys/sysinfo.h>
+-]], [[
+-struct sysinfo si;
+-uint64_t t = 0;
+-if (!sysinfo(&si)) {
+- t = si.totalram;
+- if (si.mem_unit > 1)
+- t *= (uint64_t)si.mem_unit;
+-}
+-return t;
+-]])])
+-
+-AC_MSG_CHECKING([for sysinfo])
+-AC_COMPILE_IFELSE([HAVE_SYSINFO_SRC],
+- [AC_MSG_RESULT([yes])
+- HAVE_SYSINFO=YesPlease],
+- [AC_MSG_RESULT([no])
+- HAVE_SYSINFO=])
+-GIT_CONF_SUBST([HAVE_SYSINFO])
+-
+-#
+ # Define HAVE_CLOCK_GETTIME=YesPlease if clock_gettime is available.
+ GIT_CHECK_FUNC(clock_gettime,
+ [HAVE_CLOCK_GETTIME=YesPlease],
+@@ -1220,6 +1194,41 @@ GIT_CONF_SUBST([HAVE_BSD_SYSCTL])
+ [AC_MSG_RESULT([no])
+ HAVE_BSD_SYSCTL=])
+ GIT_CONF_SUBST([HAVE_BSD_SYSCTL])
++
++#
++# Define HAVE_SYSINFO=YesPlease if sysinfo is available.
++#
++
++HAVE_SYSINFO=
++# on a *BSD system, sysctl() takes precedence over the
++# sysinfo() compatibility library (if installed).
++
++if test -z "$HAVE_BSD_SYSCTL"; then
++
++ AC_DEFUN([HAVE_SYSINFO_SRC], [
++ AC_LANG_PROGRAM([[
++ #include <stdint.h>
++ #include <sys/sysinfo.h>
++ ]], [[
++ struct sysinfo si;
++ uint64_t t = 0;
++ if (!sysinfo(&si)) {
++ t = si.totalram;
++ if (si.mem_unit > 1)
++ t *= (uint64_t)si.mem_unit;
++ }
++ return t;
++ ]])])
++
++ AC_MSG_CHECKING([for sysinfo])
++ AC_COMPILE_IFELSE([HAVE_SYSINFO_SRC],
++ [AC_MSG_RESULT([yes])
++ HAVE_SYSINFO=YesPlease],
++ [AC_MSG_RESULT([no])
++ HAVE_SYSINFO=])
++ GIT_CONF_SUBST([HAVE_SYSINFO])
++
++fi
+
+ ## Other checks.
+ # Define NO_SYMLINK_HEAD if you never want .git/HEAD to be a symbolic link.
diff --git a/devel/git/pkg-plist b/devel/git/pkg-plist
index 9026f173ca23..143acb19e58e 100644
--- a/devel/git/pkg-plist
+++ b/devel/git/pkg-plist
@@ -65,6 +65,7 @@ libexec/git-core/git-diagnose
libexec/git-core/git-diff
libexec/git-core/git-diff-files
libexec/git-core/git-diff-index
+libexec/git-core/git-diff-pairs
libexec/git-core/git-diff-tree
libexec/git-core/git-difftool
libexec/git-core/git-difftool--helper
@@ -217,6 +218,7 @@ libexec/git-core/mergetools/vscode
libexec/git-core/mergetools/winmerge
libexec/git-core/mergetools/xxdiff
libexec/git-core/scalar
+share/bash-completion/completions/git
share/man/man1/git-add.1.gz
share/man/man1/git-am.1.gz
share/man/man1/git-annotate.1.gz
@@ -255,6 +257,7 @@ share/man/man1/git-describe.1.gz
share/man/man1/git-diagnose.1.gz
share/man/man1/git-diff-files.1.gz
share/man/man1/git-diff-index.1.gz
+share/man/man1/git-diff-pairs.1.gz
share/man/man1/git-diff-tree.1.gz
share/man/man1/git-diff.1.gz
share/man/man1/git-difftool.1.gz
@@ -408,945 +411,1093 @@ share/man/man7/gitsubmodules.7.gz
share/man/man7/gittutorial-2.7.gz
share/man/man7/gittutorial.7.gz
share/man/man7/gitworkflows.7.gz
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.8.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.8.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.9.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.6.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.6.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.6.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.8.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.9.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.2.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.2.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.2.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.1.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.1.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.1.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.1.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.1.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.10.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.10.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.10.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.10.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.10.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.10.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.11.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.11.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.11.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.11.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.11.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.12.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.12.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.12.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.12.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.12.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.12.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.13.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.13.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.13.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.13.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.13.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.13.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.13.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.13.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.14.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.14.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.14.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.14.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.14.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.14.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.14.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.15.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.15.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.15.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.15.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.15.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.16.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.16.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.16.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.16.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.16.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.16.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.16.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.17.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.17.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.17.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.17.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.17.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.17.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.17.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.18.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.18.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.18.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.18.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.18.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.18.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.19.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.19.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.19.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.19.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.19.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.19.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.19.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.20.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.20.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.20.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.20.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.20.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.20.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.21.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.21.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.21.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.21.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.21.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.22.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.22.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.22.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.22.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.22.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.22.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.23.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.23.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.23.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.23.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.23.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.24.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.24.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.24.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.24.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.24.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.25.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.25.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.25.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.25.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.25.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.25.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.26.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.26.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.26.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.26.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.27.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.27.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.28.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.28.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.29.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.29.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.29.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.29.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.10.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.8.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.3.9.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.30.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.30.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.30.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.30.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.30.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.30.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.30.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.30.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.30.8.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.30.9.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.31.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.31.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.31.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.31.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.31.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.31.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.31.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.31.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.31.8.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.32.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.32.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.32.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.32.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.32.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.32.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.32.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.32.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.33.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.33.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.33.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.33.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.33.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.33.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.33.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.33.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.33.8.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.34.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.34.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.34.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.34.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.34.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.34.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.34.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.34.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.34.8.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.35.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.35.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.35.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.35.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.35.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.35.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.35.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.35.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.35.8.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.36.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.36.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.36.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.36.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.36.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.36.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.36.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.37.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.37.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.37.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.37.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.37.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.37.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.37.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.37.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.38.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.38.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.38.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.38.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.38.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.38.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.39.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.39.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.39.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.39.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.39.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.39.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.10.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.11.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.12.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.8.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.9.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.40.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.40.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.40.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.40.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.40.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.41.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.41.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.41.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.41.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.42.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.42.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.42.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.42.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.42.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.43.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.43.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.43.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.43.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.43.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.43.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.43.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.44.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.44.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.44.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.44.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.45.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.45.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.45.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.45.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.46.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.46.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.46.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.46.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.47.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.47.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.47.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.48.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.48.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.49.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.5.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.5.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.5.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.5.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.5.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.5.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.5.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.7.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.6.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.9.0.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.9.1.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.9.2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.9.3.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.9.4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.9.5.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/SubmittingPatches.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/SubmittingPatches.html
-%%HTMLDOCS%%%%DOCSDIR%%/blame-options.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/cmds-ancillaryinterrogators.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/cmds-ancillarymanipulators.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/cmds-foreignscminterface.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/cmds-mainporcelain.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/cmds-plumbinginterrogators.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/cmds-plumbingmanipulators.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/cmds-purehelpers.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/cmds-synchelpers.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/cmds-synchingrepositories.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/config.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/date-formats.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/diff-format.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/diff-generate-patch.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/diff-options.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/docbook-xsl.css
-%%HTMLDOCS%%%%DOCSDIR%%/everyday.html
-%%HTMLDOCS%%%%DOCSDIR%%/fetch-options.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-add.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-add.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-am.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-am.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-annotate.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-annotate.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-apply.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-apply.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-archimport.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-archimport.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-archive.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-archive.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-bisect-lk2009.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-bisect-lk2009.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-bisect.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-bisect.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-blame.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-blame.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-branch.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-branch.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-bundle.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-bundle.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-cat-file.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-cat-file.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-check-attr.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-check-attr.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-check-ignore.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-check-ignore.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-check-mailmap.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-check-mailmap.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-check-ref-format.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-check-ref-format.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-checkout-index.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-checkout-index.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-checkout.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-checkout.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-cherry-pick.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-cherry-pick.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-cherry.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-cherry.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-citool.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-citool.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-clean.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-clean.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-clone.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-clone.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-column.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-column.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-commit-graph.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-commit-graph.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-commit-tree.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-commit-tree.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-commit.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-commit.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-config.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-config.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-count-objects.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-count-objects.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache--daemon.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache--daemon.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-credential-store.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-credential-store.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-credential.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-credential.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-cvsexportcommit.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-cvsexportcommit.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-cvsimport.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-cvsimport.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-cvsserver.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-cvsserver.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-daemon.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-daemon.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-describe.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-describe.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-diff-files.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-diff-files.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-diff-index.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-diff-index.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-diff-tree.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-diff-tree.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-diff.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-diff.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-difftool.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-difftool.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-fast-export.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-fast-export.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-fast-import.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-fast-import.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-fetch-pack.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-fetch-pack.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-fetch.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-fetch.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-filter-branch.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-filter-branch.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-fmt-merge-msg.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-fmt-merge-msg.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-for-each-ref.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-for-each-ref.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-format-patch.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-format-patch.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-fsck-objects.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-fsck-objects.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-fsck.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-fsck.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-gc.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-gc.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-get-tar-commit-id.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-get-tar-commit-id.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-grep.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-grep.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-gui.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-gui.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-hash-object.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-hash-object.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-help.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-help.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-http-backend.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-http-backend.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-http-fetch.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-http-fetch.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-http-push.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-http-push.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-imap-send.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-imap-send.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-index-pack.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-index-pack.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-init-db.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-init-db.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-init.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-init.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-instaweb.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-instaweb.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-interpret-trailers.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-interpret-trailers.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-log.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-log.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-ls-files.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-ls-files.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-ls-remote.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-ls-remote.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-ls-tree.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-ls-tree.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-mailinfo.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-mailinfo.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-mailsplit.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-mailsplit.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-merge-base.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-merge-base.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-merge-file.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-merge-file.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-merge-index.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-merge-index.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-merge-one-file.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-merge-one-file.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-merge-tree.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-merge-tree.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-merge.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-merge.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool--lib.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool--lib.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-mktag.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-mktag.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-mktree.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-mktree.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-mv.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-mv.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-name-rev.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-name-rev.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-notes.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-notes.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-p4.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-p4.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-pack-objects.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-pack-objects.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-pack-redundant.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-pack-redundant.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-pack-refs.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-pack-refs.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-patch-id.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-patch-id.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-prune-packed.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-prune-packed.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-prune.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-prune.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-pull.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-pull.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-push.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-push.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-quiltimport.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-quiltimport.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-read-tree.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-read-tree.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-rebase.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-rebase.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-receive-pack.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-receive-pack.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-reflog.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-reflog.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-remote-ext.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-remote-ext.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-remote-fd.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-remote-fd.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-remote-helpers.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-remote.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-remote.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-repack.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-repack.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-replace.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-replace.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-request-pull.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-request-pull.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-rerere.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-rerere.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-reset.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-reset.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-rev-list.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-rev-list.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-rev-parse.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-rev-parse.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-revert.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-revert.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-rm.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-rm.html
-%%SEND_EMAIL%%%%HTMLDOCS%%%%DOCSDIR%%/git-send-email.html
-%%SEND_EMAIL%%%%HTMLDOCS%%%%DOCSDIR%%/git-send-email.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-send-pack.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-send-pack.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n--envsubst.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n--envsubst.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-sh-setup.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-sh-setup.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-shell.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-shell.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-shortlog.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-shortlog.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-show-branch.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-show-branch.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-show-index.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-show-index.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-show-ref.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-show-ref.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-show.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-show.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-stage.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-stage.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-stash.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-stash.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-status.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-status.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-stripspace.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-stripspace.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-submodule.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-submodule.html
-%%SUBTREE%%%%HTMLDOCS%%%%DOCSDIR%%/git-subtree.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-svn.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-svn.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-symbolic-ref.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-symbolic-ref.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-tag.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-tag.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-tools.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-tools.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-file.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-file.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-objects.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-objects.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-update-index.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-update-index.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-update-ref.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-update-ref.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-update-server-info.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-update-server-info.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-upload-archive.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-upload-archive.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-upload-pack.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-upload-pack.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-var.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-var.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-verify-commit.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-verify-commit.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-verify-pack.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-verify-pack.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-verify-tag.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-verify-tag.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-web--browse.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-web--browse.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-whatchanged.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-whatchanged.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-worktree.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-worktree.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-write-tree.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git-write-tree.html
-%%HTMLDOCS%%%%DOCSDIR%%/git.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/git.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitattributes.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitattributes.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitcli.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitcli.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitcore-tutorial.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitcore-tutorial.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitcredentials.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitcredentials.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitcvs-migration.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitcvs-migration.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitdiffcore.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitdiffcore.html
-%%HTMLDOCS%%%%DOCSDIR%%/giteveryday.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/giteveryday.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitglossary.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitglossary.html
-%%HTMLDOCS%%%%DOCSDIR%%/githooks.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/githooks.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitignore.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitignore.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitk.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitk.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitmodules.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitmodules.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitnamespaces.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitnamespaces.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitremote-helpers.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitremote-helpers.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitrepository-layout.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitrepository-layout.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitrevisions.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitrevisions.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitsubmodules.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitsubmodules.html
-%%HTMLDOCS%%%%DOCSDIR%%/gittutorial-2.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gittutorial-2.html
-%%HTMLDOCS%%%%DOCSDIR%%/gittutorial.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gittutorial.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitweb.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitweb.conf.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitweb.conf.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitweb.html
-%%HTMLDOCS%%%%DOCSDIR%%/gitworkflows.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/gitworkflows.html
-%%HTMLDOCS%%%%DOCSDIR%%/glossary-content.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto-index.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto-index.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/keep-canonical-history-correct.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/keep-canonical-history-correct.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/maintain-git.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/maintain-git.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/new-command.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/new-command.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/rebase-from-internal-branch.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/rebase-from-internal-branch.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/rebuild-from-update-hook.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/rebuild-from-update-hook.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-blob-object.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-blob-object.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-object-harder.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-object-harder.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-a-faulty-merge.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-a-faulty-merge.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-branch-rebase.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-branch-rebase.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/separating-topic-branches.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/separating-topic-branches.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/setup-git-server-over-http.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/setup-git-server-over-http.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/update-hook-example.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/update-hook-example.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/use-git-daemon.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/use-git-daemon.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/using-merge-subtree.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/using-merge-subtree.html
-%%HTMLDOCS%%%%DOCSDIR%%/howto/using-signed-tag-in-pull-request.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/howto/using-signed-tag-in-pull-request.html
-%%HTMLDOCS%%%%DOCSDIR%%/i18n.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/index.html
-%%HTMLDOCS%%%%DOCSDIR%%/line-range-format.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/merge-options.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/merge-strategies.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/mergetools-diff.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/mergetools-merge.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/pretty-formats.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/pretty-options.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/pull-fetch-param.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/rev-list-options.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/revisions.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/sequencer.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/transfer-data-leaks.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/urls-remotes.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/urls.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/user-manual.adoc
-%%HTMLDOCS%%%%DOCSDIR%%/user-manual.html
+%%DOCS%%%%DOCSDIR%%/BreakingChanges.adoc
+%%DOCS%%%%DOCSDIR%%/BreakingChanges.html
+%%DOCS%%%%DOCSDIR%%/DecisionMaking.adoc
+%%DOCS%%%%DOCSDIR%%/DecisionMaking.html
+%%DOCS%%%%DOCSDIR%%/MyFirstContribution.adoc
+%%DOCS%%%%DOCSDIR%%/MyFirstContribution.html
+%%DOCS%%%%DOCSDIR%%/MyFirstObjectWalk.adoc
+%%DOCS%%%%DOCSDIR%%/MyFirstObjectWalk.html
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.0.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.0.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.0.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.0.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.0.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.0.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.0.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.1.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.1.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.1.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.1.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.1.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.1.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.2.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.2.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.2.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.2.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.2.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.3.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.3.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.3.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.3.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.3.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.3.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.3.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.3.8.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.4.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.4.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.4.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.4.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.4.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.4.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.4.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.5.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.5.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.5.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.5.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.5.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.5.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.6.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.6.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.6.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.6.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.6.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.6.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.5.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.0.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.0.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.0.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.0.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.0.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.0.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.1.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.1.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.1.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.1.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.2.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.2.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.2.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.2.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.2.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.3.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.3.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.3.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.3.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.4.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.4.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.4.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.4.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.4.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.5.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.5.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.5.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.5.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.5.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.5.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.5.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.5.8.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.5.9.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.6.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.6.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.6.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.6.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.0.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.0.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.0.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.0.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.0.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.0.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.0.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.0.8.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.0.9.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.1.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.1.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.1.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.1.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.10.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.10.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.10.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.10.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.10.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.10.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.11.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.11.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.11.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.11.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.11.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.11.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.11.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.11.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.12.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.12.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.12.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.12.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.12.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.2.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.2.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.2.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.2.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.2.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.3.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.3.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.3.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.3.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.3.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.4.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.4.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.4.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.4.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.4.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.5.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.5.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.5.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.5.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.6.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.6.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.6.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.6.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.6.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.6.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.7.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.7.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.7.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.7.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.7.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.7.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.7.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.8.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.8.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.8.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.8.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.8.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.8.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.8.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.9.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.9.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.9.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.9.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.9.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.9.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.9.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.7.9.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.0.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.0.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.0.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.1.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.1.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.1.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.1.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.1.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.1.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.2.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.2.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.2.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.3.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.3.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.3.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.3.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.4.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.4.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.4.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.4.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.4.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.5.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.5.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.5.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.5.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.5.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.5.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.8.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.9.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.9.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.9.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.9.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.9.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/1.9.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.0.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.0.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.0.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.0.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.0.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.0.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.1.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.1.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.1.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.1.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.1.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.10.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.10.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.10.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.10.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.10.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.10.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.11.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.11.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.11.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.11.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.11.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.12.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.12.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.12.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.12.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.12.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.12.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.13.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.13.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.13.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.13.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.13.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.13.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.13.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.13.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.14.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.14.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.14.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.14.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.14.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.14.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.14.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.15.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.15.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.15.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.15.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.15.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.16.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.16.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.16.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.16.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.16.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.16.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.16.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.17.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.17.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.17.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.17.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.17.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.17.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.17.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.18.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.18.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.18.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.18.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.18.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.18.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.19.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.19.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.19.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.19.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.19.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.19.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.19.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.2.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.2.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.2.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.2.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.20.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.20.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.20.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.20.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.20.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.20.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.21.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.21.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.21.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.21.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.21.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.22.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.22.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.22.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.22.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.22.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.22.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.23.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.23.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.23.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.23.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.23.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.24.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.24.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.24.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.24.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.24.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.25.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.25.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.25.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.25.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.25.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.25.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.26.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.26.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.26.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.26.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.27.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.27.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.28.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.28.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.29.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.29.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.29.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.29.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.3.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.3.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.3.10.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.3.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.3.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.3.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.3.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.3.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.3.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.3.8.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.3.9.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.30.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.30.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.30.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.30.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.30.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.30.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.30.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.30.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.30.8.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.30.9.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.31.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.31.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.31.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.31.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.31.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.31.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.31.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.31.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.31.8.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.32.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.32.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.32.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.32.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.32.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.32.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.32.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.32.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.33.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.33.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.33.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.33.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.33.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.33.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.33.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.33.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.33.8.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.34.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.34.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.34.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.34.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.34.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.34.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.34.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.34.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.34.8.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.35.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.35.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.35.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.35.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.35.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.35.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.35.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.35.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.35.8.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.36.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.36.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.36.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.36.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.36.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.36.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.36.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.37.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.37.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.37.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.37.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.37.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.37.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.37.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.37.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.38.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.38.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.38.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.38.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.38.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.38.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.39.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.39.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.39.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.39.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.39.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.39.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.4.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.4.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.4.10.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.4.11.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.4.12.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.4.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.4.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.4.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.4.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.4.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.4.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.4.8.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.4.9.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.40.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.40.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.40.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.40.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.40.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.41.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.41.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.41.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.41.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.42.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.42.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.42.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.42.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.42.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.43.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.43.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.43.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.43.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.43.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.43.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.43.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.44.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.44.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.44.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.44.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.45.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.45.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.45.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.45.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.46.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.46.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.46.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.46.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.47.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.47.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.47.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.48.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.48.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.49.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.50.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.5.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.5.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.5.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.5.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.5.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.5.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.5.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.6.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.6.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.6.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.6.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.6.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.6.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.6.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.6.7.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.7.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.7.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.7.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.7.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.7.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.7.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.7.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.8.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.8.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.8.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.8.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.8.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.8.5.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.8.6.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.9.0.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.9.1.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.9.2.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.9.3.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.9.4.adoc
+%%DOCS%%%%DOCSDIR%%/RelNotes/2.9.5.adoc
+%%DOCS%%%%DOCSDIR%%/ReviewingGuidelines.adoc
+%%DOCS%%%%DOCSDIR%%/ReviewingGuidelines.html
+%%DOCS%%%%DOCSDIR%%/SubmittingPatches.adoc
+%%DOCS%%%%DOCSDIR%%/SubmittingPatches.html
+%%DOCS%%%%DOCSDIR%%/ToolsForGit.adoc
+%%DOCS%%%%DOCSDIR%%/ToolsForGit.html
+%%DOCS%%%%DOCSDIR%%/blame-options.adoc
+%%DOCS%%%%DOCSDIR%%/cmds-ancillaryinterrogators.adoc
+%%DOCS%%%%DOCSDIR%%/cmds-ancillarymanipulators.adoc
+%%DOCS%%%%DOCSDIR%%/cmds-developerinterfaces.adoc
+%%DOCS%%%%DOCSDIR%%/cmds-foreignscminterface.adoc
+%%DOCS%%%%DOCSDIR%%/cmds-guide.adoc
+%%DOCS%%%%DOCSDIR%%/cmds-mainporcelain.adoc
+%%DOCS%%%%DOCSDIR%%/cmds-plumbinginterrogators.adoc
+%%DOCS%%%%DOCSDIR%%/cmds-plumbingmanipulators.adoc
+%%DOCS%%%%DOCSDIR%%/cmds-purehelpers.adoc
+%%DOCS%%%%DOCSDIR%%/cmds-synchelpers.adoc
+%%DOCS%%%%DOCSDIR%%/cmds-synchingrepositories.adoc
+%%DOCS%%%%DOCSDIR%%/cmds-userinterfaces.adoc
+%%DOCS%%%%DOCSDIR%%/config.adoc
+%%DOCS%%%%DOCSDIR%%/date-formats.adoc
+%%DOCS%%%%DOCSDIR%%/diff-format.adoc
+%%DOCS%%%%DOCSDIR%%/diff-generate-patch.adoc
+%%DOCS%%%%DOCSDIR%%/diff-options.adoc
+%%DOCS%%%%DOCSDIR%%/docbook-xsl.css
+%%DOCS%%%%DOCSDIR%%/docinfo.html
+%%DOCS%%%%DOCSDIR%%/everyday.html
+%%DOCS%%%%DOCSDIR%%/fetch-options.adoc
+%%DOCS%%%%DOCSDIR%%/fsck-msgids.adoc
+%%DOCS%%%%DOCSDIR%%/git-add.adoc
+%%DOCS%%%%DOCSDIR%%/git-add.html
+%%DOCS%%%%DOCSDIR%%/git-am.adoc
+%%DOCS%%%%DOCSDIR%%/git-am.html
+%%DOCS%%%%DOCSDIR%%/git-annotate.adoc
+%%DOCS%%%%DOCSDIR%%/git-annotate.html
+%%DOCS%%%%DOCSDIR%%/git-apply.adoc
+%%DOCS%%%%DOCSDIR%%/git-apply.html
+%%DOCS%%%%DOCSDIR%%/git-archimport.adoc
+%%DOCS%%%%DOCSDIR%%/git-archimport.html
+%%DOCS%%%%DOCSDIR%%/git-archive.adoc
+%%DOCS%%%%DOCSDIR%%/git-archive.html
+%%DOCS%%%%DOCSDIR%%/git-backfill.adoc
+%%DOCS%%%%DOCSDIR%%/git-backfill.html
+%%DOCS%%%%DOCSDIR%%/git-bisect-lk2009.adoc
+%%DOCS%%%%DOCSDIR%%/git-bisect-lk2009.html
+%%DOCS%%%%DOCSDIR%%/git-bisect.adoc
+%%DOCS%%%%DOCSDIR%%/git-bisect.html
+%%DOCS%%%%DOCSDIR%%/git-blame.adoc
+%%DOCS%%%%DOCSDIR%%/git-blame.html
+%%DOCS%%%%DOCSDIR%%/git-branch.adoc
+%%DOCS%%%%DOCSDIR%%/git-branch.html
+%%DOCS%%%%DOCSDIR%%/git-bugreport.adoc
+%%DOCS%%%%DOCSDIR%%/git-bugreport.html
+%%DOCS%%%%DOCSDIR%%/git-bundle.adoc
+%%DOCS%%%%DOCSDIR%%/git-bundle.html
+%%DOCS%%%%DOCSDIR%%/git-cat-file.adoc
+%%DOCS%%%%DOCSDIR%%/git-cat-file.html
+%%DOCS%%%%DOCSDIR%%/git-check-attr.adoc
+%%DOCS%%%%DOCSDIR%%/git-check-attr.html
+%%DOCS%%%%DOCSDIR%%/git-check-ignore.adoc
+%%DOCS%%%%DOCSDIR%%/git-check-ignore.html
+%%DOCS%%%%DOCSDIR%%/git-check-mailmap.adoc
+%%DOCS%%%%DOCSDIR%%/git-check-mailmap.html
+%%DOCS%%%%DOCSDIR%%/git-check-ref-format.adoc
+%%DOCS%%%%DOCSDIR%%/git-check-ref-format.html
+%%DOCS%%%%DOCSDIR%%/git-checkout-index.adoc
+%%DOCS%%%%DOCSDIR%%/git-checkout-index.html
+%%DOCS%%%%DOCSDIR%%/git-checkout.adoc
+%%DOCS%%%%DOCSDIR%%/git-checkout.html
+%%DOCS%%%%DOCSDIR%%/git-cherry-pick.adoc
+%%DOCS%%%%DOCSDIR%%/git-cherry-pick.html
+%%DOCS%%%%DOCSDIR%%/git-cherry.adoc
+%%DOCS%%%%DOCSDIR%%/git-cherry.html
+%%DOCS%%%%DOCSDIR%%/git-citool.adoc
+%%DOCS%%%%DOCSDIR%%/git-citool.html
+%%DOCS%%%%DOCSDIR%%/git-clean.adoc
+%%DOCS%%%%DOCSDIR%%/git-clean.html
+%%DOCS%%%%DOCSDIR%%/git-clone.adoc
+%%DOCS%%%%DOCSDIR%%/git-clone.html
+%%DOCS%%%%DOCSDIR%%/git-column.adoc
+%%DOCS%%%%DOCSDIR%%/git-column.html
+%%DOCS%%%%DOCSDIR%%/git-commit-graph.adoc
+%%DOCS%%%%DOCSDIR%%/git-commit-graph.html
+%%DOCS%%%%DOCSDIR%%/git-commit-tree.adoc
+%%DOCS%%%%DOCSDIR%%/git-commit-tree.html
+%%DOCS%%%%DOCSDIR%%/git-commit.adoc
+%%DOCS%%%%DOCSDIR%%/git-commit.html
+%%DOCS%%%%DOCSDIR%%/git-config.adoc
+%%DOCS%%%%DOCSDIR%%/git-config.html
+%%DOCS%%%%DOCSDIR%%/git-count-objects.adoc
+%%DOCS%%%%DOCSDIR%%/git-count-objects.html
+%%DOCS%%%%DOCSDIR%%/git-credential-cache--daemon.adoc
+%%DOCS%%%%DOCSDIR%%/git-credential-cache--daemon.html
+%%DOCS%%%%DOCSDIR%%/git-credential-cache.adoc
+%%DOCS%%%%DOCSDIR%%/git-credential-cache.html
+%%DOCS%%%%DOCSDIR%%/git-credential-store.adoc
+%%DOCS%%%%DOCSDIR%%/git-credential-store.html
+%%DOCS%%%%DOCSDIR%%/git-credential.adoc
+%%DOCS%%%%DOCSDIR%%/git-credential.html
+%%DOCS%%%%DOCSDIR%%/git-cvsexportcommit.adoc
+%%DOCS%%%%DOCSDIR%%/git-cvsexportcommit.html
+%%DOCS%%%%DOCSDIR%%/git-cvsimport.adoc
+%%DOCS%%%%DOCSDIR%%/git-cvsimport.html
+%%DOCS%%%%DOCSDIR%%/git-cvsserver.adoc
+%%DOCS%%%%DOCSDIR%%/git-cvsserver.html
+%%DOCS%%%%DOCSDIR%%/git-daemon.adoc
+%%DOCS%%%%DOCSDIR%%/git-daemon.html
+%%DOCS%%%%DOCSDIR%%/git-describe.adoc
+%%DOCS%%%%DOCSDIR%%/git-describe.html
+%%DOCS%%%%DOCSDIR%%/git-diagnose.adoc
+%%DOCS%%%%DOCSDIR%%/git-diagnose.html
+%%DOCS%%%%DOCSDIR%%/git-diff-files.adoc
+%%DOCS%%%%DOCSDIR%%/git-diff-files.html
+%%DOCS%%%%DOCSDIR%%/git-diff-index.adoc
+%%DOCS%%%%DOCSDIR%%/git-diff-index.html
+%%DOCS%%%%DOCSDIR%%/git-diff-pairs.adoc
+%%DOCS%%%%DOCSDIR%%/git-diff-pairs.html
+%%DOCS%%%%DOCSDIR%%/git-diff-tree.adoc
+%%DOCS%%%%DOCSDIR%%/git-diff-tree.html
+%%DOCS%%%%DOCSDIR%%/git-diff.adoc
+%%DOCS%%%%DOCSDIR%%/git-diff.html
+%%DOCS%%%%DOCSDIR%%/git-difftool.adoc
+%%DOCS%%%%DOCSDIR%%/git-difftool.html
+%%DOCS%%%%DOCSDIR%%/git-fast-export.adoc
+%%DOCS%%%%DOCSDIR%%/git-fast-export.html
+%%DOCS%%%%DOCSDIR%%/git-fast-import.adoc
+%%DOCS%%%%DOCSDIR%%/git-fast-import.html
+%%DOCS%%%%DOCSDIR%%/git-fetch-pack.adoc
+%%DOCS%%%%DOCSDIR%%/git-fetch-pack.html
+%%DOCS%%%%DOCSDIR%%/git-fetch.adoc
+%%DOCS%%%%DOCSDIR%%/git-fetch.html
+%%DOCS%%%%DOCSDIR%%/git-filter-branch.adoc
+%%DOCS%%%%DOCSDIR%%/git-filter-branch.html
+%%DOCS%%%%DOCSDIR%%/git-fmt-merge-msg.adoc
+%%DOCS%%%%DOCSDIR%%/git-fmt-merge-msg.html
+%%DOCS%%%%DOCSDIR%%/git-for-each-ref.adoc
+%%DOCS%%%%DOCSDIR%%/git-for-each-ref.html
+%%DOCS%%%%DOCSDIR%%/git-for-each-repo.adoc
+%%DOCS%%%%DOCSDIR%%/git-for-each-repo.html
+%%DOCS%%%%DOCSDIR%%/git-format-patch.adoc
+%%DOCS%%%%DOCSDIR%%/git-format-patch.html
+%%DOCS%%%%DOCSDIR%%/git-fsck-objects.adoc
+%%DOCS%%%%DOCSDIR%%/git-fsck-objects.html
+%%DOCS%%%%DOCSDIR%%/git-fsmonitor--daemon.adoc
+%%DOCS%%%%DOCSDIR%%/git-fsmonitor--daemon.html
+%%DOCS%%%%DOCSDIR%%/git-fsck.adoc
+%%DOCS%%%%DOCSDIR%%/git-fsck.html
+%%DOCS%%%%DOCSDIR%%/git-gc.adoc
+%%DOCS%%%%DOCSDIR%%/git-gc.html
+%%DOCS%%%%DOCSDIR%%/git-get-tar-commit-id.adoc
+%%DOCS%%%%DOCSDIR%%/git-get-tar-commit-id.html
+%%DOCS%%%%DOCSDIR%%/git-grep.adoc
+%%DOCS%%%%DOCSDIR%%/git-grep.html
+%%DOCS%%%%DOCSDIR%%/git-gui.adoc
+%%DOCS%%%%DOCSDIR%%/git-gui.html
+%%DOCS%%%%DOCSDIR%%/git-hash-object.adoc
+%%DOCS%%%%DOCSDIR%%/git-hash-object.html
+%%DOCS%%%%DOCSDIR%%/git-help.adoc
+%%DOCS%%%%DOCSDIR%%/git-help.html
+%%DOCS%%%%DOCSDIR%%/git-hook.adoc
+%%DOCS%%%%DOCSDIR%%/git-hook.html
+%%DOCS%%%%DOCSDIR%%/git-http-backend.adoc
+%%DOCS%%%%DOCSDIR%%/git-http-backend.html
+%%DOCS%%%%DOCSDIR%%/git-http-fetch.adoc
+%%DOCS%%%%DOCSDIR%%/git-http-fetch.html
+%%DOCS%%%%DOCSDIR%%/git-http-push.adoc
+%%DOCS%%%%DOCSDIR%%/git-http-push.html
+%%DOCS%%%%DOCSDIR%%/git-imap-send.adoc
+%%DOCS%%%%DOCSDIR%%/git-imap-send.html
+%%DOCS%%%%DOCSDIR%%/git-index-pack.adoc
+%%DOCS%%%%DOCSDIR%%/git-index-pack.html
+%%DOCS%%%%DOCSDIR%%/git-init-db.adoc
+%%DOCS%%%%DOCSDIR%%/git-init-db.html
+%%DOCS%%%%DOCSDIR%%/git-init.adoc
+%%DOCS%%%%DOCSDIR%%/git-init.html
+%%DOCS%%%%DOCSDIR%%/git-instaweb.adoc
+%%DOCS%%%%DOCSDIR%%/git-instaweb.html
+%%DOCS%%%%DOCSDIR%%/git-interpret-trailers.adoc
+%%DOCS%%%%DOCSDIR%%/git-interpret-trailers.html
+%%DOCS%%%%DOCSDIR%%/git-log.adoc
+%%DOCS%%%%DOCSDIR%%/git-log.html
+%%DOCS%%%%DOCSDIR%%/git-ls-files.adoc
+%%DOCS%%%%DOCSDIR%%/git-ls-files.html
+%%DOCS%%%%DOCSDIR%%/git-ls-remote.adoc
+%%DOCS%%%%DOCSDIR%%/git-ls-remote.html
+%%DOCS%%%%DOCSDIR%%/git-ls-tree.adoc
+%%DOCS%%%%DOCSDIR%%/git-ls-tree.html
+%%DOCS%%%%DOCSDIR%%/git-mailinfo.adoc
+%%DOCS%%%%DOCSDIR%%/git-mailinfo.html
+%%DOCS%%%%DOCSDIR%%/git-mailsplit.adoc
+%%DOCS%%%%DOCSDIR%%/git-mailsplit.html
+%%DOCS%%%%DOCSDIR%%/git-maintenance.adoc
+%%DOCS%%%%DOCSDIR%%/git-maintenance.html
+%%DOCS%%%%DOCSDIR%%/git-merge-base.adoc
+%%DOCS%%%%DOCSDIR%%/git-merge-base.html
+%%DOCS%%%%DOCSDIR%%/git-merge-file.adoc
+%%DOCS%%%%DOCSDIR%%/git-merge-file.html
+%%DOCS%%%%DOCSDIR%%/git-merge-index.adoc
+%%DOCS%%%%DOCSDIR%%/git-merge-index.html
+%%DOCS%%%%DOCSDIR%%/git-merge-one-file.adoc
+%%DOCS%%%%DOCSDIR%%/git-merge-one-file.html
+%%DOCS%%%%DOCSDIR%%/git-merge-tree.adoc
+%%DOCS%%%%DOCSDIR%%/git-merge-tree.html
+%%DOCS%%%%DOCSDIR%%/git-merge.adoc
+%%DOCS%%%%DOCSDIR%%/git-merge.html
+%%DOCS%%%%DOCSDIR%%/git-mergetool--lib.adoc
+%%DOCS%%%%DOCSDIR%%/git-mergetool--lib.html
+%%DOCS%%%%DOCSDIR%%/git-mergetool.adoc
+%%DOCS%%%%DOCSDIR%%/git-mergetool.html
+%%DOCS%%%%DOCSDIR%%/git-mktag.adoc
+%%DOCS%%%%DOCSDIR%%/git-mktag.html
+%%DOCS%%%%DOCSDIR%%/git-mktree.adoc
+%%DOCS%%%%DOCSDIR%%/git-mktree.html
+%%DOCS%%%%DOCSDIR%%/git-multi-pack-index.adoc
+%%DOCS%%%%DOCSDIR%%/git-multi-pack-index.html
+%%DOCS%%%%DOCSDIR%%/git-mv.adoc
+%%DOCS%%%%DOCSDIR%%/git-mv.html
+%%DOCS%%%%DOCSDIR%%/git-name-rev.adoc
+%%DOCS%%%%DOCSDIR%%/git-name-rev.html
+%%DOCS%%%%DOCSDIR%%/git-notes.adoc
+%%DOCS%%%%DOCSDIR%%/git-notes.html
+%%DOCS%%%%DOCSDIR%%/git-p4.adoc
+%%DOCS%%%%DOCSDIR%%/git-p4.html
+%%DOCS%%%%DOCSDIR%%/git-pack-objects.adoc
+%%DOCS%%%%DOCSDIR%%/git-pack-objects.html
+%%DOCS%%%%DOCSDIR%%/git-pack-redundant.adoc
+%%DOCS%%%%DOCSDIR%%/git-pack-redundant.html
+%%DOCS%%%%DOCSDIR%%/git-pack-refs.adoc
+%%DOCS%%%%DOCSDIR%%/git-pack-refs.html
+%%DOCS%%%%DOCSDIR%%/git-patch-id.adoc
+%%DOCS%%%%DOCSDIR%%/git-patch-id.html
+%%DOCS%%%%DOCSDIR%%/git-prune-packed.adoc
+%%DOCS%%%%DOCSDIR%%/git-prune-packed.html
+%%DOCS%%%%DOCSDIR%%/git-prune.adoc
+%%DOCS%%%%DOCSDIR%%/git-prune.html
+%%DOCS%%%%DOCSDIR%%/git-pull.adoc
+%%DOCS%%%%DOCSDIR%%/git-pull.html
+%%DOCS%%%%DOCSDIR%%/git-push.adoc
+%%DOCS%%%%DOCSDIR%%/git-push.html
+%%DOCS%%%%DOCSDIR%%/git-quiltimport.adoc
+%%DOCS%%%%DOCSDIR%%/git-quiltimport.html
+%%DOCS%%%%DOCSDIR%%/git-range-diff.adoc
+%%DOCS%%%%DOCSDIR%%/git-range-diff.html
+%%DOCS%%%%DOCSDIR%%/git-read-tree.adoc
+%%DOCS%%%%DOCSDIR%%/git-read-tree.html
+%%DOCS%%%%DOCSDIR%%/git-rebase.adoc
+%%DOCS%%%%DOCSDIR%%/git-rebase.html
+%%DOCS%%%%DOCSDIR%%/git-receive-pack.adoc
+%%DOCS%%%%DOCSDIR%%/git-receive-pack.html
+%%DOCS%%%%DOCSDIR%%/git-reflog.adoc
+%%DOCS%%%%DOCSDIR%%/git-reflog.html
+%%DOCS%%%%DOCSDIR%%/git-refs.adoc
+%%DOCS%%%%DOCSDIR%%/git-refs.html
+%%DOCS%%%%DOCSDIR%%/git-remote-ext.adoc
+%%DOCS%%%%DOCSDIR%%/git-remote-ext.html
+%%DOCS%%%%DOCSDIR%%/git-remote-fd.adoc
+%%DOCS%%%%DOCSDIR%%/git-remote-fd.html
+%%DOCS%%%%DOCSDIR%%/git-remote-helpers.html
+%%DOCS%%%%DOCSDIR%%/git-remote.adoc
+%%DOCS%%%%DOCSDIR%%/git-remote.html
+%%DOCS%%%%DOCSDIR%%/git-repack.adoc
+%%DOCS%%%%DOCSDIR%%/git-repack.html
+%%DOCS%%%%DOCSDIR%%/git-replace.adoc
+%%DOCS%%%%DOCSDIR%%/git-replace.html
+%%DOCS%%%%DOCSDIR%%/git-replay.adoc
+%%DOCS%%%%DOCSDIR%%/git-replay.html
+%%DOCS%%%%DOCSDIR%%/git-request-pull.adoc
+%%DOCS%%%%DOCSDIR%%/git-request-pull.html
+%%DOCS%%%%DOCSDIR%%/git-rerere.adoc
+%%DOCS%%%%DOCSDIR%%/git-rerere.html
+%%DOCS%%%%DOCSDIR%%/git-reset.adoc
+%%DOCS%%%%DOCSDIR%%/git-reset.html
+%%DOCS%%%%DOCSDIR%%/git-restore.adoc
+%%DOCS%%%%DOCSDIR%%/git-restore.html
+%%DOCS%%%%DOCSDIR%%/git-rev-list.adoc
+%%DOCS%%%%DOCSDIR%%/git-rev-list.html
+%%DOCS%%%%DOCSDIR%%/git-rev-parse.adoc
+%%DOCS%%%%DOCSDIR%%/git-rev-parse.html
+%%DOCS%%%%DOCSDIR%%/git-revert.adoc
+%%DOCS%%%%DOCSDIR%%/git-revert.html
+%%DOCS%%%%DOCSDIR%%/git-rm.adoc
+%%DOCS%%%%DOCSDIR%%/git-rm.html
+%%SEND_EMAIL%%%%DOCS%%%%DOCSDIR%%/git-send-email.html
+%%SEND_EMAIL%%%%DOCS%%%%DOCSDIR%%/git-send-email.adoc
+%%DOCS%%%%DOCSDIR%%/git-send-pack.adoc
+%%DOCS%%%%DOCSDIR%%/git-send-pack.html
+%%DOCS%%%%DOCSDIR%%/git-sh-i18n--envsubst.adoc
+%%DOCS%%%%DOCSDIR%%/git-sh-i18n--envsubst.html
+%%DOCS%%%%DOCSDIR%%/git-sh-i18n.adoc
+%%DOCS%%%%DOCSDIR%%/git-sh-i18n.html
+%%DOCS%%%%DOCSDIR%%/git-sh-setup.adoc
+%%DOCS%%%%DOCSDIR%%/git-sh-setup.html
+%%DOCS%%%%DOCSDIR%%/git-shell.adoc
+%%DOCS%%%%DOCSDIR%%/git-shell.html
+%%DOCS%%%%DOCSDIR%%/git-shortlog.adoc
+%%DOCS%%%%DOCSDIR%%/git-shortlog.html
+%%DOCS%%%%DOCSDIR%%/git-show-branch.adoc
+%%DOCS%%%%DOCSDIR%%/git-show-branch.html
+%%DOCS%%%%DOCSDIR%%/git-show-index.adoc
+%%DOCS%%%%DOCSDIR%%/git-show-index.html
+%%DOCS%%%%DOCSDIR%%/git-show-ref.adoc
+%%DOCS%%%%DOCSDIR%%/git-show-ref.html
+%%DOCS%%%%DOCSDIR%%/git-show.adoc
+%%DOCS%%%%DOCSDIR%%/git-show.html
+%%DOCS%%%%DOCSDIR%%/git-sparse-checkout.adoc
+%%DOCS%%%%DOCSDIR%%/git-sparse-checkout.html
+%%DOCS%%%%DOCSDIR%%/git-stage.adoc
+%%DOCS%%%%DOCSDIR%%/git-stage.html
+%%DOCS%%%%DOCSDIR%%/git-stash.adoc
+%%DOCS%%%%DOCSDIR%%/git-stash.html
+%%DOCS%%%%DOCSDIR%%/git-status.adoc
+%%DOCS%%%%DOCSDIR%%/git-status.html
+%%DOCS%%%%DOCSDIR%%/git-stripspace.adoc
+%%DOCS%%%%DOCSDIR%%/git-stripspace.html
+%%DOCS%%%%DOCSDIR%%/git-submodule.adoc
+%%DOCS%%%%DOCSDIR%%/git-submodule.html
+%%SUBTREE%%%%DOCS%%%%DOCSDIR%%/git-subtree.html
+%%DOCS%%%%DOCSDIR%%/git-svn.adoc
+%%DOCS%%%%DOCSDIR%%/git-svn.html
+%%DOCS%%%%DOCSDIR%%/git-switch.adoc
+%%DOCS%%%%DOCSDIR%%/git-switch.html
+%%DOCS%%%%DOCSDIR%%/git-symbolic-ref.adoc
+%%DOCS%%%%DOCSDIR%%/git-symbolic-ref.html
+%%DOCS%%%%DOCSDIR%%/git-tag.adoc
+%%DOCS%%%%DOCSDIR%%/git-tag.html
+%%DOCS%%%%DOCSDIR%%/git-tools.adoc
+%%DOCS%%%%DOCSDIR%%/git-tools.html
+%%DOCS%%%%DOCSDIR%%/git-unpack-file.adoc
+%%DOCS%%%%DOCSDIR%%/git-unpack-file.html
+%%DOCS%%%%DOCSDIR%%/git-unpack-objects.adoc
+%%DOCS%%%%DOCSDIR%%/git-unpack-objects.html
+%%DOCS%%%%DOCSDIR%%/git-update-index.adoc
+%%DOCS%%%%DOCSDIR%%/git-update-index.html
+%%DOCS%%%%DOCSDIR%%/git-update-ref.adoc
+%%DOCS%%%%DOCSDIR%%/git-update-ref.html
+%%DOCS%%%%DOCSDIR%%/git-update-server-info.adoc
+%%DOCS%%%%DOCSDIR%%/git-update-server-info.html
+%%DOCS%%%%DOCSDIR%%/git-upload-archive.adoc
+%%DOCS%%%%DOCSDIR%%/git-upload-archive.html
+%%DOCS%%%%DOCSDIR%%/git-upload-pack.adoc
+%%DOCS%%%%DOCSDIR%%/git-upload-pack.html
+%%DOCS%%%%DOCSDIR%%/git-var.adoc
+%%DOCS%%%%DOCSDIR%%/git-var.html
+%%DOCS%%%%DOCSDIR%%/git-verify-commit.adoc
+%%DOCS%%%%DOCSDIR%%/git-verify-commit.html
+%%DOCS%%%%DOCSDIR%%/git-verify-pack.adoc
+%%DOCS%%%%DOCSDIR%%/git-verify-pack.html
+%%DOCS%%%%DOCSDIR%%/git-verify-tag.adoc
+%%DOCS%%%%DOCSDIR%%/git-verify-tag.html
+%%DOCS%%%%DOCSDIR%%/git-version.adoc
+%%DOCS%%%%DOCSDIR%%/git-version.html
+%%DOCS%%%%DOCSDIR%%/git-web--browse.adoc
+%%DOCS%%%%DOCSDIR%%/git-web--browse.html
+%%DOCS%%%%DOCSDIR%%/git-whatchanged.adoc
+%%DOCS%%%%DOCSDIR%%/git-whatchanged.html
+%%DOCS%%%%DOCSDIR%%/git-worktree.adoc
+%%DOCS%%%%DOCSDIR%%/git-worktree.html
+%%DOCS%%%%DOCSDIR%%/git-write-tree.adoc
+%%DOCS%%%%DOCSDIR%%/git-write-tree.html
+%%DOCS%%%%DOCSDIR%%/git.adoc
+%%DOCS%%%%DOCSDIR%%/git.html
+%%DOCS%%%%DOCSDIR%%/gitattributes.adoc
+%%DOCS%%%%DOCSDIR%%/gitattributes.html
+%%DOCS%%%%DOCSDIR%%/gitcli.adoc
+%%DOCS%%%%DOCSDIR%%/gitcli.html
+%%DOCS%%%%DOCSDIR%%/gitcore-tutorial.adoc
+%%DOCS%%%%DOCSDIR%%/gitcore-tutorial.html
+%%DOCS%%%%DOCSDIR%%/gitcredentials.adoc
+%%DOCS%%%%DOCSDIR%%/gitcredentials.html
+%%DOCS%%%%DOCSDIR%%/gitcvs-migration.adoc
+%%DOCS%%%%DOCSDIR%%/gitcvs-migration.html
+%%DOCS%%%%DOCSDIR%%/gitdiffcore.adoc
+%%DOCS%%%%DOCSDIR%%/gitdiffcore.html
+%%DOCS%%%%DOCSDIR%%/giteveryday.adoc
+%%DOCS%%%%DOCSDIR%%/giteveryday.html
+%%DOCS%%%%DOCSDIR%%/gitfaq.adoc
+%%DOCS%%%%DOCSDIR%%/gitfaq.html
+%%DOCS%%%%DOCSDIR%%/gitformat-bundle.adoc
+%%DOCS%%%%DOCSDIR%%/gitformat-bundle.html
+%%DOCS%%%%DOCSDIR%%/gitformat-chunk.adoc
+%%DOCS%%%%DOCSDIR%%/gitformat-chunk.html
+%%DOCS%%%%DOCSDIR%%/gitformat-commit-graph.adoc
+%%DOCS%%%%DOCSDIR%%/gitformat-commit-graph.html
+%%DOCS%%%%DOCSDIR%%/gitformat-index.adoc
+%%DOCS%%%%DOCSDIR%%/gitformat-index.html
+%%DOCS%%%%DOCSDIR%%/gitformat-pack.adoc
+%%DOCS%%%%DOCSDIR%%/gitformat-pack.html
+%%DOCS%%%%DOCSDIR%%/gitformat-signature.adoc
+%%DOCS%%%%DOCSDIR%%/gitformat-signature.html
+%%DOCS%%%%DOCSDIR%%/gitglossary.adoc
+%%DOCS%%%%DOCSDIR%%/gitglossary.html
+%%DOCS%%%%DOCSDIR%%/githooks.adoc
+%%DOCS%%%%DOCSDIR%%/githooks.html
+%%DOCS%%%%DOCSDIR%%/gitignore.adoc
+%%DOCS%%%%DOCSDIR%%/gitignore.html
+%%DOCS%%%%DOCSDIR%%/gitk.adoc
+%%DOCS%%%%DOCSDIR%%/gitk.html
+%%DOCS%%%%DOCSDIR%%/gitmailmap.adoc
+%%DOCS%%%%DOCSDIR%%/gitmailmap.html
+%%DOCS%%%%DOCSDIR%%/gitmodules.adoc
+%%DOCS%%%%DOCSDIR%%/gitmodules.html
+%%DOCS%%%%DOCSDIR%%/gitnamespaces.adoc
+%%DOCS%%%%DOCSDIR%%/gitnamespaces.html
+%%DOCS%%%%DOCSDIR%%/gitpacking.adoc
+%%DOCS%%%%DOCSDIR%%/gitpacking.html
+%%DOCS%%%%DOCSDIR%%/gitprotocol-capabilities.adoc
+%%DOCS%%%%DOCSDIR%%/gitprotocol-capabilities.html
+%%DOCS%%%%DOCSDIR%%/gitprotocol-common.adoc
+%%DOCS%%%%DOCSDIR%%/gitprotocol-common.html
+%%DOCS%%%%DOCSDIR%%/gitprotocol-http.adoc
+%%DOCS%%%%DOCSDIR%%/gitprotocol-http.html
+%%DOCS%%%%DOCSDIR%%/gitprotocol-pack.adoc
+%%DOCS%%%%DOCSDIR%%/gitprotocol-pack.html
+%%DOCS%%%%DOCSDIR%%/gitprotocol-v2.adoc
+%%DOCS%%%%DOCSDIR%%/gitprotocol-v2.html
+%%DOCS%%%%DOCSDIR%%/gitremote-helpers.adoc
+%%DOCS%%%%DOCSDIR%%/gitremote-helpers.html
+%%DOCS%%%%DOCSDIR%%/gitrepository-layout.adoc
+%%DOCS%%%%DOCSDIR%%/gitrepository-layout.html
+%%DOCS%%%%DOCSDIR%%/gitrevisions.adoc
+%%DOCS%%%%DOCSDIR%%/gitrevisions.html
+%%DOCS%%%%DOCSDIR%%/gitsubmodules.adoc
+%%DOCS%%%%DOCSDIR%%/gitsubmodules.html
+%%DOCS%%%%DOCSDIR%%/gittutorial-2.adoc
+%%DOCS%%%%DOCSDIR%%/gittutorial-2.html
+%%DOCS%%%%DOCSDIR%%/gittutorial.adoc
+%%DOCS%%%%DOCSDIR%%/gittutorial.html
+%%DOCS%%%%DOCSDIR%%/gitweb.adoc
+%%DOCS%%%%DOCSDIR%%/gitweb.conf.adoc
+%%DOCS%%%%DOCSDIR%%/gitweb.conf.html
+%%DOCS%%%%DOCSDIR%%/gitweb.html
+%%DOCS%%%%DOCSDIR%%/gitworkflows.adoc
+%%DOCS%%%%DOCSDIR%%/gitworkflows.html
+%%DOCS%%%%DOCSDIR%%/glossary-content.adoc
+%%DOCS%%%%DOCSDIR%%/howto-index.adoc
+%%DOCS%%%%DOCSDIR%%/howto-index.html
+%%DOCS%%%%DOCSDIR%%/howto/coordinate-embargoed-releases.adoc
+%%DOCS%%%%DOCSDIR%%/howto/coordinate-embargoed-releases.html
+%%DOCS%%%%DOCSDIR%%/howto/keep-canonical-history-correct.adoc
+%%DOCS%%%%DOCSDIR%%/howto/keep-canonical-history-correct.html
+%%DOCS%%%%DOCSDIR%%/howto/maintain-git.adoc
+%%DOCS%%%%DOCSDIR%%/howto/maintain-git.html
+%%DOCS%%%%DOCSDIR%%/howto/new-command.adoc
+%%DOCS%%%%DOCSDIR%%/howto/new-command.html
+%%DOCS%%%%DOCSDIR%%/howto/rebase-from-internal-branch.adoc
+%%DOCS%%%%DOCSDIR%%/howto/rebase-from-internal-branch.html
+%%DOCS%%%%DOCSDIR%%/howto/rebuild-from-update-hook.adoc
+%%DOCS%%%%DOCSDIR%%/howto/rebuild-from-update-hook.html
+%%DOCS%%%%DOCSDIR%%/howto/recover-corrupted-blob-object.adoc
+%%DOCS%%%%DOCSDIR%%/howto/recover-corrupted-blob-object.html
+%%DOCS%%%%DOCSDIR%%/howto/recover-corrupted-object-harder.adoc
+%%DOCS%%%%DOCSDIR%%/howto/recover-corrupted-object-harder.html
+%%DOCS%%%%DOCSDIR%%/howto/revert-a-faulty-merge.adoc
+%%DOCS%%%%DOCSDIR%%/howto/revert-a-faulty-merge.html
+%%DOCS%%%%DOCSDIR%%/howto/revert-branch-rebase.adoc
+%%DOCS%%%%DOCSDIR%%/howto/revert-branch-rebase.html
+%%DOCS%%%%DOCSDIR%%/howto/separating-topic-branches.adoc
+%%DOCS%%%%DOCSDIR%%/howto/separating-topic-branches.html
+%%DOCS%%%%DOCSDIR%%/howto/setup-git-server-over-http.adoc
+%%DOCS%%%%DOCSDIR%%/howto/setup-git-server-over-http.html
+%%DOCS%%%%DOCSDIR%%/howto/update-hook-example.adoc
+%%DOCS%%%%DOCSDIR%%/howto/update-hook-example.html
+%%DOCS%%%%DOCSDIR%%/howto/use-git-daemon.adoc
+%%DOCS%%%%DOCSDIR%%/howto/use-git-daemon.html
+%%DOCS%%%%DOCSDIR%%/howto/using-merge-subtree.adoc
+%%DOCS%%%%DOCSDIR%%/howto/using-merge-subtree.html
+%%DOCS%%%%DOCSDIR%%/howto/using-signed-tag-in-pull-request.adoc
+%%DOCS%%%%DOCSDIR%%/howto/using-signed-tag-in-pull-request.html
+%%DOCS%%%%DOCSDIR%%/i18n.adoc
+%%DOCS%%%%DOCSDIR%%/index.html
+%%DOCS%%%%DOCSDIR%%/line-range-format.adoc
+%%DOCS%%%%DOCSDIR%%/line-range-options.adoc
+%%DOCS%%%%DOCSDIR%%/merge-options.adoc
+%%DOCS%%%%DOCSDIR%%/merge-strategies.adoc
+%%DOCS%%%%DOCSDIR%%/mergetools-diff.adoc
+%%DOCS%%%%DOCSDIR%%/mergetools-merge.adoc
+%%DOCS%%%%DOCSDIR%%/object-format-disclaimer.adoc
+%%DOCS%%%%DOCSDIR%%/pretty-formats.adoc
+%%DOCS%%%%DOCSDIR%%/pretty-options.adoc
+%%DOCS%%%%DOCSDIR%%/pull-fetch-param.adoc
+%%DOCS%%%%DOCSDIR%%/ref-reachability-filters.adoc
+%%DOCS%%%%DOCSDIR%%/ref-storage-format.adoc
+%%DOCS%%%%DOCSDIR%%/rerere-options.adoc
+%%DOCS%%%%DOCSDIR%%/rev-list-description.adoc
+%%DOCS%%%%DOCSDIR%%/rev-list-options.adoc
+%%DOCS%%%%DOCSDIR%%/revisions.adoc
+%%DOCS%%%%DOCSDIR%%/scalar.adoc
+%%DOCS%%%%DOCSDIR%%/scalar.html
+%%DOCS%%%%DOCSDIR%%/sequencer.adoc
+%%DOCS%%%%DOCSDIR%%/signoff-option.adoc
+%%DOCS%%%%DOCSDIR%%/technical/api-error-handling.adoc
+%%DOCS%%%%DOCSDIR%%/technical/api-error-handling.html
+%%DOCS%%%%DOCSDIR%%/technical/api-index-skel.adoc
+%%DOCS%%%%DOCSDIR%%/technical/api-index.adoc
+%%DOCS%%%%DOCSDIR%%/technical/api-index.html
+%%DOCS%%%%DOCSDIR%%/technical/api-merge.adoc
+%%DOCS%%%%DOCSDIR%%/technical/api-merge.html
+%%DOCS%%%%DOCSDIR%%/technical/api-parse-options.adoc
+%%DOCS%%%%DOCSDIR%%/technical/api-parse-options.html
+%%DOCS%%%%DOCSDIR%%/technical/api-path-walk.adoc
+%%DOCS%%%%DOCSDIR%%/technical/api-path-walk.html
+%%DOCS%%%%DOCSDIR%%/technical/api-simple-ipc.adoc
+%%DOCS%%%%DOCSDIR%%/technical/api-simple-ipc.html
+%%DOCS%%%%DOCSDIR%%/technical/api-trace2.adoc
+%%DOCS%%%%DOCSDIR%%/technical/api-trace2.html
+%%DOCS%%%%DOCSDIR%%/technical/bitmap-format.adoc
+%%DOCS%%%%DOCSDIR%%/technical/bitmap-format.html
+%%DOCS%%%%DOCSDIR%%/technical/build-systems.adoc
+%%DOCS%%%%DOCSDIR%%/technical/build-systems.html
+%%DOCS%%%%DOCSDIR%%/technical/bundle-uri.adoc
+%%DOCS%%%%DOCSDIR%%/technical/bundle-uri.html
+%%DOCS%%%%DOCSDIR%%/technical/commit-graph.adoc
+%%DOCS%%%%DOCSDIR%%/technical/directory-rename-detection.adoc
+%%DOCS%%%%DOCSDIR%%/technical/hash-function-transition.adoc
+%%DOCS%%%%DOCSDIR%%/technical/hash-function-transition.html
+%%DOCS%%%%DOCSDIR%%/technical/large-object-promisors.adoc
+%%DOCS%%%%DOCSDIR%%/technical/long-running-process-protocol.adoc
+%%DOCS%%%%DOCSDIR%%/technical/long-running-process-protocol.html
+%%DOCS%%%%DOCSDIR%%/technical/multi-pack-index.adoc
+%%DOCS%%%%DOCSDIR%%/technical/multi-pack-index.html
+%%DOCS%%%%DOCSDIR%%/technical/pack-heuristics.adoc
+%%DOCS%%%%DOCSDIR%%/technical/pack-heuristics.html
+%%DOCS%%%%DOCSDIR%%/technical/packfile-uri.adoc
+%%DOCS%%%%DOCSDIR%%/technical/parallel-checkout.adoc
+%%DOCS%%%%DOCSDIR%%/technical/parallel-checkout.html
+%%DOCS%%%%DOCSDIR%%/technical/partial-clone.adoc
+%%DOCS%%%%DOCSDIR%%/technical/partial-clone.html
+%%DOCS%%%%DOCSDIR%%/technical/platform-support.adoc
+%%DOCS%%%%DOCSDIR%%/technical/platform-support.html
+%%DOCS%%%%DOCSDIR%%/technical/racy-git.adoc
+%%DOCS%%%%DOCSDIR%%/technical/racy-git.html
+%%DOCS%%%%DOCSDIR%%/technical/reftable.adoc
+%%DOCS%%%%DOCSDIR%%/technical/reftable.html
+%%DOCS%%%%DOCSDIR%%/technical/remembering-renames.adoc
+%%DOCS%%%%DOCSDIR%%/technical/repository-version.adoc
+%%DOCS%%%%DOCSDIR%%/technical/rerere.adoc
+%%DOCS%%%%DOCSDIR%%/technical/scalar.adoc
+%%DOCS%%%%DOCSDIR%%/technical/scalar.html
+%%DOCS%%%%DOCSDIR%%/technical/send-pack-pipeline.adoc
+%%DOCS%%%%DOCSDIR%%/technical/send-pack-pipeline.html
+%%DOCS%%%%DOCSDIR%%/technical/shallow.adoc
+%%DOCS%%%%DOCSDIR%%/technical/shallow.html
+%%DOCS%%%%DOCSDIR%%/technical/sparse-checkout.adoc
+%%DOCS%%%%DOCSDIR%%/technical/sparse-index.adoc
+%%DOCS%%%%DOCSDIR%%/technical/trivial-merge.adoc
+%%DOCS%%%%DOCSDIR%%/technical/trivial-merge.html
+%%DOCS%%%%DOCSDIR%%/technical/unit-tests.adoc
+%%DOCS%%%%DOCSDIR%%/technical/unit-tests.html
+%%DOCS%%%%DOCSDIR%%/trace2-target-values.adoc
+%%DOCS%%%%DOCSDIR%%/transfer-data-leaks.adoc
+%%DOCS%%%%DOCSDIR%%/urls-remotes.adoc
+%%DOCS%%%%DOCSDIR%%/urls.adoc
+%%DOCS%%%%DOCSDIR%%/user-manual.adoc
+%%DOCS%%%%DOCSDIR%%/user-manual.html
share/emacs/site-lisp/git/git-blame.el
share/emacs/site-lisp/git/git.el
%%GITWEB%%@sample %%ETCDIR%%/gitweb.conf.sample
@@ -1357,14 +1508,7 @@ share/emacs/site-lisp/git/git.el
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js
%%CONTRIB%%share/git-core/contrib/README
%%CONTRIB%%share/git-core/contrib/buildsystems/CMakeLists.txt
-%%CONTRIB%%share/git-core/contrib/buildsystems/Generators.pm
-%%CONTRIB%%share/git-core/contrib/buildsystems/Generators/QMake.pm
-%%CONTRIB%%share/git-core/contrib/buildsystems/Generators/Vcproj.pm
-%%CONTRIB%%share/git-core/contrib/buildsystems/Generators/Vcxproj.pm
-%%CONTRIB%%share/git-core/contrib/buildsystems/engine.pl
-%%CONTRIB%%share/git-core/contrib/buildsystems/generate
%%CONTRIB%%share/git-core/contrib/buildsystems/git-version.in
-%%CONTRIB%%share/git-core/contrib/buildsystems/parse.pl
%%CONTRIB%%share/git-core/contrib/coccinelle/README
%%CONTRIB%%share/git-core/contrib/coccinelle/array.cocci
%%CONTRIB%%share/git-core/contrib/coccinelle/commit.cocci
@@ -1542,6 +1686,7 @@ share/git-core/templates/info/exclude
%%NLS%%share/locale/el/LC_MESSAGES/git.mo
%%NLS%%share/locale/es/LC_MESSAGES/git.mo
%%NLS%%share/locale/fr/LC_MESSAGES/git.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/git.mo
%%NLS%%share/locale/id/LC_MESSAGES/git.mo
%%NLS%%share/locale/is/LC_MESSAGES/git.mo
%%NLS%%share/locale/it/LC_MESSAGES/git.mo