Change git configuration to use Docker build args instead of .env file, simplifying setup and improving security. This change: - Removes git config from .env and startup.sh - Adds GIT_USER_NAME and GIT_USER_EMAIL build args - Updates documentation for new git config approach - Improves task logging requirements in CLAUDE.md The build arg approach provides better isolation and ensures git config is properly set during image build rather than container runtime.
14 lines
453 B
Plaintext
14 lines
453 B
Plaintext
Write a commit message for the changes in the following git diff:
|
|
Follow the following instructions when writing the commit message:
|
|
Subject line: Max 50 chars, imperative mood, capitalized, no period
|
|
Skip a line between subject and body
|
|
Body text: Wrap at 72 chars per line
|
|
Explain what and why, not how
|
|
Reference issue numbers when applicable
|
|
Format: <type>(<scope>): <short summary>
|
|
|
|
=== GIT DIFF SUMMARY FOR COMMIT ===
|
|
|
|
|
|
=== END OF DIFF SUMMARY ===
|