le2

Crates.iole2
lib.rsle2
version0.9.2
sourcesrc
created_at2019-11-14 01:35:31.855936
updated_at2019-11-16 04:26:05.810904
descriptionnumber of commits by each author in git repository
homepage
repositoryhttps://github.com/ctsrc/repotools/tree/master/le2
max_upload_size
id181097
size15,218
(throwaway1676847773)

documentation

README

le2

Crates.io

This crate provides the le command, and is part of the repotools set of utilities.

You can install all of the repotools utilites by running the following command in your terminal:

cargo install repotools

If you want to install only some of them, you can install them individually. Refer to the repotools for the full list of utilities and links to their individual crates.

To install le utility individually, run the following command in your terminal:

cargo install le2

Usage

le – number of commits by each author in git repository

Among all of the commands, this is the only one that doesn't match the meaning with its name. I would have named this command as I initially did; nc, if it wasn't for the fact that the netcat command on a lot of systems is named nc already.

The name comes from "l" for "log" and "e" for the -e flag.

le is like git shortlog -se, only more awesome.

Commit count: 90

cargo fmt