mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
ignore: log
This commit is contained in:
parent
f03fae03e5
commit
0ca10ec2f5
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ export namespace Snapshot {
|
|||
}
|
||||
await $`git --git-dir ${git} add .`.quiet().cwd(app.path.cwd).nothrow()
|
||||
const hash = await $`git --git-dir ${git} write-tree`.quiet().cwd(app.path.cwd).nothrow().text()
|
||||
log.info("tracking", { hash })
|
||||
return hash.trim()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue