Skip to content

Commit

Permalink
Kw gitext collect blob by default (#7315)
Browse files Browse the repository at this point in the history
* feat: collect commit stat by default

* refactor: naming gitext tasks file names
  • Loading branch information
klesh committed Apr 12, 2024
1 parent d0b3182 commit 64c5274
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/plugins/gitextractor/impl/impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (p GitExtractor) PrepareTaskData(taskCtx plugin.TaskContext, options map[st
*optValue = &defValue
}
loadBool(&op.UseGoGit, "UseGoGit", false)
loadBool(&op.SkipCommitStat, "SKIP_COMMIT_STAT", true)
loadBool(&op.SkipCommitStat, "SKIP_COMMIT_STAT", false)
loadBool(&op.SkipCommitFiles, "SKIP_COMMIT_FILES", true)
log.Info("UseGoGit: %v", *op.UseGoGit)
log.Info("SkipCommitStat: %v", *op.SkipCommitStat)
Expand Down
File renamed without changes.

0 comments on commit 64c5274

Please sign in to comment.