Browse Source

Merge 11663f3a7c into 41d3ba4312

pull/6186/merge
Nyxtorm 1 month ago
committed by GitHub
parent
commit
a8447a2e9f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      server/modules/storage/git/storage.js

2
server/modules/storage/git/storage.js

@ -48,7 +48,7 @@ module.exports = {
// Disable quotePath, color output
// Link https://git-scm.com/docs/git-config#Documentation/git-config.txt-corequotePath
await this.git.raw(['config', '--local', 'core.quotepath', false])
await this.git.raw(['config', '--local', 'color.ui', false])
await this.git.raw(['config', '--local', 'color.branch', false])
// Set default author
await this.git.raw(['config', '--local', 'user.email', this.config.defaultEmail])

Loading…
Cancel
Save