Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
While going through the documentation for test-patch I found some typos in the documentation e.g.
asf-site-src/source/documentation/in-progress/precommit-advanced.md
-test-patch allows one to add to its basic feature set via plug-ins. There is a directory called test-patch.d off of the directory where test-patch.sh lives. Inside this directory one may place some bash shell fragments that, if +test-patch allows one to add to its basic feature set via plug-ins. There is a directory called test-patch.d inside the directory where test-patch.sh lives. Inside this directory one may place some bash shell fragments that, if
- executed while determine which files trigger which tests. This function + executed while determining which files trigger which tests. This function
-funciton personality_globals +function personality_globals
asf-site-src/source/documentation/in-progress/precommit-basic.md
-Luckily, test-patch supports provide ways to provide unified diffs via URLs. +Luckily, test-patch supports ways to provide unified diffs via URLs.
/asf-site-src/source/documentation/in-progress/precommit-smart-apply-patch.md
-Its simpliest form is used when a patch is stored in a local file: +Its simplest form is used when a patch is stored in a local file:
/precommit/smart-apply-patch.sh
- echo "test-patch.sh [OPTIONS] patch" + echo "smart-apply-patch.sh [OPTIONS] patch"