bregman-arie / commtrack

Commit tracking for lazy people

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commtrack

Tracking commits was never easier.

commtrack example

Installation

git clone https://github.com/bregman-arie/commtrack.git
cd commtrack
pipenv install -e .

Usage

Search for commit 2142:

commtrack -c 2142

Search for change ID in OpenStack Gerrit:

commtrack --changeid t3gq2 --links openstack_gerrit

Search using the change subject

commtrack --subject "Fix smb 2.1.6"

Supported Type of Links

Type Description
Gerrit Code Review System
Git Version Control System
Dist-Git Packaging repo (Located in a git system)
Repository A collection of packages :)

User Guide

Would like to learn more about Commtrack? Click here

Developer Guide

Would like to assist with Commtrack development? Click here

About

Commit tracking for lazy people

License:Apache License 2.0


Languages

Language:Python 98.6%Language:Shell 1.4%