OLD | NEW |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | 2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
4 <head> | 4 <head> |
5 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /
> | 5 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /
> |
6 <meta name="generator" content="AsciiDoc 8.6.9" /> | 6 <meta name="generator" content="AsciiDoc 8.6.9" /> |
7 <title>git-hyper-blame(1)</title> | 7 <title>git-hyper-blame(1)</title> |
8 <style type="text/css"> | 8 <style type="text/css"> |
9 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */ | 9 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */ |
10 | 10 |
(...skipping 807 matching lines...) Loading... |
818 commit, so you know that the line in question has been changed (by an ignored | 818 commit, so you know that the line in question has been changed (by an ignored |
819 commit) since the given person wrote it.</p></div> | 819 commit) since the given person wrote it.</p></div> |
820 </div> | 820 </div> |
821 </div> | 821 </div> |
822 <div class="sect1"> | 822 <div class="sect1"> |
823 <h2 id="_bugs">BUGS</h2> | 823 <h2 id="_bugs">BUGS</h2> |
824 <div class="sectionbody"> | 824 <div class="sectionbody"> |
825 <div class="ulist"><ul> | 825 <div class="ulist"><ul> |
826 <li> | 826 <li> |
827 <p> | 827 <p> |
828 When a commit is ignored, hyper-blame currently just blames the same line in | |
829 the previous version of the file. This can be wildly inaccurate if the ignored | |
830 commit adds or removes lines, resulting in a completely wrong commit being | |
831 blamed. | |
832 </p> | |
833 </li> | |
834 <li> | |
835 <p> | |
836 There is currently no way to pass the ignore list as a file. | 828 There is currently no way to pass the ignore list as a file. |
837 </p> | 829 </p> |
838 </li> | 830 </li> |
839 <li> | 831 <li> |
840 <p> | 832 <p> |
841 It should be possible for a git repository to configure an automatic list of | 833 It should be possible for a git repository to configure an automatic list of |
842 commits to ignore (like <code>.gitignore</code>), so that project owners can m
aintain a | 834 commits to ignore (like <code>.gitignore</code>), so that project owners can m
aintain a |
843 list of "big change" commits that are ignored by hyper-blame by default. | 835 list of "big change" commits that are ignored by hyper-blame by default. |
844 </p> | 836 </p> |
845 </li> | 837 </li> |
(...skipping 11 matching lines...) Loading... |
857 <div class="sectionbody"> | 849 <div class="sectionbody"> |
858 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_
tools(7)</a> suite. These tools are meant to | 850 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_
tools(7)</a> suite. These tools are meant to |
859 assist with the development of chromium and related projects. Download the tools | 851 assist with the development of chromium and related projects. Download the tools |
860 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">
here</a>.</p></div> | 852 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">
here</a>.</p></div> |
861 </div> | 853 </div> |
862 </div> | 854 </div> |
863 </div> | 855 </div> |
864 <div id="footnotes"><hr /></div> | 856 <div id="footnotes"><hr /></div> |
865 <div id="footer"> | 857 <div id="footer"> |
866 <div id="footer-text"> | 858 <div id="footer-text"> |
867 Last updated 2016-01-28 16:40:21 AEDT | 859 Last updated 2016-02-04 15:34:52 AEDT |
868 </div> | 860 </div> |
869 </div> | 861 </div> |
870 </body> | 862 </body> |
871 </html> | 863 </html> |
OLD | NEW |