Commit Graph

3 Commits

Author SHA1 Message Date
Mark Brand 85d811fec1 patch-tool-mxe: add ignored files to initial commit
"git add -f" allows adding otherwise ignored files.

Archives might include .gitignore files specifying files to be ignored
by git, i.e., not added to the project's repository. Since the patch
tool uses git to manage patches that may affect these "ignored" files,
they should not be excluded from the working repository created by the
patch tool.
2019-01-05 23:37:22 +01:00
Tony Theodore b7f99a594a mxe.patch: workaround number of digits in git format patch
for some reason `--abbrev` does nothing on darwin (macports) git

sed pattern change is likely to be flaky
2018-03-17 20:41:15 +11:00
Tony Theodore 38c43b5017 sub makefiles: standardize names and add to build-pkg 2018-03-12 14:28:14 +11:00
Renamed from patch.mk (Browse further)