-
Earlopain authored
https://github.com/rails/rails/commit/80e66cc4d90bf8c15d1a5f6e3152e90147f00772: 11,638 additions and 11,661 deletions There are some commits in rails that touch a large amount of files and are cosmetic only. This file will do two things: * Blaming through the GitHub UI will not blame these commits * Locally you can use it with `--ignore-revs-file` https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt There surely are more commits worthy of being included here but I just ran into this one once again and would like to not do that again. This comment gets linked to quite often https://github.com/rails/rails/pull/13771#issuecomment-32746700 and while there seldom are large cosmetic changes, they do exist. Let's make the ones that did happen a bit less painful.
Earlopain authoredhttps://github.com/rails/rails/commit/80e66cc4d90bf8c15d1a5f6e3152e90147f00772: 11,638 additions and 11,661 deletions There are some commits in rails that touch a large amount of files and are cosmetic only. This file will do two things: * Blaming through the GitHub UI will not blame these commits * Locally you can use it with `--ignore-revs-file` https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt There surely are more commits worthy of being included here but I just ran into this one once again and would like to not do that again. This comment gets linked to quite often https://github.com/rails/rails/pull/13771#issuecomment-32746700 and while there seldom are large cosmetic changes, they do exist. Let's make the ones that did happen a bit less painful.
Loading