Reporting tool for large commits happened in your git repo
Project description
Functionality:
This module is useful for three purpose:
You want to find the big commits happened in your git repo and who has committed that at what time.
You want to find the dormant branches in your git repo and who is the author of the branch
You want to prevent large commits in your local repo.
NOTE: All you need to do is give your repositry location as input to this module. It does not need your git credentials. Also, It will find large commits across all branches present in the repo
pip install Gitbigcommits
- Once you install, the following below commands will be available to you in your
terminal.
bigcommits - prints big commits to stdout
bigcommits-html - creates a html file and writes the report to that.
dbranch-html - find the dormant branch in your repo and writes into a html
bigcommits-prevent - once you execute this, your local repo will prevent large commits to be happened in your repo
Supported Outputs:
Reports can be generated as HTML file.
Console output
Usage:
bigcommits <git_location_in_your_machine> <size_in_kb>
Eg:
$bigcommits "usr/home/myrepo/" "1024"
Your git directory is in the “usr/home/myrepo” folder. git directory denotes where your “.git” folder is present.
Similarly,
$ bigcommits-html "usr/home/myrepo/" "1024" $ dbranch-html "usr/home/myrepo/" $ bigcommits-prevent "usr/home/myrepo/"
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
File details
Details for the file Gitbigcommits-1.0.2.tar.gz
.
File metadata
- Download URL: Gitbigcommits-1.0.2.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42b0e2abc434e10541fc0a87ec6e660ea44d218fb2c39e7bdfd4412e7d1063d8 |
|
MD5 | 5fba160a18568c44d421a32e4c1afc66 |
|
BLAKE2b-256 | cf68aa48fffbbd1e2799c87e5230f25928ba11b99590187b87293fa97b3965c9 |
File details
Details for the file Gitbigcommits-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: Gitbigcommits-1.0.2-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92022b7c91a3e453fe9df7ae572ce65214ba3f5836662cb0da4b23676c4b9bf2 |
|
MD5 | 5b80ebffe96b12486864612d7dc4ed8f |
|
BLAKE2b-256 | a31d952a15aeee75d27c343098cadbfb4c9dcd9b99f19aa6281685695fc274c2 |