diff --git a/devel/git/Makefile b/devel/git/Makefile index 164556ca0ff0..ec480863ce00 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -1,365 +1,364 @@ PORTNAME= git -DISTVERSION= 2.50.0 -PORTREVISION= 1 +DISTVERSION= 2.50.1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-manpages-${DISTVERSION}${EXTRACT_SUFX} # We manually extract the htmldocs. EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-manpages-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= garga@FreeBSD.org COMMENT?= Distributed source code management tool ${COMMENT_${FLAVOR}} WWW= https://git-scm.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING SUBPORT?= core .if ${SUBPORT} != core PKGNAMESUFFIX= -${SUBPORT} .endif .if ${SUBPORT} == core FLAVORS= default lite tiny default_CONFLICTS_INSTALL= git-lite git-tiny lite_CONFLICTS_INSTALL= git git-tiny lite_DESCR= ${.CURDIR}/pkg-descr-lite lite_PKGNAMESUFFIX= -lite tiny_CONFLICTS_INSTALL= git git-lite tiny_DESCR= ${.CURDIR}/pkg-descr-tiny tiny_PKGNAMESUFFIX= -tiny .endif USES= autoreconf cpe gmake iconv shebangfix tar:xz CPE_VENDOR= git-scm .if ${SUBPORT} == core USES+= ssl COMMENT_lite= (lite flavor) COMMENT_tiny= (tiny flavor) USERS= git_daemon GROUPS= git_daemon .endif SUB_FILES= pkg-message gitweb.conf GNU_CONFIGURE= yes CPPFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS= DEVELOPER= NO_TCLTK=yes MAKE_ENV+= V=1 .if ${SUBPORT} == core USE_RC_SUBR= git_daemon .endif SHEBANG_FILES= Documentation/*.perl \ contrib/*/*.perl \ contrib/*/*.pl \ contrib/*/*/*.perl \ contrib/*/*/*.pl \ contrib/contacts/git-contacts \ contrib/fast-import/import-zips.py \ contrib/hooks/update-paranoid \ git-p4.py \ templates/hooks/fsmonitor-watchman.sample TEST_TARGET= test CONFIGURE_ARGS= --enable-pthreads=-pthread ac_cv_header_libcharset_h=no .if ${SUBPORT} == core OPTIONS_DEFINE= CONTRIB CURL DOCS GITWEB ICONV NLS PCRE2 PERL SEND_EMAIL \ SUBTREE OPTIONS_DEFAULT=CONTRIB CURL GITWEB ICONV PCRE2 PERL SEND_EMAIL SUBTREE . if ${FLAVOR:U} == lite OPTIONS_EXCLUDE+= GITWEB CONTRIB PERL . elif ${FLAVOR:U} == tiny OPTIONS_EXCLUDE:= ${OPTIONS_DEFINE:NCURL} OPTIONS_SLAVE= CURL . endif OPTIONS_SUB= yes . if !empty(FLAVOR) && ${FLAVOR:U} != default OPTIONS_FILE= ${PORT_DBDIR}/${OPTIONS_NAME}/${FLAVOR}-options . endif CONTRIB_DESC= Install contributed scripts CURL_DESC= Install curl support (provides HTTPS transport) GITWEB_DESC= Install gitweb PCRE2_DESC= Use Perl Compatible Regular Expressions (v2) SEND_EMAIL_DESC=Enable the git-send-email(1) script SUBTREE_DESC= Install git-subtree NLS_USES= gettext NLS_MAKE_ARGS_OFF= NO_GETTEXT=yes PERL_USES= perl5 PERL_CONFIGURE_WITH= perl=${PERL} PERL_BUILD_DEPENDS= p5-Error>=0:lang/p5-Error PERL_RUN_DEPENDS= p5-Error>=0:lang/p5-Error PERL_MAKE_ARGS_OFF= NO_PERL=1 GITWEB_IMPLIES= PERL GITWEB_MAKE_ARGS_OFF= NO_GITWEB=1 PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 PCRE2_CONFIGURE_WITH= libpcre SEND_EMAIL_IMPLIES= PERL SEND_EMAIL_RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \ p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL ICONV_MAKE_ARGS_OFF= NO_ICONV=1 CURL_MAKE_ENV= CURLDIR=${LOCALBASE} CURL_BUILD_DEPENDS= curl:ftp/curl CURL_RUN_DEPENDS= curl:ftp/curl CURL_LIB_DEPENDS= libexpat.so:textproc/expat2 CURL_MAKE_ARGS_OFF= NO_CURL=1 NO_EXPAT=1 DOCS_DISTFILES= ${PORTNAME}-htmldocs-${DISTVERSION}${EXTRACT_SUFX} SUBTREE_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \ xmlto:textproc/xmlto .else NO_ARCH= yes MAKE_ENV+= V=1 MAKE_ARGS= NO_GETTEXT=yes . if ${SUBPORT} != gui MAKE_ARGS+= NO_TCLTK=yes . endif RUN_DEPENDS+= git=${PKGVERSION}:devel/git . if ${SUBPORT} == cvs RUN_DEPENDS+= cvsps:devel/cvsps . elif ${SUBPORT} == gui USES+= tk MAKE_ARGS+= TCL_PATH=${TCLSH} TCLTK_PATH=${WISH} . elif ${SUBPORT} == svn RUN_DEPENDS+= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey . if ${WITH_SUBVERSION_VER:U} == LTS RUN_DEPENDS+= p5-subversion-lts>=0:devel/p5-subversion . else RUN_DEPENDS+= p5-subversion>=0:devel/p5-subversion . endif . endif .endif .include # This is intentionally not exposed as an option. .if defined(STRIP) && ${STRIP} != "" ALL_TARGET= all strip .endif .if ${SUBPORT} == p4 || ${PORT_OPTIONS:MCONTRIB} USES+= python CONFIGURE_ARGS+= --with-python=${PYTHON_CMD} .else CONFIGURE_ARGS+= --without-python .endif .if ${SUBPORT} != gui RMMAN1+= git-citool.1 \ git-gui.1 \ gitk.1 .endif .if ${SUBPORT} != p4 RMMAN1+= git-p4.1 .endif .if ${SUBPORT} != svn RMMAN1+= git-svn.1 .endif .if ${SUBPORT} != cvs RMMAN1+= git-cvsimport.1 \ git-cvsexportcommit.1 \ git-cvsserver.1 RMMAN7+= gitcvs-migration.7 .endif post-extract-DOCS-on: @${MKDIR} ${WRKDIR}/htmldocs @cd ${WRKDIR}/htmldocs && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ ${DISTDIR}/${PORTNAME}-htmldocs-${DISTVERSION}${EXTRACT_SUFX} \ ${EXTRACT_AFTER_ARGS} post-patch: @${REINPLACE_CMD} -e '/^mandir/s/\?=/=/' \ ${WRKSRC}/contrib/subtree/Makefile .for FILE in ${RMMAN1} @${RM} ${WRKDIR}/man1/${FILE} .endfor .for FILE in ${RMMAN7} @${RM} ${WRKDIR}/man7/${FILE} .endfor @${REINPLACE_CMD} -e "s,%%SITE_PERL%%,${SITE_PERL},g" ${WRKSRC}/Makefile .if ${SUBPORT} != cvs @${REINPLACE_CMD} -e '/git-cvsexportcommit.perl/d; \ /git-cvsimport.perl/d; \ /git-cvsserver.perl/d; \ s/git-cvsserver//' \ ${WRKSRC}/Makefile .endif .if ${SUBPORT} != p4 @${REINPLACE_CMD} -e '/^SCRIPT_PYTHON += git-p4.py$$/d' \ ${WRKSRC}/Makefile .endif .if ${SUBPORT} != svn @${REINPLACE_CMD} -e '/git-svn.perl/d' ${WRKSRC}/Makefile .endif .if ${SUBPORT} == gui @${REINPLACE_CMD} -e "/exec wish/s,wish,${WISH}," \ ${WRKSRC}/gitk-git/gitk \ ${WRKSRC}/git-gui/git-gui--askpass .endif post-patch-CONTRIB-on: @${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL}," \ ${WRKSRC}/contrib/diff-highlight/Makefile post-patch-GITWEB-on: @${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL}," \ ${WRKSRC}/t/lib-gitweb.sh .if ${SUBPORT} == p4 || ${PORT_OPTIONS:MCONTRIB} post-build: @${FIND} ${WRKSRC} -name "*.bak" -delete .endif .if ${SUBPORT} == core post-build-CONTRIB-on: ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_CMD} \ -C ${WRKSRC}/contrib/diff-highlight ${RM} ${WRKSRC}/contrib/diff-highlight/shebang.perl post-install: (cd ${WRKDIR}/man1/ && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/man/man1) (cd ${WRKDIR}/man5/ && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/man/man5) (cd ${WRKDIR}/man7/ && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/man/man7) ${MKDIR} ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/git ${INSTALL_DATA} ${WRKSRC}/contrib/emacs/git.el \ ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/git/ ${INSTALL_DATA} ${WRKSRC}/contrib/emacs/git-blame.el \ ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/git/ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_SCRIPT} ${WRKSRC}/contrib/completion/git-completion.bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/scalar \ ${STAGEDIR}${PREFIX}/libexec/git-core/scalar 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 # non-root user then the symlink will have the incorrect owner. ${RM} ${WRKDIR}/htmldocs/index.html ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKDIR}/htmldocs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) ${LN} -s git.html ${STAGEDIR}${DOCSDIR}/index.html post-install-SUBTREE-on: cd ${WRKSRC}/Documentation && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} \ ${MAKE_CMD} ${MAKE_FLAGS} Makefile USE_ASCIIDOCTOR=1 \ ${MAKE_ARGS} asciidoctor-extensions.rb cd ${WRKSRC}/contrib/subtree && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} \ ${MAKE_CMD} ${MAKE_FLAGS} Makefile USE_ASCIIDOCTOR=1 \ ${MAKE_ARGS} install install-doc post-install-CONTRIB-on: @${ECHO_MSG} "===> Installing contributed scripts" ${MKDIR} ${STAGEDIR}${PREFIX}/share/git-core/contrib ${RM} ${WRKSRC}/contrib/credential/netrc/test.netrc.gpg ${CP} -R ${WRKSRC}/contrib/* ${STAGEDIR}${PREFIX}/share/git-core/contrib post-install-GITWEB-on: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKDIR}/gitweb.conf \ ${STAGEDIR}${ETCDIR}/gitweb.conf.sample .elif ${SUBPORT} == gui do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/git-core \ ${STAGEDIR}${PREFIX}/share/git-gui/lib/msgs \ ${STAGEDIR}${PREFIX}/share/gitk/lib/msgs ${INSTALL_SCRIPT} ${WRKSRC}/gitk-git/gitk \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/git-gui/git-gui \ ${STAGEDIR}${PREFIX}/libexec/git-core/ ${LN} ${STAGEDIR}${PREFIX}/libexec/git-core/git-gui \ ${STAGEDIR}${PREFIX}/libexec/git-core/git-citool ${INSTALL_SCRIPT} ${WRKSRC}/git-gui/git-gui--askpass \ ${STAGEDIR}${PREFIX}/libexec/git-core/ ${INSTALL_DATA} ${WRKSRC}/git-gui/lib/tclIndex \ ${STAGEDIR}${PREFIX}/share/git-gui/lib/ ${INSTALL_DATA} ${WRKSRC}/git-gui/lib/*.ico \ ${STAGEDIR}${PREFIX}/share/git-gui/lib/ ${INSTALL_DATA} ${WRKSRC}/git-gui/lib/*.js \ ${STAGEDIR}${PREFIX}/share/git-gui/lib/ ${INSTALL_DATA} ${WRKSRC}/git-gui/lib/*.tcl \ ${STAGEDIR}${PREFIX}/share/git-gui/lib/ ${INSTALL_DATA} ${WRKSRC}/git-gui/po/*.msg \ ${STAGEDIR}${PREFIX}/share/git-gui/lib/msgs/ ${INSTALL_DATA} ${WRKSRC}/gitk-git/po/*.msg \ ${STAGEDIR}${PREFIX}/share/gitk/lib/msgs/ ${INSTALL_DATA} ${WRKDIR}/man1/git-citool.1 \ ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_DATA} ${WRKDIR}/man1/git-gui.1 \ ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_DATA} ${WRKDIR}/man1/gitk.1 \ ${STAGEDIR}${PREFIX}/share/man/man1/ .elif ${SUBPORT} == cvs do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/git-core ${INSTALL_SCRIPT} ${WRKSRC}/git-cvsserver ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/git-cvsexportcommit \ ${STAGEDIR}${PREFIX}/libexec/git-core/ ${INSTALL_SCRIPT} ${WRKSRC}/git-cvsimport \ ${STAGEDIR}${PREFIX}/libexec/git-core/ ${INSTALL_SCRIPT} ${WRKSRC}/git-cvsserver \ ${STAGEDIR}${PREFIX}/libexec/git-core/ ${INSTALL_DATA} ${WRKDIR}/man1/git-cvsimport.1 \ ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_DATA} ${WRKDIR}/man1/git-cvsexportcommit.1 \ ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_DATA} ${WRKDIR}/man1/git-cvsserver.1 \ ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_DATA} ${WRKDIR}/man7/gitcvs-migration.7 \ ${STAGEDIR}${PREFIX}/share/man/man7/ .elif ${SUBPORT} == p4 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/git-core ${INSTALL_SCRIPT} ${WRKSRC}/git-p4.py \ ${STAGEDIR}${PREFIX}/libexec/git-core/git-p4 ${INSTALL_DATA} ${WRKDIR}/man1/git-p4.1 \ ${STAGEDIR}${PREFIX}/share/man/man1/ .elif ${SUBPORT} == svn do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/git-core ${INSTALL_SCRIPT} ${WRKSRC}/git-svn \ ${STAGEDIR}${PREFIX}/libexec/git-core/ ${INSTALL_DATA} ${WRKDIR}/man1/git-svn.1 \ ${STAGEDIR}${PREFIX}/share/man/man1/ .endif .include diff --git a/devel/git/distinfo b/devel/git/distinfo index e56d8b21a27a..2f31b7cd2f90 100644 --- a/devel/git/distinfo +++ b/devel/git/distinfo @@ -1,7 +1,7 @@ -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 +TIMESTAMP = 1751994170 +SHA256 (git-2.50.1.tar.xz) = 7e3e6c36decbd8f1eedd14d42db6674be03671c2204864befa2a41756c5c8fc4 +SIZE (git-2.50.1.tar.xz) = 7880972 +SHA256 (git-manpages-2.50.1.tar.xz) = 7dd86882bbc22bef8852924de96b9cb378aad8532089e301c82093da3e7c5478 +SIZE (git-manpages-2.50.1.tar.xz) = 598416 +SHA256 (git-htmldocs-2.50.1.tar.xz) = d15ccd1518b822e317d14b63de4444bb288909294f117cbbfa385c60ab739bca +SIZE (git-htmldocs-2.50.1.tar.xz) = 1615796 diff --git a/devel/git/pkg-plist b/devel/git/pkg-plist index 143acb19e58e..295990bf78d1 100644 --- a/devel/git/pkg-plist +++ b/devel/git/pkg-plist @@ -1,1702 +1,1710 @@ bin/git bin/git-receive-pack bin/git-shell bin/git-upload-archive bin/git-upload-pack bin/scalar etc/bash_completion.d/git-completion.bash %%PERL%%%%SITE_PERL%%/FromCPAN/Error.pm %%PERL%%%%SITE_PERL%%/FromCPAN/Mail/Address.pm %%PERL%%%%SITE_PERL%%/Git.pm %%PERL%%%%SITE_PERL%%/Git/I18N.pm %%PERL%%%%SITE_PERL%%/Git/IndexInfo.pm %%PERL%%%%SITE_PERL%%/Git/LoadCPAN.pm %%PERL%%%%SITE_PERL%%/Git/LoadCPAN/Error.pm %%PERL%%%%SITE_PERL%%/Git/LoadCPAN/Mail/Address.pm %%PERL%%%%SITE_PERL%%/Git/Packet.pm %%PERL%%%%SITE_PERL%%/Git/SVN.pm %%PERL%%%%SITE_PERL%%/Git/SVN/Editor.pm %%PERL%%%%SITE_PERL%%/Git/SVN/Fetcher.pm %%PERL%%%%SITE_PERL%%/Git/SVN/GlobSpec.pm %%PERL%%%%SITE_PERL%%/Git/SVN/Log.pm %%PERL%%%%SITE_PERL%%/Git/SVN/Memoize/YAML.pm %%PERL%%%%SITE_PERL%%/Git/SVN/Migration.pm %%PERL%%%%SITE_PERL%%/Git/SVN/Prompt.pm %%PERL%%%%SITE_PERL%%/Git/SVN/Ra.pm %%PERL%%%%SITE_PERL%%/Git/SVN/Utils.pm libexec/git-core/git libexec/git-core/git-add libexec/git-core/git-am libexec/git-core/git-annotate libexec/git-core/git-apply libexec/git-core/git-archimport libexec/git-core/git-archive libexec/git-core/git-backfill libexec/git-core/git-bisect libexec/git-core/git-blame libexec/git-core/git-branch libexec/git-core/git-bugreport libexec/git-core/git-bundle libexec/git-core/git-cat-file libexec/git-core/git-check-attr libexec/git-core/git-check-ignore libexec/git-core/git-check-mailmap libexec/git-core/git-check-ref-format libexec/git-core/git-checkout libexec/git-core/git-checkout--worker libexec/git-core/git-checkout-index libexec/git-core/git-cherry libexec/git-core/git-cherry-pick libexec/git-core/git-clean libexec/git-core/git-clone libexec/git-core/git-column libexec/git-core/git-commit libexec/git-core/git-commit-graph libexec/git-core/git-commit-tree libexec/git-core/git-config libexec/git-core/git-count-objects libexec/git-core/git-credential libexec/git-core/git-credential-cache libexec/git-core/git-credential-cache--daemon libexec/git-core/git-credential-store libexec/git-core/git-daemon libexec/git-core/git-describe 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 libexec/git-core/git-fast-export libexec/git-core/git-fast-import libexec/git-core/git-fetch libexec/git-core/git-fetch-pack libexec/git-core/git-filter-branch libexec/git-core/git-fmt-merge-msg libexec/git-core/git-for-each-ref libexec/git-core/git-for-each-repo libexec/git-core/git-format-patch libexec/git-core/git-fsck libexec/git-core/git-fsck-objects libexec/git-core/git-fsmonitor--daemon libexec/git-core/git-gc libexec/git-core/git-get-tar-commit-id libexec/git-core/git-grep libexec/git-core/git-hash-object libexec/git-core/git-help libexec/git-core/git-hook libexec/git-core/git-http-backend %%CURL%%libexec/git-core/git-http-fetch %%CURL%%libexec/git-core/git-http-push libexec/git-core/git-imap-send libexec/git-core/git-index-pack libexec/git-core/git-init libexec/git-core/git-init-db libexec/git-core/git-instaweb libexec/git-core/git-interpret-trailers libexec/git-core/git-log libexec/git-core/git-ls-files libexec/git-core/git-ls-remote libexec/git-core/git-ls-tree libexec/git-core/git-mailinfo libexec/git-core/git-mailsplit libexec/git-core/git-maintenance libexec/git-core/git-merge libexec/git-core/git-merge-base libexec/git-core/git-merge-file libexec/git-core/git-merge-index libexec/git-core/git-merge-octopus libexec/git-core/git-merge-one-file libexec/git-core/git-merge-ours libexec/git-core/git-merge-recursive libexec/git-core/git-merge-resolve libexec/git-core/git-merge-subtree libexec/git-core/git-merge-tree libexec/git-core/git-mergetool libexec/git-core/git-mergetool--lib libexec/git-core/git-mktag libexec/git-core/git-mktree libexec/git-core/git-multi-pack-index libexec/git-core/git-mv libexec/git-core/git-name-rev libexec/git-core/git-notes libexec/git-core/git-pack-objects libexec/git-core/git-pack-redundant libexec/git-core/git-pack-refs libexec/git-core/git-patch-id libexec/git-core/git-prune libexec/git-core/git-prune-packed libexec/git-core/git-pull libexec/git-core/git-push libexec/git-core/git-quiltimport libexec/git-core/git-range-diff libexec/git-core/git-read-tree libexec/git-core/git-rebase libexec/git-core/git-receive-pack libexec/git-core/git-reflog libexec/git-core/git-refs libexec/git-core/git-remote libexec/git-core/git-remote-ext libexec/git-core/git-remote-fd %%CURL%%libexec/git-core/git-remote-ftp %%CURL%%libexec/git-core/git-remote-ftps %%CURL%%libexec/git-core/git-remote-http %%CURL%%libexec/git-core/git-remote-https libexec/git-core/git-repack libexec/git-core/git-replace libexec/git-core/git-replay libexec/git-core/git-request-pull libexec/git-core/git-rerere libexec/git-core/git-reset libexec/git-core/git-restore libexec/git-core/git-rev-list libexec/git-core/git-rev-parse libexec/git-core/git-revert libexec/git-core/git-rm %%SEND_EMAIL%%libexec/git-core/git-send-email libexec/git-core/git-send-pack libexec/git-core/git-sh-i18n libexec/git-core/git-sh-i18n--envsubst libexec/git-core/git-sh-setup @shell libexec/git-core/git-shell libexec/git-core/git-shortlog libexec/git-core/git-show libexec/git-core/git-show-branch libexec/git-core/git-show-index libexec/git-core/git-show-ref libexec/git-core/git-sparse-checkout libexec/git-core/git-stage libexec/git-core/git-stash libexec/git-core/git-status libexec/git-core/git-stripspace libexec/git-core/git-submodule libexec/git-core/git-submodule--helper %%SUBTREE%%libexec/git-core/git-subtree libexec/git-core/git-switch libexec/git-core/git-symbolic-ref libexec/git-core/git-tag libexec/git-core/git-unpack-file libexec/git-core/git-unpack-objects libexec/git-core/git-update-index libexec/git-core/git-update-ref libexec/git-core/git-update-server-info libexec/git-core/git-upload-archive libexec/git-core/git-upload-pack libexec/git-core/git-var libexec/git-core/git-verify-commit libexec/git-core/git-verify-pack libexec/git-core/git-verify-tag libexec/git-core/git-version libexec/git-core/git-web--browse libexec/git-core/git-whatchanged libexec/git-core/git-worktree libexec/git-core/git-write-tree libexec/git-core/mergetools/araxis libexec/git-core/mergetools/bc libexec/git-core/mergetools/codecompare libexec/git-core/mergetools/deltawalker libexec/git-core/mergetools/diffmerge libexec/git-core/mergetools/diffuse libexec/git-core/mergetools/ecmerge libexec/git-core/mergetools/emerge libexec/git-core/mergetools/examdiff libexec/git-core/mergetools/guiffy libexec/git-core/mergetools/gvimdiff libexec/git-core/mergetools/kdiff3 libexec/git-core/mergetools/kompare libexec/git-core/mergetools/meld libexec/git-core/mergetools/nvimdiff libexec/git-core/mergetools/opendiff libexec/git-core/mergetools/p4merge libexec/git-core/mergetools/smerge libexec/git-core/mergetools/tkdiff libexec/git-core/mergetools/tortoisemerge libexec/git-core/mergetools/vimdiff 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 share/man/man1/git-apply.1.gz share/man/man1/git-archimport.1.gz share/man/man1/git-archive.1.gz share/man/man1/git-backfill.1.gz share/man/man1/git-bisect.1.gz share/man/man1/git-blame.1.gz share/man/man1/git-branch.1.gz share/man/man1/git-bugreport.1.gz share/man/man1/git-bundle.1.gz share/man/man1/git-cat-file.1.gz share/man/man1/git-check-attr.1.gz share/man/man1/git-check-ignore.1.gz share/man/man1/git-check-mailmap.1.gz share/man/man1/git-check-ref-format.1.gz share/man/man1/git-checkout-index.1.gz share/man/man1/git-checkout.1.gz share/man/man1/git-cherry-pick.1.gz share/man/man1/git-cherry.1.gz share/man/man1/git-clean.1.gz share/man/man1/git-clone.1.gz share/man/man1/git-column.1.gz share/man/man1/git-commit-graph.1.gz share/man/man1/git-commit-tree.1.gz share/man/man1/git-commit.1.gz share/man/man1/git-config.1.gz share/man/man1/git-count-objects.1.gz share/man/man1/git-credential-cache--daemon.1.gz share/man/man1/git-credential-cache.1.gz share/man/man1/git-credential-store.1.gz share/man/man1/git-credential.1.gz share/man/man1/git-daemon.1.gz 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 share/man/man1/git-fast-export.1.gz share/man/man1/git-fast-import.1.gz share/man/man1/git-fetch-pack.1.gz share/man/man1/git-fetch.1.gz share/man/man1/git-filter-branch.1.gz share/man/man1/git-fmt-merge-msg.1.gz share/man/man1/git-for-each-ref.1.gz share/man/man1/git-for-each-repo.1.gz share/man/man1/git-format-patch.1.gz share/man/man1/git-fsck-objects.1.gz share/man/man1/git-fsck.1.gz share/man/man1/git-fsmonitor--daemon.1.gz share/man/man1/git-gc.1.gz share/man/man1/git-get-tar-commit-id.1.gz share/man/man1/git-grep.1.gz share/man/man1/git-hash-object.1.gz share/man/man1/git-help.1.gz share/man/man1/git-hook.1.gz share/man/man1/git-http-backend.1.gz share/man/man1/git-http-fetch.1.gz share/man/man1/git-http-push.1.gz share/man/man1/git-imap-send.1.gz share/man/man1/git-index-pack.1.gz share/man/man1/git-init-db.1.gz share/man/man1/git-init.1.gz share/man/man1/git-instaweb.1.gz share/man/man1/git-interpret-trailers.1.gz share/man/man1/git-log.1.gz share/man/man1/git-ls-files.1.gz share/man/man1/git-ls-remote.1.gz share/man/man1/git-ls-tree.1.gz share/man/man1/git-mailinfo.1.gz share/man/man1/git-mailsplit.1.gz share/man/man1/git-maintenance.1.gz share/man/man1/git-merge-base.1.gz share/man/man1/git-merge-file.1.gz share/man/man1/git-merge-index.1.gz share/man/man1/git-merge-one-file.1.gz share/man/man1/git-merge-tree.1.gz share/man/man1/git-merge.1.gz share/man/man1/git-mergetool--lib.1.gz share/man/man1/git-mergetool.1.gz share/man/man1/git-mktag.1.gz share/man/man1/git-mktree.1.gz share/man/man1/git-multi-pack-index.1.gz share/man/man1/git-mv.1.gz share/man/man1/git-name-rev.1.gz share/man/man1/git-notes.1.gz share/man/man1/git-pack-objects.1.gz share/man/man1/git-pack-redundant.1.gz share/man/man1/git-pack-refs.1.gz share/man/man1/git-patch-id.1.gz share/man/man1/git-prune-packed.1.gz share/man/man1/git-prune.1.gz share/man/man1/git-pull.1.gz share/man/man1/git-push.1.gz share/man/man1/git-quiltimport.1.gz share/man/man1/git-range-diff.1.gz share/man/man1/git-read-tree.1.gz share/man/man1/git-rebase.1.gz share/man/man1/git-receive-pack.1.gz share/man/man1/git-reflog.1.gz share/man/man1/git-refs.1.gz share/man/man1/git-remote-ext.1.gz share/man/man1/git-remote-fd.1.gz share/man/man1/git-remote.1.gz share/man/man1/git-repack.1.gz share/man/man1/git-replace.1.gz share/man/man1/git-replay.1.gz share/man/man1/git-request-pull.1.gz share/man/man1/git-rerere.1.gz share/man/man1/git-reset.1.gz share/man/man1/git-restore.1.gz share/man/man1/git-rev-list.1.gz share/man/man1/git-rev-parse.1.gz share/man/man1/git-revert.1.gz share/man/man1/git-rm.1.gz %%SEND_EMAIL%%share/man/man1/git-send-email.1.gz share/man/man1/git-send-pack.1.gz share/man/man1/git-sh-i18n--envsubst.1.gz share/man/man1/git-sh-i18n.1.gz share/man/man1/git-sh-setup.1.gz share/man/man1/git-shell.1.gz share/man/man1/git-shortlog.1.gz share/man/man1/git-show-branch.1.gz share/man/man1/git-show-index.1.gz share/man/man1/git-show-ref.1.gz share/man/man1/git-show.1.gz share/man/man1/git-sparse-checkout.1.gz share/man/man1/git-stage.1.gz share/man/man1/git-stash.1.gz share/man/man1/git-status.1.gz share/man/man1/git-stripspace.1.gz share/man/man1/git-submodule.1.gz %%SUBTREE%%share/man/man1/git-subtree.1.gz share/man/man1/git-switch.1.gz share/man/man1/git-symbolic-ref.1.gz share/man/man1/git-tag.1.gz share/man/man1/git-unpack-file.1.gz share/man/man1/git-unpack-objects.1.gz share/man/man1/git-update-index.1.gz share/man/man1/git-update-ref.1.gz share/man/man1/git-update-server-info.1.gz share/man/man1/git-upload-archive.1.gz share/man/man1/git-upload-pack.1.gz share/man/man1/git-var.1.gz share/man/man1/git-verify-commit.1.gz share/man/man1/git-verify-pack.1.gz share/man/man1/git-verify-tag.1.gz share/man/man1/git-version.1.gz share/man/man1/git-web--browse.1.gz share/man/man1/git-whatchanged.1.gz share/man/man1/git-worktree.1.gz share/man/man1/git-write-tree.1.gz share/man/man1/git.1.gz share/man/man1/gitweb.1.gz share/man/man1/scalar.1.gz share/man/man5/gitattributes.5.gz share/man/man5/gitformat-bundle.5.gz share/man/man5/gitformat-chunk.5.gz share/man/man5/gitformat-commit-graph.5.gz share/man/man5/gitformat-index.5.gz share/man/man5/gitformat-pack.5.gz share/man/man5/gitformat-signature.5.gz share/man/man5/githooks.5.gz share/man/man5/gitignore.5.gz share/man/man5/gitmailmap.5.gz share/man/man5/gitmodules.5.gz share/man/man5/gitprotocol-capabilities.5.gz share/man/man5/gitprotocol-common.5.gz share/man/man5/gitprotocol-http.5.gz share/man/man5/gitprotocol-pack.5.gz share/man/man5/gitprotocol-v2.5.gz share/man/man5/gitrepository-layout.5.gz share/man/man5/gitweb.conf.5.gz share/man/man7/gitcli.7.gz share/man/man7/gitcore-tutorial.7.gz share/man/man7/gitcredentials.7.gz share/man/man7/gitdiffcore.7.gz share/man/man7/giteveryday.7.gz share/man/man7/gitfaq.7.gz share/man/man7/gitglossary.7.gz share/man/man7/gitnamespaces.7.gz share/man/man7/gitpacking.7.gz share/man/man7/gitremote-helpers.7.gz share/man/man7/gitrevisions.7.gz 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 %%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.43.7.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.44.4.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.45.4.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.46.4.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.47.3.adoc %%DOCS%%%%DOCSDIR%%/RelNotes/2.48.0.adoc %%DOCS%%%%DOCSDIR%%/RelNotes/2.48.1.adoc +%%DOCS%%%%DOCSDIR%%/RelNotes/2.48.2.adoc %%DOCS%%%%DOCSDIR%%/RelNotes/2.49.0.adoc +%%DOCS%%%%DOCSDIR%%/RelNotes/2.49.1.adoc %%DOCS%%%%DOCSDIR%%/RelNotes/2.50.0.adoc +%%DOCS%%%%DOCSDIR%%/RelNotes/2.50.1.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 %%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/git-favicon.png %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/git-logo.png %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css %%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/git-version.in %%CONTRIB%%share/git-core/contrib/coccinelle/README %%CONTRIB%%share/git-core/contrib/coccinelle/array.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/commit.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/config_fn_ctx.pending.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/equals-null.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/flex_alloc.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/free.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/git_config_number.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/hashmap.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/index-compatibility.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/meson.build %%CONTRIB%%share/git-core/contrib/coccinelle/object_id.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/preincr.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/qsort.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/refs.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/spatchcache %%CONTRIB%%share/git-core/contrib/coccinelle/strbuf.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/swap.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/tests/free.c %%CONTRIB%%share/git-core/contrib/coccinelle/tests/free.res %%CONTRIB%%share/git-core/contrib/coccinelle/the_repository.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/xcalloc.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/xopen.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/xstrdup_or_null.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/xstrncmpz.cocci %%CONTRIB%%share/git-core/contrib/completion/git-completion.bash %%CONTRIB%%share/git-core/contrib/completion/git-completion.tcsh %%CONTRIB%%share/git-core/contrib/completion/git-completion.zsh %%CONTRIB%%share/git-core/contrib/completion/git-prompt.sh %%CONTRIB%%share/git-core/contrib/completion/meson.build %%CONTRIB%%share/git-core/contrib/contacts/Makefile %%CONTRIB%%share/git-core/contrib/contacts/git-contacts %%CONTRIB%%share/git-core/contrib/contacts/git-contacts.adoc %%CONTRIB%%share/git-core/contrib/contacts/meson.build %%CONTRIB%%share/git-core/contrib/coverage-diff.sh %%CONTRIB%%share/git-core/contrib/credential/libsecret/Makefile %%CONTRIB%%share/git-core/contrib/credential/libsecret/git-credential-libsecret.c %%CONTRIB%%share/git-core/contrib/credential/libsecret/meson.build %%CONTRIB%%share/git-core/contrib/credential/meson.build %%CONTRIB%%share/git-core/contrib/credential/netrc/Makefile %%CONTRIB%%share/git-core/contrib/credential/netrc/git-credential-netrc.perl %%CONTRIB%%share/git-core/contrib/credential/netrc/meson.build %%CONTRIB%%share/git-core/contrib/credential/netrc/t-git-credential-netrc.sh %%CONTRIB%%share/git-core/contrib/credential/netrc/test.command-option-gpg %%CONTRIB%%share/git-core/contrib/credential/netrc/test.git-config-gpg %%CONTRIB%%share/git-core/contrib/credential/netrc/test.netrc %%CONTRIB%%share/git-core/contrib/credential/netrc/test.pl %%CONTRIB%%share/git-core/contrib/credential/osxkeychain/.gitignore %%CONTRIB%%share/git-core/contrib/credential/osxkeychain/Makefile %%CONTRIB%%share/git-core/contrib/credential/osxkeychain/git-credential-osxkeychain.c %%CONTRIB%%share/git-core/contrib/credential/osxkeychain/meson.build %%CONTRIB%%share/git-core/contrib/credential/wincred/Makefile %%CONTRIB%%share/git-core/contrib/credential/wincred/git-credential-wincred.c %%CONTRIB%%share/git-core/contrib/credential/wincred/meson.build %%CONTRIB%%share/git-core/contrib/diff-highlight/DiffHighlight.pm %%CONTRIB%%share/git-core/contrib/diff-highlight/Makefile %%CONTRIB%%share/git-core/contrib/diff-highlight/README %%CONTRIB%%share/git-core/contrib/diff-highlight/diff-highlight %%CONTRIB%%share/git-core/contrib/diff-highlight/diff-highlight.perl %%CONTRIB%%share/git-core/contrib/diff-highlight/t/Makefile %%CONTRIB%%share/git-core/contrib/diff-highlight/t/t9400-diff-highlight.sh %%CONTRIB%%share/git-core/contrib/emacs/README %%CONTRIB%%share/git-core/contrib/emacs/git-blame.el %%CONTRIB%%share/git-core/contrib/emacs/git.el %%CONTRIB%%share/git-core/contrib/examples/README %%CONTRIB%%share/git-core/contrib/fast-import/git-import.perl %%CONTRIB%%share/git-core/contrib/fast-import/git-import.sh %%CONTRIB%%share/git-core/contrib/fast-import/git-p4.README %%CONTRIB%%share/git-core/contrib/fast-import/import-directories.perl %%CONTRIB%%share/git-core/contrib/fast-import/import-tars.perl %%CONTRIB%%share/git-core/contrib/fast-import/import-zips.py %%CONTRIB%%share/git-core/contrib/git-jump/README %%CONTRIB%%share/git-core/contrib/git-jump/git-jump %%CONTRIB%%share/git-core/contrib/git-resurrect.sh %%CONTRIB%%share/git-core/contrib/git-shell-commands/README %%CONTRIB%%share/git-core/contrib/git-shell-commands/help %%CONTRIB%%share/git-core/contrib/git-shell-commands/list %%CONTRIB%%share/git-core/contrib/hooks/multimail/README.Git %%CONTRIB%%share/git-core/contrib/hooks/post-receive-email %%CONTRIB%%share/git-core/contrib/hooks/pre-auto-gc-battery %%CONTRIB%%share/git-core/contrib/hooks/setgitperms.perl %%CONTRIB%%share/git-core/contrib/hooks/update-paranoid %%CONTRIB%%share/git-core/contrib/libgit-rs/Cargo.lock %%CONTRIB%%share/git-core/contrib/libgit-rs/Cargo.toml %%CONTRIB%%share/git-core/contrib/libgit-rs/README.md %%CONTRIB%%share/git-core/contrib/libgit-rs/build.rs %%CONTRIB%%share/git-core/contrib/libgit-rs/src/config.rs %%CONTRIB%%share/git-core/contrib/libgit-rs/src/lib.rs %%CONTRIB%%share/git-core/contrib/libgit-rs/testdata/config1 %%CONTRIB%%share/git-core/contrib/libgit-rs/testdata/config2 %%CONTRIB%%share/git-core/contrib/libgit-rs/testdata/config3 %%CONTRIB%%share/git-core/contrib/libgit-sys/Cargo.lock %%CONTRIB%%share/git-core/contrib/libgit-sys/Cargo.toml %%CONTRIB%%share/git-core/contrib/libgit-sys/README.md %%CONTRIB%%share/git-core/contrib/libgit-sys/build.rs %%CONTRIB%%share/git-core/contrib/libgit-sys/public_symbol_export.c %%CONTRIB%%share/git-core/contrib/libgit-sys/public_symbol_export.h %%CONTRIB%%share/git-core/contrib/libgit-sys/src/lib.rs %%CONTRIB%%share/git-core/contrib/long-running-filter/example.pl %%CONTRIB%%share/git-core/contrib/meson.build %%CONTRIB%%share/git-core/contrib/mw-to-git/.gitignore %%CONTRIB%%share/git-core/contrib/mw-to-git/.perlcriticrc %%CONTRIB%%share/git-core/contrib/mw-to-git/Git/Mediawiki.pm %%CONTRIB%%share/git-core/contrib/mw-to-git/Makefile %%CONTRIB%%share/git-core/contrib/mw-to-git/bin-wrapper/git %%CONTRIB%%share/git-core/contrib/mw-to-git/git-mw.perl %%CONTRIB%%share/git-core/contrib/mw-to-git/git-remote-mediawiki.perl %%CONTRIB%%share/git-core/contrib/mw-to-git/git-remote-mediawiki.txt %%CONTRIB%%share/git-core/contrib/mw-to-git/t/.gitignore %%CONTRIB%%share/git-core/contrib/mw-to-git/t/Makefile %%CONTRIB%%share/git-core/contrib/mw-to-git/t/README %%CONTRIB%%share/git-core/contrib/mw-to-git/t/install-wiki.sh %%CONTRIB%%share/git-core/contrib/mw-to-git/t/push-pull-tests.sh %%CONTRIB%%share/git-core/contrib/mw-to-git/t/t9360-mw-to-git-clone.sh %%CONTRIB%%share/git-core/contrib/mw-to-git/t/t9361-mw-to-git-push-pull.sh %%CONTRIB%%share/git-core/contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh %%CONTRIB%%share/git-core/contrib/mw-to-git/t/t9363-mw-to-git-export-import.sh %%CONTRIB%%share/git-core/contrib/mw-to-git/t/t9364-pull-by-rev.sh %%CONTRIB%%share/git-core/contrib/mw-to-git/t/t9365-continuing-queries.sh %%CONTRIB%%share/git-core/contrib/mw-to-git/t/test-gitmw-lib.sh %%CONTRIB%%share/git-core/contrib/mw-to-git/t/test-gitmw.pl %%CONTRIB%%share/git-core/contrib/mw-to-git/t/test.config %%CONTRIB%%share/git-core/contrib/persistent-https/LICENSE %%CONTRIB%%share/git-core/contrib/persistent-https/Makefile %%CONTRIB%%share/git-core/contrib/persistent-https/README %%CONTRIB%%share/git-core/contrib/persistent-https/client.go %%CONTRIB%%share/git-core/contrib/persistent-https/main.go %%CONTRIB%%share/git-core/contrib/persistent-https/proxy.go %%CONTRIB%%share/git-core/contrib/persistent-https/socket.go %%CONTRIB%%share/git-core/contrib/remote-helpers/README %%CONTRIB%%share/git-core/contrib/remote-helpers/git-remote-bzr %%CONTRIB%%share/git-core/contrib/remote-helpers/git-remote-hg %%CONTRIB%%share/git-core/contrib/remotes2config.sh %%CONTRIB%%share/git-core/contrib/rerere-train.sh %%CONTRIB%%share/git-core/contrib/stats/git-common-hash %%CONTRIB%%share/git-core/contrib/stats/mailmap.pl %%CONTRIB%%share/git-core/contrib/stats/packinfo.pl %%CONTRIB%%share/git-core/contrib/subtree/.gitignore %%CONTRIB%%share/git-core/contrib/subtree/COPYING %%CONTRIB%%share/git-core/contrib/subtree/INSTALL %%CONTRIB%%share/git-core/contrib/subtree/Makefile %%CONTRIB%%share/git-core/contrib/subtree/README %%CONTRIB%%share/git-core/contrib/subtree/git-subtree.adoc %%CONTRIB%%share/git-core/contrib/subtree/git-subtree.sh %%CONTRIB%%share/git-core/contrib/subtree/meson.build %%CONTRIB%%share/git-core/contrib/subtree/t/Makefile %%CONTRIB%%share/git-core/contrib/subtree/t/t7900-subtree.sh %%CONTRIB%%share/git-core/contrib/subtree/todo %%CONTRIB%%share/git-core/contrib/thunderbird-patch-inline/README %%CONTRIB%%share/git-core/contrib/thunderbird-patch-inline/appp.sh %%CONTRIB%%share/git-core/contrib/update-unicode/README %%CONTRIB%%share/git-core/contrib/update-unicode/update_unicode.sh %%CONTRIB%%share/git-core/contrib/vscode/README.md %%CONTRIB%%share/git-core/contrib/vscode/init.sh %%CONTRIB%%share/git-core/contrib/workdir/git-new-workdir share/git-core/templates/description share/git-core/templates/hooks/applypatch-msg.sample share/git-core/templates/hooks/commit-msg.sample share/git-core/templates/hooks/fsmonitor-watchman.sample share/git-core/templates/hooks/post-update.sample share/git-core/templates/hooks/pre-applypatch.sample share/git-core/templates/hooks/pre-commit.sample share/git-core/templates/hooks/pre-merge-commit.sample share/git-core/templates/hooks/pre-push.sample share/git-core/templates/hooks/pre-rebase.sample share/git-core/templates/hooks/pre-receive.sample share/git-core/templates/hooks/prepare-commit-msg.sample share/git-core/templates/hooks/push-to-checkout.sample share/git-core/templates/hooks/sendemail-validate.sample share/git-core/templates/hooks/update.sample share/git-core/templates/info/exclude %%NLS%%share/locale/bg/LC_MESSAGES/git.mo %%NLS%%share/locale/ca/LC_MESSAGES/git.mo %%NLS%%share/locale/de/LC_MESSAGES/git.mo %%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 %%NLS%%share/locale/ko/LC_MESSAGES/git.mo %%NLS%%share/locale/pl/LC_MESSAGES/git.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/git.mo %%NLS%%share/locale/ru/LC_MESSAGES/git.mo %%NLS%%share/locale/sv/LC_MESSAGES/git.mo %%NLS%%share/locale/tr/LC_MESSAGES/git.mo %%NLS%%share/locale/uk/LC_MESSAGES/git.mo %%NLS%%share/locale/vi/LC_MESSAGES/git.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/git.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/git.mo