summaryrefslogtreecommitdiffstats
path: root/bin/patch-wrapper.in
Commit message (Collapse)AuthorAgeFilesLines
* patch-wrapper: Make the patch names that quilt shows more convenientAndreas Gruenbacher2016-12-081-14/+31
| | | | | | | | | When operating on an rpm package, create links to the rpm sources and build directories and make patch names relative to these links. This is more convenient than using ugly absolute paths. This patch has been in the SUSE quilt package since February 2006, it seems to be about time to get it upstream.
* Use consistent brace placementJean Delvare2014-02-281-2/+4
| | | | | Use the same brace placement for all bash functions through the whole tree.
* bin/patch-wrapper.in: Die with an informative message when /proc is not mountedMartin Quinson2013-12-211-0/+4
|
* - 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.