Skip to content

Commit f4fa045

Browse files
authored
Rollup merge of rust-lang#108358 - Nilstrieb:git-blame-ignore-my-bad-commits, r=compiler-errors
Add git config command to `.git-blame-ignore-revs` I always have to look at the git blame for that file to find the git command in the commit message (luckily that commit isn't in the file :D), putting it directly in the file makes it easier to find. Maybe we should mention the config in some other place as well.
2 parents d6077f8 + 96ebb21 commit f4fa045

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.git-blame-ignore-revs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Use `git config blame.ignorerevsfile .git-blame-ignore-revs` to make `git blame` ignore the following commits.
2+
13
# format the world
24
a06baa56b95674fc626b3c3fd680d6a65357fe60
35
# format libcore

0 commit comments

Comments
 (0)