mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
Resolves #146 not taking into account tags when comparing
This commit is contained in:
parent
8d23d92456
commit
2866be53aa
2 changed files with 20 additions and 2 deletions
|
@ -19,6 +19,7 @@ var toGlobalize = {
|
|||
MultiView: require('../views/multiView'),
|
||||
ZoomLevel: require('../util/zoomLevel'),
|
||||
VisBranch: require('../visuals/visBranch'),
|
||||
TreeCompare: require('../graph/treeCompare'),
|
||||
Level: require('../level'),
|
||||
Sandbox: require('../sandbox/'),
|
||||
GitDemonstrationView: require('../views/gitDemonstrationView'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue