Commit Graph

3 Commits

Author SHA1 Message Date
Nicolas Beaussart
09c9cf8b46 frontend: apply prettier
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7668
GitOrigin-RevId: 0ed901780092994ae40c2c57557c5854812a91b2
2023-01-25 20:55:24 +00:00
Samir Talwar
bf355864b5 git: Add the Ormolu reformatting to the blame-ignore list.
Run the following to enable this:

```
git config --local blame.ignoreRevsFile .git-blame-ignore-revs
```

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6753
GitOrigin-RevId: bcc244f01d55502dddd60bba64fccd4c34487f9b
2022-11-08 03:53:18 +00:00
Philip Lykke Carlsen
faaf34cf94 Added a .git-blame-ignore-revs file
I've added a file `.git-blame-ignore-revs`, containing the rev of the
codebase-wide ormolu reformatting.

Issuing the command `git config blame.ignoreRevsFile .git-blame-ignore-revs`
causes `git blame` to 'see through' the renaming as best it can.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2699
GitOrigin-RevId: 0e62905e897e94e1fa51dc36c4e31015f0adb32a
2021-10-27 18:17:16 +00:00