Move pre-commit.sh under dev/

* pre-commit.sh: Rename...
* dev/pre-commit.sh: ...to this.
* readme-template.md (Contribute):
* dash-template.texi (Contribute): Adapt accordingly.
* README.md:
* dash.texi: Regenerate docs.
master
Basil L. Contovounesios 5 years ago
parent cbd3b293f7
commit 8bd28878f4
No known key found for this signature in database
GPG Key ID: 205AB54A5D5D8CFF
  1. 2
      README.md
  2. 2
      dash-template.texi
  3. 2
      dash.texi
  4. 0
      dev/pre-commit.sh
  5. 2
      readme-template.md

@ -3005,7 +3005,7 @@ Regenerate the docs with:
I highly recommend that you install these as a pre-commit hook, so I highly recommend that you install these as a pre-commit hook, so
that the tests are always running and the docs are always in sync: that the tests are always running and the docs are always in sync:
cp pre-commit.sh .git/hooks/pre-commit cp dev/pre-commit.sh .git/hooks/pre-commit
Oh, and don't edit `README.md` or `dash.texi` directly; they are Oh, and don't edit `README.md` or `dash.texi` directly; they are
auto-generated. Change `readme-template.md` or `dash-template.texi` auto-generated. Change `readme-template.md` or `dash-template.texi`

@ -238,7 +238,7 @@ commands as a Git pre-commit hook, so that the tests are always
running and the docs are always in sync: running and the docs are always in sync:
@example @example
$ cp pre-commit.sh .git/hooks/pre-commit $ cp dev/pre-commit.sh .git/hooks/pre-commit
@end example @end example
Oh, and don't edit @file{README.md} or @file{dash.texi} directly, as Oh, and don't edit @file{README.md} or @file{dash.texi} directly, as

@ -4605,7 +4605,7 @@ commands as a Git pre-commit hook, so that the tests are always
running and the docs are always in sync: running and the docs are always in sync:
@example @example
$ cp pre-commit.sh .git/hooks/pre-commit $ cp dev/pre-commit.sh .git/hooks/pre-commit
@end example @end example
Oh, and don't edit @file{README.md} or @file{dash.texi} directly, as Oh, and don't edit @file{README.md} or @file{dash.texi} directly, as

@ -128,7 +128,7 @@ Regenerate the docs with:
I highly recommend that you install these as a pre-commit hook, so I highly recommend that you install these as a pre-commit hook, so
that the tests are always running and the docs are always in sync: that the tests are always running and the docs are always in sync:
cp pre-commit.sh .git/hooks/pre-commit cp dev/pre-commit.sh .git/hooks/pre-commit
Oh, and don't edit `README.md` or `dash.texi` directly; they are Oh, and don't edit `README.md` or `dash.texi` directly; they are
auto-generated. Change `readme-template.md` or `dash-template.texi` auto-generated. Change `readme-template.md` or `dash-template.texi`

Loading…
Cancel
Save