git-graph 0.4.0
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 intomaster
, it can be displayed as if it was a feature branch
- E.g. when a 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 insource_branch
andtarget_branch