<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/patch.git/patch.man, branch baserock/morph</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>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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
<entry>
<title>* src/patch.c (longopts, get_some_switches): Add an optional argument</title>
<updated>2009-12-29T16:03:14+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2009-12-29T16:03:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=8cc8b7061cf1aa85ebe3217aca3ad3279e10d50c'/>
<id>8cc8b7061cf1aa85ebe3217aca3ad3279e10d50c</id>
<content type='text'>
to the --merge option to choose the output formats for conflicts.
* patch.man: Document the new optional argument of --merge.
* src/merge.c (merge_hunk): Implement diff3-style conflicts.
* src/common.h (conflict_style): This global variable determines the
output format for conflicts.
* tests/merge: Add test cases for the diff3 output format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to the --merge option to choose the output formats for conflicts.
* patch.man: Document the new optional argument of --merge.
* src/merge.c (merge_hunk): Implement diff3-style conflicts.
* src/common.h (conflict_style): This global variable determines the
output format for conflicts.
* tests/merge: Add test cases for the diff3 output format.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in patch.man (reported by Vytautas Šaltenis)</title>
<updated>2009-10-27T15:38:02+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2009-10-27T15:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=7f5e5b5ec1357aadec3429702d7d259382389aed'/>
<id>7f5e5b5ec1357aadec3429702d7d259382389aed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The -m option hasn't been officially allocated yet; use only the long form for now (--merge)</title>
<updated>2009-07-19T15:50:54+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2009-07-19T15:48:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=62d03acb145e352e3da240fb463a15f4cd8641df'/>
<id>62d03acb145e352e3da240fb463a15f4cd8641df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the default value of PATCH_GET to 0</title>
<updated>2009-05-12T12:32:15+00:00</updated>
<author>
<name>Vincent Legoll</name>
<email>vincent.legoll@gmail.com</email>
</author>
<published>2009-04-11T14:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=b008dece18e6b94b8a13ea44a253855bf407ed01'/>
<id>b008dece18e6b94b8a13ea44a253855bf407ed01</id>
<content type='text'>
Patch should default to not try to get files from revision control software
unless actively asked by the user with the "-g" or "--get" command-line
switches, or the PATCH_GET environment variable.

Make the posixly correct behaviour of not using source control, the global
patch default. I.e. default to "-g0".

This is related to debian BTS bug: #200895
Please refer to that discussion for more background
information and discussion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch should default to not try to get files from revision control software
unless actively asked by the user with the "-g" or "--get" command-line
switches, or the PATCH_GET environment variable.

Make the posixly correct behaviour of not using source control, the global
patch default. I.e. default to "-g0".

This is related to debian BTS bug: #200895
Please refer to that discussion for more background
information and discussion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for sending output to standard output</title>
<updated>2009-04-08T04:23:11+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2009-04-08T04:22:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/patch.git/commit/?id=2e583114c723b678977579dd7156049867832c29'/>
<id>2e583114c723b678977579dd7156049867832c29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
