Index: man/src/git-hyper-blame.txt |
diff --git a/man/src/git-hyper-blame.txt b/man/src/git-hyper-blame.txt |
index 8943c3935b7e9d288d0d0c70abe0cd265705ff36..8a1a4bd82763eb28fca6ae59be3c8122bd42fc0d 100644 |
--- a/man/src/git-hyper-blame.txt |
+++ b/man/src/git-hyper-blame.txt |
@@ -54,10 +54,6 @@ commit) since the given person wrote it. |
BUGS |
---- |
-- When a commit is ignored, hyper-blame currently just blames the same line in |
- the previous version of the file. This can be wildly inaccurate if the ignored |
- commit adds or removes lines, resulting in a completely wrong commit being |
- blamed. |
iannucci
2016/02/05 00:55:55
maybe mention the new caveat about trying to heuri
Matt Giuca
2016/02/05 02:46:33
Done.
|
- There is currently no way to pass the ignore list as a file. |
- It should be possible for a git repository to configure an automatic list of |
commits to ignore (like `.gitignore`), so that project owners can maintain a |