| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
was fouling up a comment in the checked-out code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with valid names, the ***/---names were taken first.
this broke eg:
Index: foo/Makefile
==========
RCS <blah>
Retrieving <blah>
diff <blah>
*** Makefile <blah>
--- Makefile <blah>
By trying to patch the Makefile in the _curent_ directory, rather than
the one in the foo/ directory.
|
|
|
|
|
| |
now takes precedence over a context diff header for determining
the name of the file to patch.
|
|
|
|
|
|
|
| |
in the diff. This makes it so that diffs containing files in different
subdirectories that have the same name not patch the same file. For example
a diff with patches to Makefile, des/Makefile, usr.bin/Makefile would attempt
to patch Makefile three times.
|
| |
|
|
|
|
| |
Reviewed by: phk
|
| |
|
|
|
|
| |
ports, until I saw the the commit messages, that is! :-) All changed backed out.
|
|
|
|
| |
a patch before actually applying it.
|
|
|
|
| |
otherwise causes the XFree86 1.3 patch set to fail.
|
|
|