Changes based on feedback

Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
This commit is contained in:
Andre Wanlin
2022-01-03 12:59:30 -06:00
parent 573015fc6d
commit e36f0d372f
3 changed files with 29 additions and 8 deletions
+4 -1
View File
@@ -2,4 +2,7 @@
'@backstage/backend-common': patch
---
Updated Git to allow for bare clone
Updated the Git class with the following:
- Added `depth` and `noCheckout` options to Git clone, using these you can create a bare clone that includes just the git history
- New `log` function which you can use to view the commit history of a git repo