updated: log git diff on overlay init (#20476)

* updated: log git diff on overlay init

* add git diff param

* params
old-commit-hash: bcb6879199948c21f1ebef9afc2a63f433309c00
This commit is contained in:
Adeeb Shihadeh
2021-03-25 16:16:12 -07:00
committed by GitHub
parent 76fc2d5206
commit 0d5dec9276
2 changed files with 7 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ keys = {
b"DisableUpdates": [TxType.PERSISTENT],
b"DoUninstall": [TxType.CLEAR_ON_MANAGER_START],
b"DongleId": [TxType.PERSISTENT],
b"GitDiff": [TxType.PERSISTENT],
b"GitBranch": [TxType.PERSISTENT],
b"GitCommit": [TxType.PERSISTENT],
b"GitRemote": [TxType.PERSISTENT],