Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Side by Side Diff: man/html/depot_tools.html

Issue 1559943003: Added git hyper-blame, a tool that skips unwanted commits in git blame. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Respond to review. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « git_hyper_blame.py ('k') | man/html/git-hyper-blame.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>depot_tools(7)</title> 7 <title>depot_tools(7)</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 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 </dd> 797 </dd>
798 <dt class="hdlist1"> 798 <dt class="hdlist1">
799 <a href="git-freeze.html">git-freeze(1)</a> 799 <a href="git-freeze.html">git-freeze(1)</a>
800 </dt> 800 </dt>
801 <dd> 801 <dd>
802 <p> 802 <p>
803 Freeze all changes on a branch (indexed and unindexed). 803 Freeze all changes on a branch (indexed and unindexed).
804 </p> 804 </p>
805 </dd> 805 </dd>
806 <dt class="hdlist1"> 806 <dt class="hdlist1">
807 <a href="git-hyper-blame.html">git-hyper-blame(1)</a>
808 </dt>
809 <dd>
810 <p>
811 Like git blame, but with the ability to ignore or bypass certain commits.
812 </p>
813 </dd>
814 <dt class="hdlist1">
807 <a href="git-map-branches.html">git-map-branches(1)</a> 815 <a href="git-map-branches.html">git-map-branches(1)</a>
808 </dt> 816 </dt>
809 <dd> 817 <dd>
810 <p> 818 <p>
811 Helper script to display all local git branches with ‘upstream’ hierarchy in 819 Helper script to display all local git branches with ‘upstream’ hierarchy in
812 colorized terminal format. 820 colorized terminal format.
813 </p> 821 </p>
814 </dd> 822 </dd>
815 </dl></div> 823 </dl></div>
816 <div class="dlist"><dl> 824 <div class="dlist"><dl>
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 Print a diff of the current branch, compared to its upstream. 920 Print a diff of the current branch, compared to its upstream.
913 </p> 921 </p>
914 </dd> 922 </dd>
915 </dl></div> 923 </dl></div>
916 </div> 924 </div>
917 </div> 925 </div>
918 </div> 926 </div>
919 <div id="footnotes"><hr /></div> 927 <div id="footnotes"><hr /></div>
920 <div id="footer"> 928 <div id="footer">
921 <div id="footer-text"> 929 <div id="footer-text">
922 Last updated 2014-09-09 14:15:07 PDT 930 Last updated 2016-01-28 16:40:21 AEDT
923 </div> 931 </div>
924 </div> 932 </div>
925 </body> 933 </body>
926 </html> 934 </html>
OLDNEW
« no previous file with comments | « git_hyper_blame.py ('k') | man/html/git-hyper-blame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698