No project description provided
Project description
git-history-tools
Command line tool to group commits by user for a specific time window.
Usage
To run the program requires python version 3.6 or higher and a few libraries must be installed (see requirements.txt).
>>./cli.py --help
cli.py
Description:
Group GIT commits by user and show changes in a compact mode
Usage:
cli.py [-b <name>] [-i <regex>] [-d <number>] [--since date] [--after date] <path>
Options:
-h --help Show this screen.
-b --branch <name> GIT branch name [default: master]
-i --issue <regex> Regex pattern which correspond the issue ID. [default: ""]
-d --deep <number> change file deep [default: 1]
--since <date> Start date: format (%Y-%m-%d). Default is today -1
--after <date> End date: format (%Y-%m-%d). Default is today -2
<path> GIT repository path.
Disclaimer
This software is provided as source code under an MIT license (see LICENSE)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for git_history_tools-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90b05d8f7b04d4d86159c7761f1ffd0761013674de6ea59f871cd7349518c216 |
|
MD5 | 29514633d5990d9d34a7bca3dfee52e9 |
|
BLAKE2b-256 | c55c845d825fbf3cc9ae4a11e414146ed9007958e8a132f17fb2ea27b23f3c98 |