jorgecarleitao commented on a change in pull request #8953:
URL: https://github.com/apache/arrow/pull/8953#discussion_r546031447
##########
File path: rust/README.md
##########
@@ -110,6 +110,9 @@ PR be sure to run the following and check for lint issues:
cargo +stable fmt --all -- --check
```
+We can use "git pre-commit hook" to automate this process: copy or soft link
[pre-commit.sh](pre-commit.sh)
+as file `.git/hooks/pre-commit`.
Review comment:
Just to make it dead simple to people less experienced in git, would it
be possible to paste the command here? E.g.
```bash
cp rust/pre-commit.sh ../.git/hooks/pre-commit
```
or
```bash
ln ...
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]