Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Ensure logging is passed through from commitChangesFromRepo
  • Loading branch information
s0 committed Nov 2, 2024
commit cbe04162c7c29b1f6ae13180c449989f5ea7c2ca
1 change: 1 addition & 0 deletions src/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export const commitChangesFromRepo = async ({
return commitFilesFromBuffers({
...otherArgs,
fileChanges,
log,
base: {
commit: oid,
},
Expand Down