<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/patch.git, branch origin</title>
<subtitle>git.savannah.gnu.org: git/patch.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/'/>
<entry>
<title>In dry-run mode, create temporary files in a temporary directory</title>
<updated>2013-07-30T10:52:42+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@linbit.com</email>
</author>
<published>2013-07-30T10:46:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=afdfa9ec8e5f9acea4afaa0db758a4ed752dbe65'/>
<id>afdfa9ec8e5f9acea4afaa0db758a4ed752dbe65</id>
<content type='text'>
* src/util.c (make_tempfile): Do not create temporary files in the final output
directory when in dry-run mode: the path may be read-only.  In addition, we do
not want to leave intermediary empty output directories around.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/util.c (make_tempfile): Do not create temporary files in the final output
directory when in dry-run mode: the path may be read-only.  In addition, we do
not want to leave intermediary empty output directories around.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some formatting problems in the manpage</title>
<updated>2013-06-18T07:48:32+00:00</updated>
<author>
<name>Eric S. Raymond</name>
<email>esr@thyrsus.com</email>
</author>
<published>2013-06-18T05:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=aac14e3187c18114f640592656396caba2a94de8'/>
<id>aac14e3187c18114f640592656396caba2a94de8</id>
<content type='text'>
* patch.1: Use higher-level markup that translates better into HTML and other
formats.  (With changes by Andreas Gruenbacher.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* patch.1: Use higher-level markup that translates better into HTML and other
formats.  (With changes by Andreas Gruenbacher.)
</pre>
</div>
</content>
</entry>
<entry>
<title>build: don't use -Werror in AM_INIT_AUTOMAKE</title>
<updated>2013-05-02T04:03:31+00:00</updated>
<author>
<name>Stefano Lattarini</name>
<email>stefano.lattarini@gmail.com</email>
</author>
<published>2013-04-24T11:19:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=60c9d4838ff4c9c9af890d6f5a167a9c091067d2'/>
<id>60c9d4838ff4c9c9af890d6f5a167a9c091067d2</id>
<content type='text'>
Doing so prevents bootstrapping with bleeding-edge autotools,
because of harmless deprecation warnings (that are not planned
to become hard errors for at least a few years to come).  And
unfortunately, options in AM_INIT_AUTOMAKE take precedence over
those given on the command line (this is a long-time wart of
automake).

* configure.ac (AM_INIT_AUTOMAKE): Drop '-Werror' option.

Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini &lt;stefano.lattarini@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doing so prevents bootstrapping with bleeding-edge autotools,
because of harmless deprecation warnings (that are not planned
to become hard errors for at least a few years to come).  And
unfortunately, options in AM_INIT_AUTOMAKE take precedence over
those given on the command line (this is a long-time wart of
automake).

* configure.ac (AM_INIT_AUTOMAKE): Drop '-Werror' option.

Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini &lt;stefano.lattarini@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix removing empty directories</title>
<updated>2013-03-10T18:02:54+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@linbit.com</email>
</author>
<published>2013-03-10T18:02:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=2f40ef66bea54be23a24f616cde021d8d7fc25be'/>
<id>2f40ef66bea54be23a24f616cde021d8d7fc25be</id>
<content type='text'>
Reported by Thomas Moschny &lt;thomas.moschny@gmx.de&gt;:
src/patch.c (main): Temporary output files are created in the same directory as
the output file.  Make sure to remove them before removing empty files and
their empty ancestor directories; else the directories won't be empty.
tests/remove-directories: Add directory removal test case.
tests/Makefile.am (TESTS): Add new test case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by Thomas Moschny &lt;thomas.moschny@gmx.de&gt;:
src/patch.c (main): Temporary output files are created in the same directory as
the output file.  Make sure to remove them before removing empty files and
their empty ancestor directories; else the directories won't be empty.
tests/remove-directories: Add directory removal test case.
tests/Makefile.am (TESTS): Add new test case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify the description of option --forward</title>
<updated>2013-01-03T21:19:20+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@linbit.com</email>
</author>
<published>2013-01-03T21:17:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=082baa326a75d0969e3100ecea84b2345e9d96b9'/>
<id>082baa326a75d0969e3100ecea84b2345e9d96b9</id>
<content type='text'>
* patch.man: Clarify the description of option --forward.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* patch.man: Clarify the description of option --forward.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize data structures early enough</title>
<updated>2012-10-04T10:43:05+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@linbit.com</email>
</author>
<published>2012-10-04T10:33:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=291ec175812b7ba291d124e4cf2fbf9efec590c8'/>
<id>291ec175812b7ba291d124e4cf2fbf9efec590c8</id>
<content type='text'>
* src/patch.c (main): Initialize data structures early enough, before error
paths can access them.
* tests/bad-usage: Test bad command line usage.
* tests/Makefile.am (TESTS): Add bad-usage here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/patch.c (main): Initialize data structures early enough, before error
paths can access them.
* tests/bad-usage: Test bad command line usage.
* tests/Makefile.am (TESTS): Add bad-usage here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't fail test suite if printf '\0' is broken</title>
<updated>2012-09-30T11:06:35+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@linbit.com</email>
</author>
<published>2012-09-30T11:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=47191c287d952fde12a9920fe5d800241b6f668d'/>
<id>47191c287d952fde12a9920fe5d800241b6f668d</id>
<content type='text'>
* tests/create-delete: Skip binary diff test if printf '\0' is broken.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tests/create-delete: Skip binary diff test if printf '\0' is broken.
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 2.7.1</title>
<updated>2012-09-28T16:39:33+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@linbit.com</email>
</author>
<published>2012-09-28T16:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=bbb840edca64d55de2972fd64c2a097fa3adba41'/>
<id>bbb840edca64d55de2972fd64c2a097fa3adba41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: update gnulib submodule to latest</title>
<updated>2012-09-28T16:39:33+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@linbit.com</email>
</author>
<published>2012-09-26T01:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=6214f5e222c02ea2950f2672d1058dbd16e70961'/>
<id>6214f5e222c02ea2950f2672d1058dbd16e70961</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Repair 'backup of unmodified file' test</title>
<updated>2012-09-28T16:39:33+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@linbit.com</email>
</author>
<published>2012-09-28T10:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=fc5ddce20e783dde69c6903b6270ec4f290b3150'/>
<id>fc5ddce20e783dde69c6903b6270ec4f290b3150</id>
<content type='text'>
tests/create-delete: Repair 'backup of unmodified file' test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests/create-delete: Repair 'backup of unmodified file' test.
</pre>
</div>
</content>
</entry>
</feed>
