summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid A. Greene <greened@obbligato.org>2012-01-29 16:12:03 -0600
committerDavid A. Greene <greened@obbligato.org>2012-03-20 18:20:12 -0500
commitc24082852da54b3f53cf155fb2b625e6887cc5b9 (patch)
tree5099b5fe26245741d78f3dbdce56dc292d672ff4
parent1f30551123a050b1fc03bbf103d1c4a2f1cd91d7 (diff)
downloadgit-c24082852da54b3f53cf155fb2b625e6887cc5b9.tar.gz
Remove Unneeded Files
Remove redundant or otherwise unnecessary files. Most of these exist in the git project repository. Signed-off-by: David A. Greene <greened@obbligato.org>
-rw-r--r--INSTALL22
-rw-r--r--asciidoc.conf91
l---------git-subtree1
-rw-r--r--install.sh2
-rw-r--r--manpage-base.xsl35
-rw-r--r--manpage-normal.xsl13
-rw-r--r--shellopts.sh1
7 files changed, 0 insertions, 165 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 81ac702ad2..0000000000
--- a/INSTALL
+++ /dev/null
@@ -1,22 +0,0 @@
-
-HOW TO INSTALL git-subtree
-==========================
-
-You simply need to copy the file 'git-subtree.sh' to where
-the rest of the git scripts are stored.
-
-From the Git bash window just run:
-
-install.sh
-
-Or if you have the full Cygwin installed, you can use make:
-
-make install
-
-That will make a 'git subtree' (note: space instead of dash) command
-available. See the file git-subtree.txt for more.
-
-You can also install the man page by doing:
-
- make doc
- cp git-subtree.1 /usr/share/man/man1/
diff --git a/asciidoc.conf b/asciidoc.conf
deleted file mode 100644
index dc76e7f073..0000000000
--- a/asciidoc.conf
+++ /dev/null
@@ -1,91 +0,0 @@
-## linkgit: macro
-#
-# Usage: linkgit:command[manpage-section]
-#
-# Note, {0} is the manpage section, while {target} is the command.
-#
-# Show GIT link as: <command>(<section>); if section is defined, else just show
-# the command.
-
-[macros]
-(?su)[\\]?(?P<name>linkgit):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
-
-[attributes]
-asterisk=&#42;
-plus=&#43;
-caret=&#94;
-startsb=&#91;
-endsb=&#93;
-tilde=&#126;
-
-ifdef::backend-docbook[]
-[linkgit-inlinemacro]
-{0%{target}}
-{0#<citerefentry>}
-{0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>}
-{0#</citerefentry>}
-endif::backend-docbook[]
-
-ifdef::backend-docbook[]
-ifndef::git-asciidoc-no-roff[]
-# "unbreak" docbook-xsl v1.68 for manpages. v1.69 works with or without this.
-# v1.72 breaks with this because it replaces dots not in roff requests.
-[listingblock]
-<example><title>{title}</title>
-<literallayout>
-ifdef::doctype-manpage[]
-&#10;.ft C&#10;
-endif::doctype-manpage[]
-|
-ifdef::doctype-manpage[]
-&#10;.ft&#10;
-endif::doctype-manpage[]
-</literallayout>
-{title#}</example>
-endif::git-asciidoc-no-roff[]
-
-ifdef::git-asciidoc-no-roff[]
-ifdef::doctype-manpage[]
-# The following two small workarounds insert a simple paragraph after screen
-[listingblock]
-<example><title>{title}</title>
-<literallayout>
-|
-</literallayout><simpara></simpara>
-{title#}</example>
-
-[verseblock]
-<formalpara{id? id="{id}"}><title>{title}</title><para>
-{title%}<literallayout{id? id="{id}"}>
-{title#}<literallayout>
-|
-</literallayout>
-{title#}</para></formalpara>
-{title%}<simpara></simpara>
-endif::doctype-manpage[]
-endif::git-asciidoc-no-roff[]
-endif::backend-docbook[]
-
-ifdef::doctype-manpage[]
-ifdef::backend-docbook[]
-[header]
-template::[header-declarations]
-<refentry>
-<refmeta>
-<refentrytitle>{mantitle}</refentrytitle>
-<manvolnum>{manvolnum}</manvolnum>
-<refmiscinfo class="source">Git</refmiscinfo>
-<refmiscinfo class="version">{git_version}</refmiscinfo>
-<refmiscinfo class="manual">Git Manual</refmiscinfo>
-</refmeta>
-<refnamediv>
- <refname>{manname}</refname>
- <refpurpose>{manpurpose}</refpurpose>
-</refnamediv>
-endif::backend-docbook[]
-endif::doctype-manpage[]
-
-ifdef::backend-xhtml11[]
-[linkgit-inlinemacro]
-<a href="{target}.html">{target}{0?({0})}</a>
-endif::backend-xhtml11[]
diff --git a/git-subtree b/git-subtree
deleted file mode 120000
index 7d7539894e..0000000000
--- a/git-subtree
+++ /dev/null
@@ -1 +0,0 @@
-git-subtree.sh \ No newline at end of file
diff --git a/install.sh b/install.sh
deleted file mode 100644
index 1f87a62434..0000000000
--- a/install.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-# copy Git to where the rest of the Git scripts are found.
-cp git-subtree.sh "$(git --exec-path)"/git-subtree \ No newline at end of file
diff --git a/manpage-base.xsl b/manpage-base.xsl
deleted file mode 100644
index a264fa6160..0000000000
--- a/manpage-base.xsl
+++ /dev/null
@@ -1,35 +0,0 @@
-<!-- manpage-base.xsl:
- special formatting for manpages rendered from asciidoc+docbook -->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-
-<!-- these params silence some output from xmlto -->
-<xsl:param name="man.output.quietly" select="1"/>
-<xsl:param name="refentry.meta.get.quietly" select="1"/>
-
-<!-- convert asciidoc callouts to man page format;
- git.docbook.backslash and git.docbook.dot params
- must be supplied by another XSL file or other means -->
-<xsl:template match="co">
- <xsl:value-of select="concat(
- $git.docbook.backslash,'fB(',
- substring-after(@id,'-'),')',
- $git.docbook.backslash,'fR')"/>
-</xsl:template>
-<xsl:template match="calloutlist">
- <xsl:value-of select="$git.docbook.dot"/>
- <xsl:text>sp&#10;</xsl:text>
- <xsl:apply-templates/>
- <xsl:text>&#10;</xsl:text>
-</xsl:template>
-<xsl:template match="callout">
- <xsl:value-of select="concat(
- $git.docbook.backslash,'fB',
- substring-after(@arearefs,'-'),
- '. ',$git.docbook.backslash,'fR')"/>
- <xsl:apply-templates/>
- <xsl:value-of select="$git.docbook.dot"/>
- <xsl:text>br&#10;</xsl:text>
-</xsl:template>
-
-</xsl:stylesheet>
diff --git a/manpage-normal.xsl b/manpage-normal.xsl
deleted file mode 100644
index a48f5b11f3..0000000000
--- a/manpage-normal.xsl
+++ /dev/null
@@ -1,13 +0,0 @@
-<!-- manpage-normal.xsl:
- special settings for manpages rendered from asciidoc+docbook
- handles anything we want to keep away from docbook-xsl 1.72.0 -->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-
-<xsl:import href="manpage-base.xsl"/>
-
-<!-- these are the normal values for the roff control characters -->
-<xsl:param name="git.docbook.backslash">\</xsl:param>
-<xsl:param name="git.docbook.dot" >.</xsl:param>
-
-</xsl:stylesheet>
diff --git a/shellopts.sh b/shellopts.sh
deleted file mode 100644
index 42644cd019..0000000000
--- a/shellopts.sh
+++ /dev/null
@@ -1 +0,0 @@
-export PATH=$PWD:$PATH