Skip to content

Release v1.6.2#29

Merged
YASoftwareDev merged 1 commit into
masterfrom
release/v1.6.2
May 6, 2026
Merged

Release v1.6.2#29
YASoftwareDev merged 1 commit into
masterfrom
release/v1.6.2

Conversation

@YASoftwareDev

Copy link
Copy Markdown
Owner

Release v1.6.2 — see CHANGELOG.md

Summary

  • Remove private [user], [credential *], [url *] sections from tracked git/.gitconfig
  • These were exposed in the public repo; they belong in ~/.gitconfig.local (already included, never committed)
  • Add git/.gitconfig.local.example template
  • Move generic preferences above [include] so local settings can override them

Test plan

  • git config user.name resolves correctly via include after install
  • ~/.gitconfig symlink still links to git/.gitconfig
  • CI passes (git config diff driver still works in test.sh)

Remove [user], [credential *], and [url *] sections from git/.gitconfig —
these are machine-specific and were exposed in the public repo. They belong
in ~/.gitconfig.local, which is already included at the end of .gitconfig
and is never committed.

Add git/.gitconfig.local.example as a template. Move generic preferences
([pull], [rebase], [fetch], [diff] tool) above the [include] line so
local settings can override them.
@YASoftwareDev YASoftwareDev merged commit 97e278c into master May 6, 2026
15 checks passed
@YASoftwareDev YASoftwareDev deleted the release/v1.6.2 branch May 6, 2026 10:56
YASoftwareDev added a commit that referenced this pull request May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant