diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-21 15:15:39 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-21 15:15:39 +0000 |
commit | 0b00e7b2c0cda1148b55548cea95c83d55fbd07c (patch) | |
tree | 1d3a678911a26343398a1751e6bb6980e2b13034 /gnu/usr.bin/patch/patch.c | |
parent | 8bf2e8c7e283cf81faf56e6a50aeb2ef05eca050 (diff) |
Notes
Diffstat (limited to 'gnu/usr.bin/patch/patch.c')
-rw-r--r-- | gnu/usr.bin/patch/patch.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/patch/patch.c b/gnu/usr.bin/patch/patch.c index d572b28cab4a..c3acfc7c9bb1 100644 --- a/gnu/usr.bin/patch/patch.c +++ b/gnu/usr.bin/patch/patch.c @@ -1,5 +1,5 @@ char rcsid[] = - "$Header: /home/ncvs/src/gnu/usr.bin/patch/patch.c,v 1.11 1998/01/21 14:37:22 ache Exp $"; + "$Header: /home/ncvs/src/gnu/usr.bin/patch/patch.c,v 1.12 1998/01/21 15:10:13 ache Exp $"; /* patch - a program to apply diffs to original files * @@ -9,6 +9,10 @@ char rcsid[] = * money off of it, or pretend that you wrote it. * * $Log: patch.c,v $ + * Revision 1.12 1998/01/21 15:10:13 ache + * Add -I or --index-first option to take Index: precedence over context diff, + * as it was in hacked FreeBSD version + * * Revision 1.11 1998/01/21 14:37:22 ache * Resurrect patch 2.1 without FreeBSD Index: hack * @@ -649,7 +653,7 @@ Options:\n\ fprintf(stderr, "\ [--strip[=strip-count]] [--normal] [--reject-file=rej-name] [--skip]\n\ [--remove-empty-files] [--quiet] [--silent] [--unified] [--version]\n\ - [--version-control={numbered,existing,simple}]\n"); + [--version-control={numbered,existing,simple}] [--index-first]\n"); my_exit(1); } } |