feat(git): add git-delta for enhanced diff viewing #46
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Background / 背景
Add git-delta to enhance the readability of git diff and git log outputs with syntax highlighting and side-by-side view.
git diff や git log の出力を見やすくするため、シンタックスハイライトと横並び表示機能を持つ git-delta を追加します。
Changes / 変更内容
Added
git-deltato Brewfile for installation managementConfigured
.gitconfigto use delta as the default pagerEnabled side-by-side view mode for better diff comparison
インストール管理のため Brewfile に
git-deltaを追加.gitconfigでデフォルトの pager として delta を設定より見やすい diff 比較のため横並び表示モードを有効化
Impact scope / 影響範囲
Changes how git diff, git log, and other git commands display their output
Only affects local git command output display
No impact on git functionality or remote repositories
git diff、git log、その他の git コマンドの出力表示方法を変更
ローカルの git コマンド出力表示のみに影響
git の機能やリモートリポジトリへの影響なし
Testing / 動作確認
🤖 Generated with Claude Code