summaryrefslogtreecommitdiff
path: root/sys/man/1/patch
AgeCommit message (Collapse)Author
2022-08-16git/rebase: allow rebase without a clean treeOri Bernstein
Here, patch grows a dry run option (-n), which allows git/import to bail out early if it would patch files that are dirty in tree. Once git/import refuses to patch dirty files, git/rebase can skip checking if the whole tree is clean, which is both convenient and much faster on large trees.
2022-06-04patch(1): remove options that don't existOri Bernstein
the summary mentions options that existed during development, but no longer do.
2022-06-04patch(1): add the manpageOri Bernstein
forgot it in the last commit
2022-05-22patch(1): remove bell labs patch scriptsOri Bernstein
bell labs is dead, and nobody is listening; 9front has our own patch submission proces.
2017-12-11/sys/man/*/*: fix perms (sorry)stanley lieber
2017-12-11/sys/lib/rootstubstanley lieber
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso image - sys/manTaru Karttunen