mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
cd man && ./manning-up.sh && git diff --stat | grep ' 2 ' | awk '{print }' | xargs git checkout --
This commit is contained in:
parent
392a2d67db
commit
fea722e7e9
|
|
@ -1,7 +1,7 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "GIT\-EXTRAS" "1" "April 2015" "" ""
|
||||
.TH "GIT\-EXTRAS" "1" "June 2015" "" ""
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBgit\-extras\fR \- Awesome GIT utilities
|
||||
|
|
@ -105,6 +105,9 @@ Self update\.
|
|||
\fBgit\-info(1)\fR Returns information on current repository
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-line\-summary(1)\fR Show repository summary by line
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-local\-commits(1)\fR List local commits
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@
|
|||
<li> <strong><a class="man-ref" href="git-guilt.html">git-guilt<span class="s">(1)</span></a></strong> calculate change between two revisions</li>
|
||||
<li> <strong><a class="man-ref" href="git-ignore.html">git-ignore<span class="s">(1)</span></a></strong> Add .gitignore patterns</li>
|
||||
<li> <strong><a class="man-ref" href="git-info.html">git-info<span class="s">(1)</span></a></strong> Returns information on current repository</li>
|
||||
<li> <strong><a class="man-ref" href="git-line-summary.html">git-line-summary<span class="s">(1)</span></a></strong> Show repository summary by line</li>
|
||||
<li> <strong><a class="man-ref" href="git-local-commits.html">git-local-commits<span class="s">(1)</span></a></strong> List local commits</li>
|
||||
<li> <strong><a class="man-ref" href="git-lock.html">git-lock<span class="s">(1)</span></a></strong> Lock a file excluded from version control</li>
|
||||
<li> <strong><a class="man-ref" href="git-locked.html">git-locked<span class="s">(1)</span></a></strong> ls files that have been locked</li>
|
||||
|
|
@ -148,7 +149,7 @@
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Tj Holowaychuk <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
<p>Written by Tj Holowaychuk <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
@ -161,7 +162,7 @@
|
|||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>April 2015</li>
|
||||
<li class='tc'>June 2015</li>
|
||||
<li class='tr'>git-extras(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ git-extras(1) -- Awesome GIT utilities
|
|||
- **git-guilt(1)** calculate change between two revisions
|
||||
- **git-ignore(1)** Add .gitignore patterns
|
||||
- **git-info(1)** Returns information on current repository
|
||||
- **git-line-summary(1)** Show repository summary by line
|
||||
- **git-local-commits(1)** List local commits
|
||||
- **git-lock(1)** Lock a file excluded from version control
|
||||
- **git-locked(1)** ls files that have been locked
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@ authors :
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Newell Zhu <<a href="mailto:zlx.star@gmail.com" data-bare-link="true">zlx.star@gmail.com</a>></p>
|
||||
<p>Written by Newell Zhu <<a href="mailto:zlx.star@gmail.com" data-bare-link="true">zlx.star@gmail.com</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
@ -191,7 +191,7 @@ authors :
|
|||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>May 2015</li>
|
||||
<li class='tc'>June 2015</li>
|
||||
<li class='tr'>git-line-summary(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -124,7 +124,8 @@
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Tj Holowaychuk <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
<p>Written by Tj Holowaychuk <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>>
|
||||
Extended by David Hartmann <<a href="mailto:dh@tsl.io" data-bare-link="true">dh@tsl.io</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "GIT\-SUMMARY" "1" "April 2015" "" ""
|
||||
.TH "GIT\-SUMMARY" "1" "June 2015" "" ""
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBgit\-summary\fR \- Show repository summary
|
||||
|
|
@ -75,6 +75,107 @@ $ git summary v42\.\.
|
|||
.
|
||||
.IP "" 0
|
||||
.
|
||||
.P
|
||||
For \-\-line options, you can get result calculate by line rather than commit
|
||||
.
|
||||
.IP "" 4
|
||||
.
|
||||
.nf
|
||||
|
||||
$ git summary \-\-line
|
||||
|
||||
project : git\-extras
|
||||
lines : 16004
|
||||
authors :
|
||||
7757 hemanth\.hm 48\.5%
|
||||
1019 spacewander 6\.4%
|
||||
916 CJ 5\.7%
|
||||
768 Jonhnny Weslley 4\.8%
|
||||
711 Mark Eissler 4\.4%
|
||||
678 timfeirg 4\.2%
|
||||
474 Ivan Malopinsky 3\.0%
|
||||
387 nickl\- 2\.4%
|
||||
368 Tj Holowaychuk 2\.3%
|
||||
337 Paul Schreiber 2\.1%
|
||||
269 Jesús Espino 1\.7%
|
||||
266 wooorm 1\.7%
|
||||
236 Chris Hall 1\.5%
|
||||
217 TJ Holowaychuk 1\.4%
|
||||
205 Leila Muhtasib 1\.3%
|
||||
178 Hemanth\.HM 1\.1%
|
||||
107 Niklas Fiekas 0\.7%
|
||||
80 Andy 0\.5%
|
||||
74 soffolk 0\.5%
|
||||
68 Julio Napurí 0\.4%
|
||||
67 Philipp Klose 0\.4%
|
||||
66 Sasha Khamkov 0\.4%
|
||||
66 Nate Jones 0\.4%
|
||||
65 Kenneth Reitz 0\.4%
|
||||
64 Rico Sta\. Cruz 0\.4%
|
||||
49 Bruno Sutic 0\.3%
|
||||
36 chernjie 0\.2%
|
||||
35 Titus Wormer 0\.2%
|
||||
35 Michael Komitee 0\.2%
|
||||
33 David Hartmann 0\.2%
|
||||
28 Kevin Woo 0\.2%
|
||||
27 Todd Wolfson 0\.2%
|
||||
22 David Baumgold 0\.1%
|
||||
22 Carl Casbolt 0\.1%
|
||||
18 Ciro Nunes 0\.1%
|
||||
18 Andrew Starr\-Bochicchio 0\.1%
|
||||
16 Valérian Galliat 0\.1%
|
||||
16 Riceball LEE 0\.1%
|
||||
16 Damian Krzeminski 0\.1%
|
||||
12 nulltask 0\.1%
|
||||
12 Richard Littauer 0\.1%
|
||||
11 Jesse Sipprell 0\.1%
|
||||
10 meza 0\.1%
|
||||
10 dead\-horse 0\.1%
|
||||
9 Kylie McClain 0\.1%
|
||||
9 Camille Reynders 0\.1%
|
||||
8 Jon Ander Peñalba 0\.0%
|
||||
8 Guillaume Seren 0\.0%
|
||||
8 Adam Parkin 0\.0%
|
||||
7 Newell Zhu 0\.0%
|
||||
7 Florian H 0\.0%
|
||||
7 Andre Cerqueira 0\.0%
|
||||
6 zeroDivisible 0\.0%
|
||||
6 Rasmus Wriedt Larsen 0\.0%
|
||||
6 Konstantin Schukraft 0\.0%
|
||||
5 Dan Jackson 0\.0%
|
||||
4 jykntr 0\.0%
|
||||
3 phigoro 0\.0%
|
||||
3 eszabpt 0\.0%
|
||||
3 Raphael Fleischlin 0\.0%
|
||||
3 Curtis McEnroe 0\.0%
|
||||
3 Balazs Nadasdi 0\.0%
|
||||
3 Alex McHale 0\.0%
|
||||
2 Not Committed Yet 0\.0%
|
||||
2 Joshua Appelman 0\.0%
|
||||
2 Evan Grim 0\.0%
|
||||
2 Dave James Miller 0\.0%
|
||||
2 Alexander Krasnukhin 0\.0%
|
||||
2 Aggelos Orfanakos 0\.0%
|
||||
1 Wil Moore III 0\.0%
|
||||
1 TweeKane 0\.0%
|
||||
1 Tony 0\.0%
|
||||
1 Ryan Bohn 0\.0%
|
||||
1 Rob Kennedy 0\.0%
|
||||
1 Phally 0\.0%
|
||||
1 Moritz Grauel 0\.0%
|
||||
1 Jonathan "Duke" Leto 0\.0%
|
||||
1 Jianjin Fan 0\.0%
|
||||
1 Jean Jordaan 0\.0%
|
||||
1 Jan Krueger 0\.0%
|
||||
1 Hogan Long 0\.0%
|
||||
1 Dung Quang 0\.0%
|
||||
1 Brandon Zylstra 0\.0%
|
||||
1 Aurélien Scoubeau 0\.0%
|
||||
.
|
||||
.fi
|
||||
.
|
||||
.IP "" 0
|
||||
.
|
||||
.SH "AUTHOR"
|
||||
Written by Tj Holowaychuk <\fItj@vision\-media\.ca\fR>
|
||||
.
|
||||
|
|
|
|||
|
|
@ -130,9 +130,102 @@ authors :
|
|||
<pre><code>$ git summary v42..
|
||||
</code></pre>
|
||||
|
||||
<p> For --line options, you can get result calculate by line rather than commit</p>
|
||||
|
||||
<pre><code>$ git summary --line
|
||||
|
||||
project : git-extras
|
||||
lines : 16004
|
||||
authors :
|
||||
7757 hemanth.hm 48.5%
|
||||
1019 spacewander 6.4%
|
||||
916 CJ 5.7%
|
||||
768 Jonhnny Weslley 4.8%
|
||||
711 Mark Eissler 4.4%
|
||||
678 timfeirg 4.2%
|
||||
474 Ivan Malopinsky 3.0%
|
||||
387 nickl- 2.4%
|
||||
368 Tj Holowaychuk 2.3%
|
||||
337 Paul Schreiber 2.1%
|
||||
269 Jesús Espino 1.7%
|
||||
266 wooorm 1.7%
|
||||
236 Chris Hall 1.5%
|
||||
217 TJ Holowaychuk 1.4%
|
||||
205 Leila Muhtasib 1.3%
|
||||
178 Hemanth.HM 1.1%
|
||||
107 Niklas Fiekas 0.7%
|
||||
80 Andy 0.5%
|
||||
74 soffolk 0.5%
|
||||
68 Julio Napurí 0.4%
|
||||
67 Philipp Klose 0.4%
|
||||
66 Sasha Khamkov 0.4%
|
||||
66 Nate Jones 0.4%
|
||||
65 Kenneth Reitz 0.4%
|
||||
64 Rico Sta. Cruz 0.4%
|
||||
49 Bruno Sutic 0.3%
|
||||
36 chernjie 0.2%
|
||||
35 Titus Wormer 0.2%
|
||||
35 Michael Komitee 0.2%
|
||||
33 David Hartmann 0.2%
|
||||
28 Kevin Woo 0.2%
|
||||
27 Todd Wolfson 0.2%
|
||||
22 David Baumgold 0.1%
|
||||
22 Carl Casbolt 0.1%
|
||||
18 Ciro Nunes 0.1%
|
||||
18 Andrew Starr-Bochicchio 0.1%
|
||||
16 Valérian Galliat 0.1%
|
||||
16 Riceball LEE 0.1%
|
||||
16 Damian Krzeminski 0.1%
|
||||
12 nulltask 0.1%
|
||||
12 Richard Littauer 0.1%
|
||||
11 Jesse Sipprell 0.1%
|
||||
10 meza 0.1%
|
||||
10 dead-horse 0.1%
|
||||
9 Kylie McClain 0.1%
|
||||
9 Camille Reynders 0.1%
|
||||
8 Jon Ander Peñalba 0.0%
|
||||
8 Guillaume Seren 0.0%
|
||||
8 Adam Parkin 0.0%
|
||||
7 Newell Zhu 0.0%
|
||||
7 Florian H 0.0%
|
||||
7 Andre Cerqueira 0.0%
|
||||
6 zeroDivisible 0.0%
|
||||
6 Rasmus Wriedt Larsen 0.0%
|
||||
6 Konstantin Schukraft 0.0%
|
||||
5 Dan Jackson 0.0%
|
||||
4 jykntr 0.0%
|
||||
3 phigoro 0.0%
|
||||
3 eszabpt 0.0%
|
||||
3 Raphael Fleischlin 0.0%
|
||||
3 Curtis McEnroe 0.0%
|
||||
3 Balazs Nadasdi 0.0%
|
||||
3 Alex McHale 0.0%
|
||||
2 Not Committed Yet 0.0%
|
||||
2 Joshua Appelman 0.0%
|
||||
2 Evan Grim 0.0%
|
||||
2 Dave James Miller 0.0%
|
||||
2 Alexander Krasnukhin 0.0%
|
||||
2 Aggelos Orfanakos 0.0%
|
||||
1 Wil Moore III 0.0%
|
||||
1 TweeKane 0.0%
|
||||
1 Tony 0.0%
|
||||
1 Ryan Bohn 0.0%
|
||||
1 Rob Kennedy 0.0%
|
||||
1 Phally 0.0%
|
||||
1 Moritz Grauel 0.0%
|
||||
1 Jonathan "Duke" Leto 0.0%
|
||||
1 Jianjin Fan 0.0%
|
||||
1 Jean Jordaan 0.0%
|
||||
1 Jan Krueger 0.0%
|
||||
1 Hogan Long 0.0%
|
||||
1 Dung Quang 0.0%
|
||||
1 Brandon Zylstra 0.0%
|
||||
1 Aurélien Scoubeau 0.0%
|
||||
</code></pre>
|
||||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Tj Holowaychuk <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
<p>Written by Tj Holowaychuk <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
@ -145,7 +238,7 @@ authors :
|
|||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>April 2015</li>
|
||||
<li class='tc'>June 2015</li>
|
||||
<li class='tr'>git-summary(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ git-graft(1) git-graft
|
|||
git-guilt(1) git-guilt
|
||||
git-ignore(1) git-ignore
|
||||
git-info(1) git-info
|
||||
git-line-summary(1) git-line-summary
|
||||
git-local-commits(1) git-local-commits
|
||||
git-lock(1) git-lock
|
||||
git-locked(1) git-locked
|
||||
|
|
@ -49,4 +50,3 @@ git-summary(1) git-summary
|
|||
git-touch(1) git-touch
|
||||
git-undo(1) git-undo
|
||||
git-unlock(1) git-unlock
|
||||
git-line-summary(1) git-line-summary
|
||||
|
|
|
|||
Loading…
Reference in a new issue