summaryrefslogtreecommitdiffstats
path: root/bin/patch-wrapper.in
Commit message (Collapse)AuthorAgeFilesLines
* - Stop using bash's =~ operator: older versions don't support it.v0.44Andreas Gruenbacher2006-02-141-7/+13
| | | | - Bump version to 0.44.
* - bin/patch-wrapper.in: Call GNU patch by absolute patch to avoidAndreas Gruenbacher2006-02-111-2/+2
| | | | | recursion. Don't print an error message when a patch contains no files.
* - Add --with-patch-wrapper configure argument, and optionallyAndreas Gruenbacher2006-02-061-23/+32
| | | | | install the wrapper as /usr/share/quilt/wrapper/patch. - bin/patch-wrapper.in: Minor cleanups.
* - bin/patch-wrapper.in: Add hack to follow pipes via /proc onAndreas Gruenbacher2006-02-061-4/+17
| | | | Linux (zcat patch.diff.gz | patch -p0, etc.).
* - More minor fixes.Andreas Gruenbacher2006-02-061-13/+24
|
* - bin/patch-wrapper.in: First fix ;)Andreas Gruenbacher2006-02-061-7/+6
|
* - bin/patch-wrapper.in: A wrapper to GNU patch that recognizes theAndreas Gruenbacher2006-02-061-0/+204
most common options and mimics GNU patch's behavior and output, and creates the quilt metadata as if quilt push was used to apply the patch. When options are used that this wrapper does not recognize, GNU patch is used directly, and no quilt metadata will get created. - lib/backup-files.c: Don't fail if a directory specified with -B does not exist.