Commit 0fc0fae
committed
fix(container): use --add flag for git safe.directory config
git config fails with exit code 5 when safe.directory already has
multiple values. Using --add prevents this, and the error handler
logs a warning consistent with the chown pattern above.1 parent 30134f9 commit 0fc0fae
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
0 commit comments