thanks Jeremie Courreges-Anglas for tracking down failures with regression tests. Patchutils is a small collection of programs that operate on patch files. Interdiff: generate incremental patch from two patches against common source Combinediff: generate single patch from two incremental patches Filterdiff: separate patches applying to files matching a wildcard Fixcvsdiff: corrects output of 'cvs diff' Rediff/Editdiff: corrects hand-edited patches Lsdiff: identify files affected by a patch file Splitdiff: separates patches from a patch file Grepdiff: displays a list of the files modified by a patch where the patch contains a given regular expression Recountdiff: fixes up counts and offsets in a unified diff Unwrapdiff: fixes word-wrapped unified diffs
10 lines
306 B
Plaintext
10 lines
306 B
Plaintext
$OpenBSD: patch-editdiff_in,v 1.1.1.1 2013/04/20 17:06:31 sthen Exp $
|
|
--- editdiff.in.orig Fri Apr 19 00:32:57 2013
|
|
+++ editdiff.in Fri Apr 19 00:33:09 2013
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
#
|
|
# editdiff - simple wrapper around rediff
|
|
# Copyright (C) 2001-2002, 2011 Tim Waugh <twaugh@redhat.com>
|