nodejs/branch-diff

Name: branch-diff

Owner: Node.js Foundation

Description: A tool to list print the commits on one git branch that are not on another using loose comparison

Created: 2015-09-07 02:48:12.0

Updated: 2018-05-06 18:47:36.0

Pushed: 2018-02-22 00:14:03.0

Homepage:

Size: 25

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

branch-diff

A tool to list print the commits on one git branch that are not on another using loose comparison

npm npm

Usage

$ branch-diff [--simple] [--group] [--patch-only] base-branch comparison-branch

A commit is considered to be in the comparison-branch but not in the base-branch if:

The output is the same as changelog-maker and you can use --simple to simplify it for console output instead of Markdown.

The commit list is very close to running:

$ git log master..next

But the comparison isn't quite as strict, generally leading to a shorter list of commits.

Options
License

branch-diff is Copyright (c) 2015 Rod Vagg @rvagg and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.