<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/patch.git/patch.man, branch testing</title>
<subtitle>git.savannah.gnu.org: git/patch.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/patch.git/'/>
<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://91.123.203.49/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>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://91.123.203.49/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>Add --follow-symlinks option for backwards compatibility</title>
<updated>2012-09-19T01:16:07+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@linbit.com</email>
</author>
<published>2012-09-19T00:01:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/patch.git/commit/?id=293415dbcf8c621c8aecb4347abd32fd60935a8b'/>
<id>293415dbcf8c621c8aecb4347abd32fd60935a8b</id>
<content type='text'>
* src/common.h (follow_symlinks): New variable.
* src/patch.c (longopts): Add new --follow-symlinks option.
(get_some_switches): Recognize the new option.
* src/util.c (stat_file): Follow symlinks if requested.
* patch.man: Document the new option.
* tests/symlinks: Add test case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/common.h (follow_symlinks): New variable.
* src/patch.c (longopts): Add new --follow-symlinks option.
(get_some_switches): Recognize the new option.
* src/util.c (stat_file): Follow symlinks if requested.
* patch.man: Document the new option.
* tests/symlinks: Add test case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document command-line options in alphabetic order</title>
<updated>2012-09-19T00:51:23+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@linbit.com</email>
</author>
<published>2012-09-19T00:07:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/patch.git/commit/?id=3b934d69038a9b3729fafd43d6174dc7523a9d97'/>
<id>3b934d69038a9b3729fafd43d6174dc7523a9d97</id>
<content type='text'>
* patch.man: The options are mostly listen in alphabetical order; stick to
that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* patch.man: The options are mostly listen in alphabetical order; stick to
that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only warn when trying to modify read-only files</title>
<updated>2012-04-17T14:48:19+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@linbit.com</email>
</author>
<published>2012-04-17T14:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/patch.git/commit/?id=9a26fde226660a628d58ed7d987a71b9a4123244'/>
<id>9a26fde226660a628d58ed7d987a71b9a4123244</id>
<content type='text'>
Failing when trying to patch read-only files causes various users of patch to
break.  Instead, warn by default and introduce a command line option for
choosing a different behavior.
* patch.man: Describe the new behavior and command-line option.
* src/patch.c (read_only_behavior): New variable.
(main): Implement the new behavior.
(longopts): Add the new --read-only option.
(option_help): Describe the new behavior.
(get_some_switches): Recognize the new --read-only option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Failing when trying to patch read-only files causes various users of patch to
break.  Instead, warn by default and introduce a command line option for
choosing a different behavior.
* patch.man: Describe the new behavior and command-line option.
* src/patch.c (read_only_behavior): New variable.
(main): Implement the new behavior.
(longopts): Add the new --read-only option.
(option_help): Describe the new behavior.
(get_some_switches): Recognize the new --read-only option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refuse to patch read-only files</title>
<updated>2010-05-02T10:40:35+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2010-05-02T09:34:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/patch.git/commit/?id=cabd1add5753f9c5479011383e844a9ee93b387b'/>
<id>cabd1add5753f9c5479011383e844a9ee93b387b</id>
<content type='text'>
* src/patch.c (main): Refuse to patch read-only files, or at least warn
when patching such files with --force or --batch.
* patch.man: Document the changed behavior.
* tests/read-only-files: Split read-only file test case off from
tests/remember-backup-files.
* tests/Makefile.am: Add new test case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/patch.c (main): Refuse to patch read-only files, or at least warn
when patching such files with --force or --batch.
* patch.man: Document the changed behavior.
* tests/read-only-files: Split read-only file test case off from
tests/remember-backup-files.
* tests/Makefile.am: Add new test case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the recent changes</title>
<updated>2010-04-23T19:43:45+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2010-04-22T23:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/patch.git/commit/?id=3288f660a0cb59238ee07623a8b7d59512c39eab'/>
<id>3288f660a0cb59238ee07623a8b7d59512c39eab</id>
<content type='text'>
* patch.man: Describe the fixed behavior of --set-time and --set-utc
for timestamps that include time zones.
* NEWS: Update.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* patch.man: Describe the fixed behavior of --set-time and --set-utc
for timestamps that include time zones.
* NEWS: Update.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify the description of the -N option</title>
<updated>2010-02-17T15:49:12+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2010-02-17T15:49:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/patch.git/commit/?id=70c5b3126f8320cbc7d7d9a565693fff33e70ac0'/>
<id>70c5b3126f8320cbc7d7d9a565693fff33e70ac0</id>
<content type='text'>
* patch.man: Clarify the description of the -N option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* patch.man: Clarify the description of the -N option.
</pre>
</div>
</content>
</entry>
<entry>
<title>* patch.man: Clarify the description of the -F / --fuzz option.</title>
<updated>2009-12-30T13:54:10+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2009-12-30T13:54:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/patch.git/commit/?id=9fef208ad7a2b1f19d65a3d734249284db2408e5'/>
<id>9fef208ad7a2b1f19d65a3d734249284db2408e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* patch.man: Try to improve the documentation of patch's CRLF handling</title>
<updated>2009-12-29T19:02:50+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2009-12-29T19:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/patch.git/commit/?id=6b657555424c195de3f84f2dde54a89bd41e514e'/>
<id>6b657555424c195de3f84f2dde54a89bd41e514e</id>
<content type='text'>
behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
behavior.
</pre>
</div>
</content>
</entry>
</feed>
