Skip to content

git-graph 0.4.0

Compare
Choose a tag to compare
@mlange-42 mlange-42 released this 13 Jan 14:15

Features

  • Branches merged from forks into equally-named branches of the current repository can be treated separately
    • E.g. when a branch master from a fork is merged into master, it can be displayed as if it was a feature branch

Library changes

Breaking changes

  • print_unicode now returns the graph lines separated from text lines

Other changes

  • BranchInfo now holds the indices of source and target branch in source_branch and target_branch