Used in a Sentence

shortlog

How to use shortlog in a sentence. Live example sentences for shortlog pulled from indexed public discussions.

Editorial note

Minor correction: git shortlog -sn shows the number of commits (not lines) by each author, sorted in descending order.

Examples9
Definitions0
Parts of speech1

Quick take

Minor correction: git shortlog -sn shows the number of commits (not lines) by each author, sorted in descending order.

Example sentences

1

Minor correction: git shortlog -sn shows the number of commits (not lines) by each author, sorted in descending order.

2

Here's the command that generated those outputs [1]: git shortlog -ns --no-merges v11..

3

I hate cgit's log view, they should at least be honest and call it shortlog.

4

Real explanation, proper shortlog, signed commit, etc.

5

The reason for the 72 character limit is so that shortlog messages on an 80 character terminal which are indented by one tab aren't truncated, as I understand it.

6

> git shortlog -sn --no-merges Is the most egregious.

7

While it's true that Michael generates lots of merge commits, if you click the link in LWN article to Andreas Cadhalpun's mail [1], then you can read that following commands were used to generate statisticts: Libav: $ git shortlog -ns --no-merges v11..

8

He's not only criticizing Github: > (a) make a real pull request, not the braindamaged crap that github > does when you ask it to request a pull: real explanation, proper email > addresses, proper shortlog, and proper diffstat.

Quote examples

1

Doing a `git shortlog --author "Anthony Ferrara"` in php-src/master pulls up 72 separate commits.

Frequently asked questions

Short answers drawn from the clearest meanings and examples for this word.

How do you use shortlog in a sentence?

Minor correction: git shortlog -sn shows the number of commits (not lines) by each author, sorted in descending order.