Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Find difference in commits of two branches with a single command

NotificationsYou must be signed in to change notification settings

pulkit-singhal/git-diff-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find difference in commits of two branches with a single command

PYTSDP

git-diff-log is a minimalist and simple command line commit analyzer. It is written inPython 3 and usessqlite3 to cache the data.

Installing git-diff-log

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.txt

How to use ?

python gitdifflog.py /path/to/git/repo master release

Replacemaster 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 onlycommitCount commits
  • -r - This application starts theresolution mode, so that you can eitherresolve orignore the 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.db file created. It will clear up all theignored commits

About

Find difference in commits of two branches with a single command

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp