- Notifications
You must be signed in to change notification settings - Fork0
pulkit-singhal/git-diff-log
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
git-diff-log is a minimalist and simple command line commit analyzer. It is written inPython 3 and usessqlite3 to cache the data.
git-diff-log requiresPython 3 or newer, and some form of UNIX-like shell (bashworks well). It works on Linux, OS X, and Windows (withCygwin).
Installing and setting upgit-diff-log will not take more than a minute.
First,download the newest version or clone the git repository(git clone https://github.com/pulkit-singhal/git-diff-log.git). Put it anywhere you like.
Install the required dependencies by running
python -m pip install -r requirements.txtpython gitdifflog.py /path/to/git/repo master releaseReplacemaster andrelease with the branches that you want to compare
Optional command line parameters -
-c commitCount- By passing this parameter, you can restrict the application to compare the onlycommitCountcommits-r- This application starts theresolutionmode, so that you can eitherresolveorignorethe commit. In case youignored the commit, it will not not show up later in the results.
Note: In case you wrongly ignored some commit, just delete theignored_hashes.dbfile created. It will clear up all theignored commits
About
Find difference in commits of two branches with a single command
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.