<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git-package.git, branch tmz/docs</title>
<subtitle>Git package for Fedora and EPEL</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/git-package.git/'/>
<entry>
<title>Respect gitexecdir variable in git-subtree install</title>
<updated>2013-02-26T14:47:36+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2013-01-05T03:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/git-package.git/commit/?id=83fc4ea137f2c8137c758ac306c8ba0b3ad5fdbb'/>
<id>83fc4ea137f2c8137c758ac306c8ba0b3ad5fdbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use prebuilt documentation on EL-5, where asciidoc is too old</title>
<updated>2013-02-26T14:47:36+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2013-01-05T03:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/git-package.git/commit/?id=c3202fdeaf93fe4cc90445827ffecd1101c7076c'/>
<id>c3202fdeaf93fe4cc90445827ffecd1101c7076c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up dist conditionals, don't pretend to support EL-4 builds</title>
<updated>2013-02-26T14:46:00+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2013-01-05T03:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/git-package.git/commit/?id=f8c03bb1deb5190aaf5bcf2450b0cd1c2dcd1416'/>
<id>f8c03bb1deb5190aaf5bcf2450b0cd1c2dcd1416</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Install tcsh completion (requires manual setup by users)</title>
<updated>2013-02-26T14:46:00+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2013-01-03T19:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/git-package.git/commit/?id=dae85881cef810bc1a7e822cf4b5edcd3dd7b7f4'/>
<id>dae85881cef810bc1a7e822cf4b5edcd3dd7b7f4</id>
<content type='text'>
For now, this just gets the file from contrib installed.  If there are
enough tcsh users that want it to be more automated, that can come
later.  For now, the directions in the file must be followed to enable
tcsh completion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now, this just gets the file from contrib installed.  If there are
enough tcsh users that want it to be more automated, that can come
later.  For now, the directions in the file must be followed to enable
tcsh completion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define GNU_ROFF to force ASCII apostrophes in man pages (so copy/paste works)</title>
<updated>2013-02-26T14:46:00+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2013-01-03T16:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/git-package.git/commit/?id=ff981ceb81aad6d0aef6aef33d5906414b494dc6'/>
<id>ff981ceb81aad6d0aef6aef33d5906414b494dc6</id>
<content type='text'>
When using GNU groff, we want the examples in the man pages to work when
copied to the shell.  The GNU_ROFF definition enables this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using GNU groff, we want the examples in the man pages to work when
copied to the shell.  The GNU_ROFF definition enables this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update asciidoc requirements, drop unsupported ASCIIDOC7</title>
<updated>2013-02-26T14:46:00+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2013-01-03T16:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/git-package.git/commit/?id=e313d827cc692d3626ca647c9092372a696b1ba3'/>
<id>e313d827cc692d3626ca647c9092372a696b1ba3</id>
<content type='text'>
Since git-1.7.12, asciidoc &gt;= 8.4.1 is a requirement to build the
documentation.  Update the build requires to reflect this.  Note that
this means that EL-5 can no longer build documentation as asciidoc-8.1.0
is the latest in EPEL.  (It might be worth adding support for using the
prebuilt documentation files to enable EL-5 builds to continue working.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since git-1.7.12, asciidoc &gt;= 8.4.1 is a requirement to build the
documentation.  Update the build requires to reflect this.  Note that
this means that EL-5 can no longer build documentation as asciidoc-8.1.0
is the latest in EPEL.  (It might be worth adding support for using the
prebuilt documentation files to enable EL-5 builds to continue working.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to 1.8.1.4</title>
<updated>2013-02-20T13:07:29+00:00</updated>
<author>
<name>Adam Tkac</name>
<email>atkac@redhat.com</email>
</author>
<published>2013-02-20T13:07:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/git-package.git/commit/?id=166c9f33c3002d0cb20a59fa312c4f838217819d'/>
<id>166c9f33c3002d0cb20a59fa312c4f838217819d</id>
<content type='text'>
Signed-off-by: Adam Tkac &lt;atkac@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Tkac &lt;atkac@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to 1.8.1.2</title>
<updated>2013-01-30T12:04:11+00:00</updated>
<author>
<name>Adam Tkac</name>
<email>atkac@redhat.com</email>
</author>
<published>2013-01-30T12:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/git-package.git/commit/?id=2a9cc6c208da9ce83934b5ed0bd213b019cdf91a'/>
<id>2a9cc6c208da9ce83934b5ed0bd213b019cdf91a</id>
<content type='text'>
- own directories which should be owned (#902517)

Signed-off-by: Adam Tkac &lt;atkac@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- own directories which should be owned (#902517)

Signed-off-by: Adam Tkac &lt;atkac@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Build git-svn as arch subpkg due to new git-remote-testsvn binary</title>
<updated>2013-01-03T12:39:37+00:00</updated>
<author>
<name>Adam Tkac</name>
<email>atkac@redhat.com</email>
</author>
<published>2013-01-03T12:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/git-package.git/commit/?id=879b2766648e96ae7172b97eb30997faf82365f6'/>
<id>879b2766648e96ae7172b97eb30997faf82365f6</id>
<content type='text'>
Signed-off-by: Adam Tkac &lt;atkac@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Tkac &lt;atkac@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to 1.8.1</title>
<updated>2013-01-03T11:29:58+00:00</updated>
<author>
<name>Adam Tkac</name>
<email>atkac@redhat.com</email>
</author>
<published>2013-01-03T11:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/git-package.git/commit/?id=0b3a2f327a1a1b71a3be38af26a226ff5a22ff33'/>
<id>0b3a2f327a1a1b71a3be38af26a226ff5a22ff33</id>
<content type='text'>
Signed-off-by: Adam Tkac &lt;atkac@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Tkac &lt;atkac@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
