Skip to content

IronPython script used to retrieve a list of missing commits between branches. The compare is made only through a regex from commit's subject. No commit's SHA1 is used.

Notifications You must be signed in to change notification settings

MiroRadenovic/GitLostCommits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GitLostCommits

IronPython script used to retrieve a list of missing commits between branches. The compare is made only through a regex from commit's subject. No commit's SHA1 is used.

The script is usefull only for a particular project. If you need to compare branches by commit's messages, this script can be usefulll for you, other wise use git commands to compare commits (using sha1) between branches

About

IronPython script used to retrieve a list of missing commits between branches. The compare is made only through a regex from commit's subject. No commit's SHA1 is used.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages