mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-19 02:04:51 +02:00
better tree comparsion from Issue #28
This commit is contained in:
parent
2a96052002
commit
bf6432b286
9 changed files with 84 additions and 36 deletions
|
@ -1,5 +1,5 @@
|
|||
exports.level = {
|
||||
"compareOnlyMaster": true,
|
||||
"compareOnlyMasterHashAgnostic": true,
|
||||
"disabledMap" : {
|
||||
"git revert": true
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
exports.level = {
|
||||
"compareOnlyBranches": true,
|
||||
"compareAllBranchesHashAgnostic": true,
|
||||
"disabledMap" : {
|
||||
"git revert": true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue