-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(visual): add basic branch line output demo
- Loading branch information
Showing
4 changed files
with
122 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
[ | ||
{ | ||
"branch": "origin/no-commits", | ||
"commit_id": "ee5c5f2", | ||
"author": "Phodal Huang", | ||
"date": 1611631370, | ||
"message": "feat: add no commits", | ||
"parent_hashes": [], | ||
"tree_hash": "5216993" | ||
}, | ||
{ | ||
"branch": "origin/20200122", | ||
"commit_id": "cc0bf30", | ||
"author": "Phodal Huang", | ||
"date": 1611306195, | ||
"message": "docs: add notes", | ||
"parent_hashes": [ | ||
"bb84b36" | ||
], | ||
"tree_hash": "2fcee80" | ||
}, | ||
{ | ||
"branch": "master", | ||
"commit_id": "bb84b36", | ||
"author": "Phodal Huang", | ||
"date": 1610694788, | ||
"message": "docs: update projects for testings", | ||
"parent_hashes": [ | ||
"17c580a" | ||
], | ||
"tree_hash": "55b2a8d" | ||
}, | ||
{ | ||
"branch": "origin/main", | ||
"commit_id": "17c580a", | ||
"author": "Phodal Huang", | ||
"date": 1610541520, | ||
"message": "build: add second commit for master", | ||
"parent_hashes": [ | ||
"de114a6" | ||
], | ||
"tree_hash": "b1a0885" | ||
}, | ||
{ | ||
"branch": "origin/gh-pages", | ||
"commit_id": "de114a6", | ||
"author": "Phodal Huang", | ||
"date": 1610519809, | ||
"message": "Initial commit", | ||
"parent_hashes": [], | ||
"tree_hash": "052c659" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters