From owner-svn-ports-head@freebsd.org Thu Oct 13 14:28:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 883CBC10A57; Thu, 13 Oct 2016 14:28:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5150E1FEB; Thu, 13 Oct 2016 14:28:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DESnaA075987; Thu, 13 Oct 2016 14:28:49 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DESnmh075982; Thu, 13 Oct 2016 14:28:49 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610131428.u9DESnmh075982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 13 Oct 2016 14:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423921 - in head/devel/git: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 14:28:50 -0000 Author: mat Date: Thu Oct 13 14:28:48 2016 New Revision: 423921 URL: https://svnweb.freebsd.org/changeset/ports/423921 Log: Update to 2.10.1. Hook up to the test framework. Sort the plist the same way make makeplist does, so that next updates are easier to work on. PR: 213417 Submitted by: mat Approved by: maintainer Sponsored by: Absolight Modified: head/devel/git/Makefile (contents, props changed) head/devel/git/distinfo (contents, props changed) head/devel/git/files/patch-Documentation__Makefile (contents, props changed) head/devel/git/files/patch-Makefile (contents, props changed) head/devel/git/pkg-plist (contents, props changed) Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Thu Oct 13 14:09:02 2016 (r423920) +++ head/devel/git/Makefile Thu Oct 13 14:28:48 2016 (r423921) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= git -DISTVERSION= 2.9.2 -PORTREVISION= 2 +DISTVERSION= 2.10.1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -37,6 +36,7 @@ SHEBANG_FILES= *.perl */*.perl */*/*.per contrib/diff-highlight/diff-highlight \ contrib/buildsystems/generate contrib/contacts/git-contacts \ contrib/svn-fe/svnrdump_sim.py +TEST_TARGET= test CONFIGURE_ARGS= --enable-pthreads=-pthread ac_cv_header_libcharset_h=no Modified: head/devel/git/distinfo ============================================================================== --- head/devel/git/distinfo Thu Oct 13 14:09:02 2016 (r423920) +++ head/devel/git/distinfo Thu Oct 13 14:28:48 2016 (r423921) @@ -1,7 +1,7 @@ -TIMESTAMP = 1468849201 -SHA256 (git-2.9.2.tar.xz) = f8f546648f77f246f1302e3ec4037c81db25af1f02931597148c5bf61fac2db5 -SIZE (git-2.9.2.tar.xz) = 4019916 -SHA256 (git-manpages-2.9.2.tar.xz) = 4c5c516ee4c0412b9475739e2125a257f6022e7c7bd006827c376fe70d47c323 -SIZE (git-manpages-2.9.2.tar.xz) = 392552 -SHA256 (git-htmldocs-2.9.2.tar.xz) = 6dddb003184f2ab68aa6b54e02e1e55c82c774fe6e74602e9dbefdf06826fb1c -SIZE (git-htmldocs-2.9.2.tar.xz) = 1053284 +TIMESTAMP = 1476283907 +SHA256 (git-2.10.1.tar.xz) = a9c32df9061cfc2c194ecaa0357ba273c1f24a0dbf0d856b03dcedafcd0a4dc6 +SIZE (git-2.10.1.tar.xz) = 4102452 +SHA256 (git-manpages-2.10.1.tar.xz) = 89ff7aae275252d6b01cac6479e10e1be2e0208181ff14decf200606b5223611 +SIZE (git-manpages-2.10.1.tar.xz) = 395560 +SHA256 (git-htmldocs-2.10.1.tar.xz) = 40f9ce980f91c0391438e5d04a1bb11b128c6b6bf272eac44d6fca80f2dacfcb +SIZE (git-htmldocs-2.10.1.tar.xz) = 1067144 Modified: head/devel/git/files/patch-Documentation__Makefile ============================================================================== --- head/devel/git/files/patch-Documentation__Makefile Thu Oct 13 14:09:02 2016 (r423920) +++ head/devel/git/files/patch-Documentation__Makefile Thu Oct 13 14:28:48 2016 (r423921) @@ -1,6 +1,6 @@ ---- Documentation/Makefile.orig 2015-11-05 21:31:55 UTC +--- Documentation/Makefile.orig 2016-10-03 22:19:09 UTC +++ Documentation/Makefile -@@ -86,11 +86,11 @@ DOC_MAN1 = $(patsubst %.txt,%.1,$(MAN1_T +@@ -87,11 +87,11 @@ DOC_MAN1 = $(patsubst %.txt,%.1,$(MAN1_T DOC_MAN5 = $(patsubst %.txt,%.5,$(MAN5_TXT)) DOC_MAN7 = $(patsubst %.txt,%.7,$(MAN7_TXT)) @@ -15,7 +15,7 @@ mandir ?= $(prefix)/share/man man1dir = $(mandir)/man1 man5dir = $(mandir)/man5 -@@ -212,7 +212,7 @@ ifndef V +@@ -214,7 +214,7 @@ ifndef V endif endif Modified: head/devel/git/files/patch-Makefile ============================================================================== --- head/devel/git/files/patch-Makefile Thu Oct 13 14:09:02 2016 (r423920) +++ head/devel/git/files/patch-Makefile Thu Oct 13 14:28:48 2016 (r423921) @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-11-05 21:31:55 UTC +--- Makefile.orig 2016-10-03 22:19:09 UTC +++ Makefile -@@ -398,15 +398,15 @@ ARFLAGS = rcs +@@ -426,15 +426,15 @@ ARFLAGS = rcs prefix = $(HOME) bindir_relative = bin bindir = $(prefix)/$(bindir_relative) @@ -20,7 +20,7 @@ ETC_GITCONFIG = $(sysconfdir)/gitconfig ETC_GITATTRIBUTES = $(sysconfdir)/gitattributes lib = lib -@@ -1107,9 +1107,9 @@ EXTLIBS += -lz +@@ -1146,9 +1146,9 @@ EXTLIBS += -lz ifndef NO_OPENSSL OPENSSL_LIBSSL = -lssl @@ -33,7 +33,7 @@ else OPENSSL_LINK = endif -@@ -1803,7 +1803,7 @@ git-instaweb: git-instaweb.sh GIT-SCRIPT +@@ -1873,7 +1873,7 @@ git-instaweb: git-instaweb.sh GIT-SCRIPT chmod +x $@+ && \ mv $@+ $@ else # NO_PERL Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Thu Oct 13 14:09:02 2016 (r423920) +++ head/devel/git/pkg-plist Thu Oct 13 14:28:48 2016 (r423921) @@ -1,189 +1,26 @@ bin/git +%%CVS%%bin/git-cvsserver %%P4%%bin/git-p4.py -bin/git-upload-pack bin/git-receive-pack -bin/git-upload-archive -%%CVS%%bin/git-cvsserver bin/git-shell -man/man1/git.1.gz -man/man1/git-add.1.gz -man/man1/git-am.1.gz -man/man1/git-annotate.1.gz -man/man1/git-apply.1.gz -man/man1/git-archimport.1.gz -man/man1/git-archive.1.gz -man/man1/git-bisect.1.gz -man/man1/git-blame.1.gz -man/man1/git-branch.1.gz -man/man1/git-bundle.1.gz -man/man1/git-cat-file.1.gz -man/man1/git-check-attr.1.gz -man/man1/git-check-ignore.1.gz -man/man1/git-check-mailmap.1.gz -man/man1/git-check-ref-format.1.gz -man/man1/git-checkout-index.1.gz -man/man1/git-checkout.1.gz -man/man1/git-cherry-pick.1.gz -man/man1/git-cherry.1.gz -%%GUI%%man/man1/git-citool.1.gz -man/man1/git-clean.1.gz -man/man1/git-clone.1.gz -man/man1/git-column.1.gz -man/man1/git-commit-tree.1.gz -man/man1/git-commit.1.gz -man/man1/git-config.1.gz -man/man1/git-count-objects.1.gz -man/man1/git-credential.1.gz -man/man1/git-credential-cache--daemon.1.gz -man/man1/git-credential-cache.1.gz -man/man1/git-credential-store.1.gz -%%CVS%%man/man1/git-cvsexportcommit.1.gz -%%CVS%%man/man1/git-cvsimport.1.gz -%%CVS%%man/man1/git-cvsserver.1.gz -man/man1/git-daemon.1.gz -man/man1/git-describe.1.gz -man/man1/git-diff-files.1.gz -man/man1/git-diff-index.1.gz -man/man1/git-difftool.1.gz -man/man1/git-diff-tree.1.gz -man/man1/git-diff.1.gz -man/man1/git-fast-export.1.gz -man/man1/git-fast-import.1.gz -man/man1/git-fetch-pack.1.gz -man/man1/git-fetch.1.gz -man/man1/git-filter-branch.1.gz -man/man1/git-fmt-merge-msg.1.gz -man/man1/git-for-each-ref.1.gz -man/man1/git-format-patch.1.gz -man/man1/git-fsck-objects.1.gz -man/man1/git-fsck.1.gz -man/man1/git-gc.1.gz -man/man1/git-get-tar-commit-id.1.gz -man/man1/git-grep.1.gz -%%GUI%%man/man1/git-gui.1.gz -man/man1/git-hash-object.1.gz -man/man1/git-help.1.gz -man/man1/git-http-backend.1.gz -man/man1/git-http-fetch.1.gz -man/man1/git-http-push.1.gz -man/man1/git-imap-send.1.gz -man/man1/git-index-pack.1.gz -man/man1/git-init-db.1.gz -man/man1/git-init.1.gz -man/man1/git-instaweb.1.gz -man/man1/git-interpret-trailers.1.gz -man/man1/git-log.1.gz -man/man1/git-ls-files.1.gz -man/man1/git-ls-remote.1.gz -man/man1/git-ls-tree.1.gz -man/man1/git-mailinfo.1.gz -man/man1/git-mailsplit.1.gz -man/man1/git-merge-base.1.gz -man/man1/git-merge-file.1.gz -man/man1/git-merge-index.1.gz -man/man1/git-merge-one-file.1.gz -man/man1/git-mergetool.1.gz -man/man1/git-merge-tree.1.gz -man/man1/git-merge.1.gz -man/man1/git-mergetool--lib.1.gz -man/man1/git-mktag.1.gz -man/man1/git-mktree.1.gz -man/man1/git-mv.1.gz -man/man1/git-name-rev.1.gz -man/man1/git-notes.1.gz -man/man1/git-p4.1.gz -man/man1/git-pack-objects.1.gz -man/man1/git-pack-redundant.1.gz -man/man1/git-pack-refs.1.gz -man/man1/git-parse-remote.1.gz -man/man1/git-patch-id.1.gz -man/man1/git-prune-packed.1.gz -man/man1/git-prune.1.gz -man/man1/git-pull.1.gz -man/man1/git-push.1.gz -man/man1/git-quiltimport.1.gz -man/man1/git-read-tree.1.gz -man/man1/git-rebase.1.gz -man/man1/git-receive-pack.1.gz -man/man1/git-reflog.1.gz -man/man1/git-relink.1.gz -man/man1/git-remote-ext.1.gz -man/man1/git-remote-fd.1.gz -man/man1/git-remote-testgit.1.gz -man/man1/git-remote.1.gz -man/man1/git-repack.1.gz -man/man1/git-replace.1.gz -man/man1/git-request-pull.1.gz -man/man1/git-rerere.1.gz -man/man1/git-reset.1.gz -man/man1/git-rev-list.1.gz -man/man1/git-rev-parse.1.gz -man/man1/git-revert.1.gz -man/man1/git-rm.1.gz -%%SEND_EMAIL%%man/man1/git-send-email.1.gz -man/man1/git-send-pack.1.gz -man/man1/git-sh-setup.1.gz -man/man1/git-sh-i18n.1.gz -man/man1/git-sh-i18n--envsubst.1.gz -man/man1/git-shell.1.gz -man/man1/git-shortlog.1.gz -man/man1/git-show-branch.1.gz -man/man1/git-show-index.1.gz -man/man1/git-show-ref.1.gz -man/man1/git-show.1.gz -man/man1/git-stage.1.gz -man/man1/git-stash.1.gz -man/man1/git-status.1.gz -man/man1/git-stripspace.1.gz -man/man1/git-submodule.1.gz -%%CONTRIB%%man/man1/git-subtree.1.gz -%%SVN%%man/man1/git-svn.1.gz -man/man1/git-symbolic-ref.1.gz -man/man1/git-tag.1.gz -man/man1/git-unpack-file.1.gz -man/man1/git-unpack-objects.1.gz -man/man1/git-update-index.1.gz -man/man1/git-update-ref.1.gz -man/man1/git-update-server-info.1.gz -man/man1/git-upload-archive.1.gz -man/man1/git-upload-pack.1.gz -man/man1/git-var.1.gz -man/man1/git-verify-commit.1.gz -man/man1/git-verify-pack.1.gz -man/man1/git-verify-tag.1.gz -man/man1/git-web--browse.1.gz -man/man1/git-whatchanged.1.gz -man/man1/git-write-tree.1.gz -man/man1/git-worktree.1.gz -%%GUI%%man/man1/gitk.1.gz -man/man1/gitremote-helpers.1.gz -man/man1/gitweb.1.gz -%%PERL%%man/man3/Git.3.gz -%%PERL%%man/man3/Git::I18N.3.gz -%%PERL%%man/man3/Git::SVN::Editor.3.gz -%%PERL%%man/man3/Git::SVN::Fetcher.3.gz -%%PERL%%man/man3/Git::SVN::Memoize::YAML.3.gz -%%PERL%%man/man3/Git::SVN::Prompt.3.gz -%%PERL%%man/man3/Git::SVN::Ra.3.gz -%%PERL%%man/man3/Git::SVN::Utils.3.gz -man/man5/gitattributes.5.gz -man/man5/githooks.5.gz -man/man5/gitignore.5.gz -man/man5/gitmodules.5.gz -man/man5/gitrepository-layout.5.gz -man/man5/gitweb.conf.5.gz -man/man7/gitcli.7.gz -man/man7/gitcredentials.7.gz -%%CVS%%man/man7/gitcvs-migration.7.gz -man/man7/gitglossary.7.gz -man/man7/gittutorial.7.gz -man/man7/gitcore-tutorial.7.gz -man/man7/gitdiffcore.7.gz -man/man7/giteveryday.7.gz -man/man7/gittutorial-2.7.gz -man/man7/gitworkflows.7.gz -man/man7/gitrevisions.7.gz -man/man7/gitnamespaces.7.gz +bin/git-upload-archive +bin/git-upload-pack +%%GUI%%bin/gitk +%%PERL%%%%SITE_PERL%%/Git.pm +%%PERL%%%%SITE_PERL%%/Git/I18N.pm +%%PERL%%%%SITE_PERL%%/Git/IndexInfo.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 +lib/xemacs/site-lisp/git/git-blame.el +lib/xemacs/site-lisp/git/git.el libexec/git-core/git libexec/git-core/git-add libexec/git-core/git-add--interactive @@ -215,8 +52,8 @@ 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--daemon libexec/git-core/git-credential-cache +libexec/git-core/git-credential-cache--daemon libexec/git-core/git-credential-store %%CVS%%libexec/git-core/git-cvsexportcommit %%CVS%%libexec/git-core/git-cvsimport @@ -226,9 +63,9 @@ libexec/git-core/git-describe libexec/git-core/git-diff libexec/git-core/git-diff-files libexec/git-core/git-diff-index +libexec/git-core/git-diff-tree libexec/git-core/git-difftool libexec/git-core/git-difftool--helper -libexec/git-core/git-diff-tree libexec/git-core/git-fast-export libexec/git-core/git-fast-import libexec/git-core/git-fetch @@ -271,9 +108,9 @@ 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-mergetool--lib 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-mv @@ -301,11 +138,11 @@ libexec/git-core/git-relink libexec/git-core/git-remote libexec/git-core/git-remote-ext libexec/git-core/git-remote-fd -libexec/git-core/git-remote-testsvn -%%CURL%%libexec/git-core/git-remote-http -%%CURL%%libexec/git-core/git-remote-https %%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-remote-testsvn libexec/git-core/git-repack libexec/git-core/git-replace libexec/git-core/git-request-pull @@ -321,12 +158,12 @@ 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-stage 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-stage libexec/git-core/git-stash libexec/git-core/git-status libexec/git-core/git-stripspace @@ -376,620 +213,185 @@ libexec/git-core/mergetools/vimdiff2 libexec/git-core/mergetools/vimdiff3 libexec/git-core/mergetools/winmerge libexec/git-core/mergetools/xxdiff -%%GUI%%bin/gitk -%%PERL%%%%SITE_PERL%%/Git.pm -%%PERL%%%%SITE_PERL%%/Git/I18N.pm -%%PERL%%%%SITE_PERL%%/Git/SVN.pm -%%PERL%%%%SITE_PERL%%/Git/IndexInfo.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Memoize/YAML.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Migration.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Log.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/GlobSpec.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Utils.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Ra.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Prompt.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Editor.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Fetcher.pm -lib/xemacs/site-lisp/git/git.el -lib/xemacs/site-lisp/git/git-blame.el -%%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/fr/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/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/vi/LC_MESSAGES/git.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/git.mo -share/emacs/site-lisp/git/git.el -share/emacs/site-lisp/git/git-blame.el -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/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-push.sample -share/git-core/templates/hooks/pre-rebase.sample -share/git-core/templates/hooks/prepare-commit-msg.sample -share/git-core/templates/hooks/update.sample -share/git-core/templates/info/exclude -%%GUI%%share/git-gui/lib/tclIndex -%%GUI%%share/git-gui/lib/about.tcl -%%GUI%%share/git-gui/lib/blame.tcl -%%GUI%%share/git-gui/lib/branch.tcl -%%GUI%%share/git-gui/lib/branch_checkout.tcl -%%GUI%%share/git-gui/lib/branch_create.tcl -%%GUI%%share/git-gui/lib/branch_delete.tcl -%%GUI%%share/git-gui/lib/branch_rename.tcl -%%GUI%%share/git-gui/lib/browser.tcl -%%GUI%%share/git-gui/lib/checkout_op.tcl -%%GUI%%share/git-gui/lib/choose_font.tcl -%%GUI%%share/git-gui/lib/choose_repository.tcl -%%GUI%%share/git-gui/lib/choose_rev.tcl -%%GUI%%share/git-gui/lib/class.tcl -%%GUI%%share/git-gui/lib/commit.tcl -%%GUI%%share/git-gui/lib/console.tcl -%%GUI%%share/git-gui/lib/database.tcl -%%GUI%%share/git-gui/lib/date.tcl -%%GUI%%share/git-gui/lib/diff.tcl -%%GUI%%share/git-gui/lib/encoding.tcl -%%GUI%%share/git-gui/lib/error.tcl -%%GUI%%share/git-gui/lib/git-gui.ico -%%GUI%%share/git-gui/lib/index.tcl -%%GUI%%share/git-gui/lib/line.tcl -%%GUI%%share/git-gui/lib/logo.tcl -%%GUI%%share/git-gui/lib/merge.tcl -%%GUI%%share/git-gui/lib/mergetool.tcl -%%GUI%%share/git-gui/lib/option.tcl -%%GUI%%share/git-gui/lib/remote.tcl -%%GUI%%share/git-gui/lib/remote_add.tcl -%%GUI%%share/git-gui/lib/remote_branch_delete.tcl -%%GUI%%share/git-gui/lib/search.tcl -%%GUI%%share/git-gui/lib/shortcut.tcl -%%GUI%%share/git-gui/lib/spellcheck.tcl -%%GUI%%share/git-gui/lib/sshkey.tcl -%%GUI%%share/git-gui/lib/status_bar.tcl -%%GUI%%share/git-gui/lib/themed.tcl -%%GUI%%share/git-gui/lib/tools_dlg.tcl -%%GUI%%share/git-gui/lib/tools.tcl -%%GUI%%share/git-gui/lib/transport.tcl -%%GUI%%share/git-gui/lib/win32.tcl -%%GUI%%share/git-gui/lib/win32_shortcut.js -%%GUI%%share/git-gui/lib/msgs/bg.msg -%%GUI%%share/git-gui/lib/msgs/de.msg -%%GUI%%share/git-gui/lib/msgs/el.msg -%%GUI%%share/git-gui/lib/msgs/fr.msg -%%GUI%%share/git-gui/lib/msgs/hu.msg -%%GUI%%share/git-gui/lib/msgs/it.msg -%%GUI%%share/git-gui/lib/msgs/ja.msg -%%GUI%%share/git-gui/lib/msgs/nb.msg -%%GUI%%share/git-gui/lib/msgs/pt_br.msg -%%GUI%%share/git-gui/lib/msgs/ru.msg -%%GUI%%share/git-gui/lib/msgs/sv.msg -%%GUI%%share/git-gui/lib/msgs/vi.msg -%%GUI%%share/git-gui/lib/msgs/zh_cn.msg -%%GUI%%share/gitk/lib/msgs/bg.msg -%%GUI%%share/gitk/lib/msgs/ca.msg -%%GUI%%share/gitk/lib/msgs/es.msg -%%GUI%%share/gitk/lib/msgs/de.msg -%%GUI%%share/gitk/lib/msgs/fr.msg -%%GUI%%share/gitk/lib/msgs/hu.msg -%%GUI%%share/gitk/lib/msgs/it.msg -%%GUI%%share/gitk/lib/msgs/ja.msg -%%GUI%%share/gitk/lib/msgs/pt_br.msg -%%GUI%%share/gitk/lib/msgs/ru.msg -%%GUI%%share/gitk/lib/msgs/sv.msg -%%GUI%%share/gitk/lib/msgs/vi.msg -%%HTMLDOCS%%%%DOCSDIR%%/git-add.html -%%HTMLDOCS%%%%DOCSDIR%%/git-am.html -%%HTMLDOCS%%%%DOCSDIR%%/git-annotate.html -%%HTMLDOCS%%%%DOCSDIR%%/git-apply.html -%%HTMLDOCS%%%%DOCSDIR%%/git-archimport.html -%%HTMLDOCS%%%%DOCSDIR%%/git-archive.html -%%HTMLDOCS%%%%DOCSDIR%%/git-bisect.html -%%HTMLDOCS%%%%DOCSDIR%%/git-bisect-lk2009.html -%%HTMLDOCS%%%%DOCSDIR%%/git-bisect-lk2009.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-blame.html -%%HTMLDOCS%%%%DOCSDIR%%/git-branch.html -%%HTMLDOCS%%%%DOCSDIR%%/git-bundle.html -%%HTMLDOCS%%%%DOCSDIR%%/git-cat-file.html -%%HTMLDOCS%%%%DOCSDIR%%/git-check-attr.html -%%HTMLDOCS%%%%DOCSDIR%%/git-check-ref-format.html -%%HTMLDOCS%%%%DOCSDIR%%/git-checkout-index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-checkout.html -%%HTMLDOCS%%%%DOCSDIR%%/git-cherry-pick.html -%%HTMLDOCS%%%%DOCSDIR%%/git-cherry.html -%%HTMLDOCS%%%%DOCSDIR%%/git-citool.html -%%HTMLDOCS%%%%DOCSDIR%%/git-clean.html -%%HTMLDOCS%%%%DOCSDIR%%/git-clone.html -%%HTMLDOCS%%%%DOCSDIR%%/git-column.html -%%HTMLDOCS%%%%DOCSDIR%%/git-column.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-commit-tree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-commit.html -%%HTMLDOCS%%%%DOCSDIR%%/git-config.html -%%HTMLDOCS%%%%DOCSDIR%%/git-count-objects.html -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsexportcommit.html -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsimport.html -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsserver.html -%%HTMLDOCS%%%%DOCSDIR%%/git-daemon.html -%%HTMLDOCS%%%%DOCSDIR%%/git-describe.html -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-files.html -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-tree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-diff.html -%%HTMLDOCS%%%%DOCSDIR%%/git-difftool.html -%%HTMLDOCS%%%%DOCSDIR%%/git-fast-export.html -%%HTMLDOCS%%%%DOCSDIR%%/git-fast-import.html -%%HTMLDOCS%%%%DOCSDIR%%/git-fetch-pack.html -%%HTMLDOCS%%%%DOCSDIR%%/git-fetch.html -%%HTMLDOCS%%%%DOCSDIR%%/git-filter-branch.html -%%HTMLDOCS%%%%DOCSDIR%%/git-fmt-merge-msg.html -%%HTMLDOCS%%%%DOCSDIR%%/fmt-merge-msg-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-for-each-ref.html -%%HTMLDOCS%%%%DOCSDIR%%/git-format-patch.html -%%HTMLDOCS%%%%DOCSDIR%%/git-fsck-objects.html -%%HTMLDOCS%%%%DOCSDIR%%/git-fsck.html -%%HTMLDOCS%%%%DOCSDIR%%/git-gc.html -%%HTMLDOCS%%%%DOCSDIR%%/git-get-tar-commit-id.html -%%HTMLDOCS%%%%DOCSDIR%%/git-grep.html -%%HTMLDOCS%%%%DOCSDIR%%/git-gui.html -%%HTMLDOCS%%%%DOCSDIR%%/git-hash-object.html -%%HTMLDOCS%%%%DOCSDIR%%/git-help.html -%%HTMLDOCS%%%%DOCSDIR%%/git-http-backend.html -%%HTMLDOCS%%%%DOCSDIR%%/git-http-backend.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-http-fetch.html -%%HTMLDOCS%%%%DOCSDIR%%/git-http-push.html -%%HTMLDOCS%%%%DOCSDIR%%/git-imap-send.html -%%HTMLDOCS%%%%DOCSDIR%%/git-index-pack.html -%%HTMLDOCS%%%%DOCSDIR%%/git-init-db.html -%%HTMLDOCS%%%%DOCSDIR%%/git-init.html -%%HTMLDOCS%%%%DOCSDIR%%/git-instaweb.html -%%HTMLDOCS%%%%DOCSDIR%%/git-interpret-trailers.html -%%HTMLDOCS%%%%DOCSDIR%%/git-log.html -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-files.html -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-remote.html -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-tree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-mailinfo.html -%%HTMLDOCS%%%%DOCSDIR%%/git-mailsplit.html -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-base.html -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-file.html -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-one-file.html -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-tree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-merge.html -%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool--lib.html -%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool.html -%%HTMLDOCS%%%%DOCSDIR%%/git-mktag.html -%%HTMLDOCS%%%%DOCSDIR%%/git-mktree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-mv.html -%%HTMLDOCS%%%%DOCSDIR%%/git-name-rev.html -%%HTMLDOCS%%%%DOCSDIR%%/git-notes.html -%%HTMLDOCS%%%%DOCSDIR%%/git-notes.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-objects.html -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-redundant.html -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-refs.html -%%HTMLDOCS%%%%DOCSDIR%%/git-parse-remote.html -%%HTMLDOCS%%%%DOCSDIR%%/git-patch-id.html -%%HTMLDOCS%%%%DOCSDIR%%/git-prune-packed.html -%%HTMLDOCS%%%%DOCSDIR%%/git-prune.html -%%HTMLDOCS%%%%DOCSDIR%%/git-pull.html -%%HTMLDOCS%%%%DOCSDIR%%/git-push.html -%%HTMLDOCS%%%%DOCSDIR%%/git-quiltimport.html -%%HTMLDOCS%%%%DOCSDIR%%/git-read-tree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-rebase.html -%%HTMLDOCS%%%%DOCSDIR%%/git-receive-pack.html -%%HTMLDOCS%%%%DOCSDIR%%/git-reflog.html -%%HTMLDOCS%%%%DOCSDIR%%/git-relink.html -%%HTMLDOCS%%%%DOCSDIR%%/git-remote.html -%%HTMLDOCS%%%%DOCSDIR%%/git-remote-ext.html -%%HTMLDOCS%%%%DOCSDIR%%/git-remote-ext.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-remote-fd.html -%%HTMLDOCS%%%%DOCSDIR%%/git-remote-fd.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-remote-helpers.html -%%HTMLDOCS%%%%DOCSDIR%%/gitremote-helpers.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitremote-helpers.html -%%HTMLDOCS%%%%DOCSDIR%%/git-remote-testgit.html -%%HTMLDOCS%%%%DOCSDIR%%/git-remote-testgit.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-repack.html -%%HTMLDOCS%%%%DOCSDIR%%/git-replace.html -%%HTMLDOCS%%%%DOCSDIR%%/git-replace.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-request-pull.html -%%HTMLDOCS%%%%DOCSDIR%%/git-rerere.html -%%HTMLDOCS%%%%DOCSDIR%%/git-reset.html -%%HTMLDOCS%%%%DOCSDIR%%/git-rev-list.html -%%HTMLDOCS%%%%DOCSDIR%%/git-rev-parse.html -%%HTMLDOCS%%%%DOCSDIR%%/git-revert.html -%%HTMLDOCS%%%%DOCSDIR%%/git-rm.html -%%SEND_EMAIL%%%%HTMLDOCS%%%%DOCSDIR%%/git-send-email.html -%%HTMLDOCS%%%%DOCSDIR%%/git-send-pack.html -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n.html -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n--envsubst.html -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-setup.html -%%HTMLDOCS%%%%DOCSDIR%%/git-shell.html -%%HTMLDOCS%%%%DOCSDIR%%/git-shortlog.html -%%HTMLDOCS%%%%DOCSDIR%%/git-show-branch.html -%%HTMLDOCS%%%%DOCSDIR%%/git-show-index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-show-ref.html -%%HTMLDOCS%%%%DOCSDIR%%/git-show.html -%%HTMLDOCS%%%%DOCSDIR%%/git-stage.html -%%HTMLDOCS%%%%DOCSDIR%%/git-stash.html -%%HTMLDOCS%%%%DOCSDIR%%/git-status.html -%%HTMLDOCS%%%%DOCSDIR%%/git-stripspace.html -%%HTMLDOCS%%%%DOCSDIR%%/git-submodule.html -%%CONTRIB%%%%HTMLDOCS%%%%DOCSDIR%%/git-subtree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-svn.html -%%HTMLDOCS%%%%DOCSDIR%%/git-symbolic-ref.html -%%HTMLDOCS%%%%DOCSDIR%%/git-tag.html -%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-file.html -%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-objects.html -%%HTMLDOCS%%%%DOCSDIR%%/git-update-index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-update-ref.html -%%HTMLDOCS%%%%DOCSDIR%%/git-update-server-info.html -%%HTMLDOCS%%%%DOCSDIR%%/git-upload-archive.html -%%HTMLDOCS%%%%DOCSDIR%%/git-upload-pack.html -%%HTMLDOCS%%%%DOCSDIR%%/git-var.html -%%HTMLDOCS%%%%DOCSDIR%%/git-verify-commit.html -%%HTMLDOCS%%%%DOCSDIR%%/git-verify-pack.html -%%HTMLDOCS%%%%DOCSDIR%%/git-verify-tag.html -%%HTMLDOCS%%%%DOCSDIR%%/git-web--browse.html -%%HTMLDOCS%%%%DOCSDIR%%/git-whatchanged.html -%%HTMLDOCS%%%%DOCSDIR%%/git-write-tree.html -%%HTMLDOCS%%%%DOCSDIR%%/git.html -%%HTMLDOCS%%%%DOCSDIR%%/gitattributes.html -%%HTMLDOCS%%%%DOCSDIR%%/gitcli.html -%%HTMLDOCS%%%%DOCSDIR%%/gitcore-tutorial.html -%%HTMLDOCS%%%%DOCSDIR%%/gitcvs-migration.html -%%HTMLDOCS%%%%DOCSDIR%%/gitdiffcore.html -%%HTMLDOCS%%%%DOCSDIR%%/giteveryday.html -%%HTMLDOCS%%%%DOCSDIR%%/gitglossary.html -%%HTMLDOCS%%%%DOCSDIR%%/githooks.html -%%HTMLDOCS%%%%DOCSDIR%%/gitignore.html -%%HTMLDOCS%%%%DOCSDIR%%/gitk.html -%%HTMLDOCS%%%%DOCSDIR%%/gitmodules.html -%%HTMLDOCS%%%%DOCSDIR%%/gitnamespaces.html -%%HTMLDOCS%%%%DOCSDIR%%/gitnamespaces.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitrepository-layout.html -%%HTMLDOCS%%%%DOCSDIR%%/gittutorial-2.html -%%HTMLDOCS%%%%DOCSDIR%%/gittutorial.html -%%HTMLDOCS%%%%DOCSDIR%%/gitworkflows.html -%%HTMLDOCS%%%%DOCSDIR%%/cmds-ancillaryinterrogators.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-ancillarymanipulators.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-foreignscminterface.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-mainporcelain.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-plumbinginterrogators.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-plumbingmanipulators.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-purehelpers.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-synchelpers.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-synchingrepositories.txt -%%HTMLDOCS%%%%DOCSDIR%%/line-range-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-check-mailmap.html -%%HTMLDOCS%%%%DOCSDIR%%/git-check-mailmap.txt -%%HTMLDOCS%%%%DOCSDIR%%/mailmap.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-citool.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-hash-object.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-commit-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-count-objects.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-quiltimport.txt -%%HTMLDOCS%%%%DOCSDIR%%/index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-bundle.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitcore-tutorial.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mv.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-blame.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-archimport.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitcli.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-shortlog.txt -%%HTMLDOCS%%%%DOCSDIR%%/fetch-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-revert.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-stash.txt -%%HTMLDOCS%%%%DOCSDIR%%/pretty-formats.txt -%%HTMLDOCS%%%%DOCSDIR%%/date-formats.txt -%%HTMLDOCS%%%%DOCSDIR%%/diff-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-send-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/merge-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-difftool.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-tools.html -%%HTMLDOCS%%%%DOCSDIR%%/git-apply.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fsck.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsserver.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-checkout.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool--lib.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-archive.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-verify-commit.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-verify-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-prune.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-am.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-web--browse.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-grep.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-remote.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-receive-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/keep-canonical-history-correct.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/keep-canonical-history-correct.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/new-command.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/new-command.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/maintain-git.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/maintain-git.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/using-merge-subtree.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-object-harder.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-object-harder.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-blob-object.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-blob-object.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/setup-git-server-over-http.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/setup-git-server-over-http.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/update-hook-example.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/update-hook-example.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/rebuild-from-update-hook.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/rebuild-from-update-hook.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-branch-rebase.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/using-merge-subtree.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-a-faulty-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-a-faulty-merge.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-branch-rebase.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/separating-topic-branches.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/separating-topic-branches.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/rebase-from-internal-branch.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/rebase-from-internal-branch.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/use-git-daemon.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/use-git-daemon.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/using-signed-tag-in-pull-request.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/using-signed-tag-in-pull-request.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-credential.html -%%HTMLDOCS%%%%DOCSDIR%%/git-credential.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache--daemon.html -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache--daemon.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache.html -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-store.html -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-store.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitcredentials.html -%%HTMLDOCS%%%%DOCSDIR%%/gitcredentials.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-p4.html -%%HTMLDOCS%%%%DOCSDIR%%/git-p4.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-one-file.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fetch-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-branch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-log.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fast-import.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fmt-merge-msg.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-refs.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rev-parse.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-stage.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-status.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-repack.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-worktree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-worktree.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitworkflows.txt -%%HTMLDOCS%%%%DOCSDIR%%/diff-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-allocation-growing.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-allocation-growing.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-argv-array.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-argv-array.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-builtin.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-builtin.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-config.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-credentials.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-credentials.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-decorate.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-decorate.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-diff.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-diff.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-directory-listing.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-directory-listing.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-error-handling.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-error-handling.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-gitattributes.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-gitattributes.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-grep.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-grep.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-hashmap.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-hashmap.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-history-graph.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-history-graph.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-in-core-index.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-in-core-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-index-skel.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-index.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-merge.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-object-access.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-object-access.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-parse-options.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-parse-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-quote.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-quote.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-ref-iteration.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-ref-iteration.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-remote.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-remote.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-revision-walking.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-revision-walking.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-run-command.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-run-command.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-setup.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-setup.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sha1-array.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sha1-array.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sigchain.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sigchain.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-string-list.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-string-list.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-submodule-config.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-submodule-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-trace.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-trace.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-tree-walking.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-tree-walking.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-xdiff-interface.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-xdiff-interface.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/bitmap-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/http-protocol.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/http-protocol.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/index-format.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/index-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-format.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-heuristics.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-heuristics.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-protocol.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-protocol.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-capabilities.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-capabilities.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-common.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-common.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/racy-git.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/racy-git.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/repository-version.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/send-pack-pipeline.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/send-pack-pipeline.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/shallow.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/shallow.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/trivial-merge.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/trivial-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-check-ignore.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-check-ignore.html -%%HTMLDOCS%%%%DOCSDIR%%/mergetools-diff.txt -%%HTMLDOCS%%%%DOCSDIR%%/mergetools-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/gittutorial.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-help.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-remote.txt -%%HTMLDOCS%%%%DOCSDIR%%/gittutorial-2.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-filter-branch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-file.txt -%%HTMLDOCS%%%%DOCSDIR%%/everyday.html -%%HTMLDOCS%%%%DOCSDIR%%/git-format-patch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-name-rev.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-symbolic-ref.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-reset.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-commit.txt -%%HTMLDOCS%%%%DOCSDIR%%/urls-remotes.txt -%%HTMLDOCS%%%%DOCSDIR%%/githooks.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-instaweb.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-interpret-trailers.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-upload-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/blame-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-describe.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsexportcommit.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mailsplit.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-reflog.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsimport.txt -%%HTMLDOCS%%%%DOCSDIR%%/user-manual.html -%%HTMLDOCS%%%%DOCSDIR%%/git-gui.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n--envsubst.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-setup.txt -%%HTMLDOCS%%%%DOCSDIR%%/git.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cherry-pick.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fetch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-clean.txt -%%HTMLDOCS%%%%DOCSDIR%%/diff-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-objects.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-add.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-files.txt -%%HTMLDOCS%%%%DOCSDIR%%/pretty-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-show.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-imap-send.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-http-push.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-submodule.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fsck-objects.txt -%%HTMLDOCS%%%%DOCSDIR%%/merge-strategies.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-for-each-ref.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-show-branch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-parse-remote.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-whatchanged.txt -%%HTMLDOCS%%%%DOCSDIR%%/docbook-xsl.css -%%HTMLDOCS%%%%DOCSDIR%%/git-var.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-clone.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rev-list.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mailinfo.txt -%%HTMLDOCS%%%%DOCSDIR%%/user-manual.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-init-db.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-pull.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cat-file.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-redundant.txt -%%HTMLDOCS%%%%DOCSDIR%%/merge-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-init.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitk.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitrepository-layout.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitglossary.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-relink.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-update-ref.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-push.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-request-pull.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-update-server-info.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mktag.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-daemon.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-index-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/rev-list-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/revisions.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rerere.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fast-export.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-get-tar-commit-id.txt -%%HTMLDOCS%%%%DOCSDIR%%/diff-generate-patch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-patch-id.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitcvs-migration.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cherry.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-show-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-upload-archive.txt -%%HTMLDOCS%%%%DOCSDIR%%/glossary-content.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitignore.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-base.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-checkout-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-file.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto-index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-shell.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mktree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-read-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-tag.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-write-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-svn.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-files.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-stripspace.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-prune-packed.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rm.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-check-attr.txt -%%HTMLDOCS%%%%DOCSDIR%%/config.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-http-fetch.txt -%%SEND_EMAIL%%%%HTMLDOCS%%%%DOCSDIR%%/git-send-email.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-annotate.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitmodules.txt -%%HTMLDOCS%%%%DOCSDIR%%/pull-fetch-param.txt -%%HTMLDOCS%%%%DOCSDIR%%/urls.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-bisect.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-tools.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-show-ref.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rebase.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-verify-tag.txt -%%HTMLDOCS%%%%DOCSDIR%%/i18n.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-gc.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitattributes.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-update-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-check-ref-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-objects.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-diff.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitdiffcore.txt -%%HTMLDOCS%%%%DOCSDIR%%/giteveryday.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitrevisions.html -%%HTMLDOCS%%%%DOCSDIR%%/gitrevisions.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitweb.html -%%HTMLDOCS%%%%DOCSDIR%%/gitweb.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitweb.conf.html -%%HTMLDOCS%%%%DOCSDIR%%/gitweb.conf.txt -%%HTMLDOCS%%%%DOCSDIR%%/sequencer.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.txt +man/man1/git-add.1.gz +man/man1/git-am.1.gz +man/man1/git-annotate.1.gz +man/man1/git-apply.1.gz +man/man1/git-archimport.1.gz +man/man1/git-archive.1.gz +man/man1/git-bisect.1.gz +man/man1/git-blame.1.gz +man/man1/git-branch.1.gz +man/man1/git-bundle.1.gz +man/man1/git-cat-file.1.gz +man/man1/git-check-attr.1.gz +man/man1/git-check-ignore.1.gz +man/man1/git-check-mailmap.1.gz +man/man1/git-check-ref-format.1.gz +man/man1/git-checkout-index.1.gz +man/man1/git-checkout.1.gz +man/man1/git-cherry-pick.1.gz +man/man1/git-cherry.1.gz +%%GUI%%man/man1/git-citool.1.gz +man/man1/git-clean.1.gz +man/man1/git-clone.1.gz +man/man1/git-column.1.gz +man/man1/git-commit-tree.1.gz *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***