Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/naoty/git-contrib

Show contributors for speficied files
https://github.com/naoty/git-contrib

Last synced: 21 days ago
JSON representation

Show contributors for speficied files

Awesome Lists containing this project

README

        

# git-contrib
Show contributors for specified files.

## Installation

```
$ go get github.com/naoty/git-contrib
```

## Usage

```
$ git contrib main.go
Naoto Kaneko
```

```
$ git contrib main.go hello.go
Naoto Kaneko
```

`-n` option helps to specify the number of contributors.

```
$ git contrib -n 3 main.go hello.go
Nobunaga Oda
Hideyoshi Toyotomi
Ieyasu Tokugawa
```

## Author

[naoty](https://github.com/naoty)