| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add modern git options | 41 hours | 1 | -0/+5 | |
| | | | | | | | | | | - rebase.updateRefs = true: auto-update dependent branches when rebasing a stack. Essential for stacked branch workflows. - rerere.enabled = true: remember conflict resolutions and auto-apply them when the same conflict is encountered again. - column.ui = auto: display branches and tags in columns instead of a long vertical list. | ||||
| * | chore: remove unnecessary core.autocrlf on Linux | 41 hours | 1 | -1/+0 | |
| | | | | | | | core.autocrlf = input does nothing on a Linux-only system — no files will have CRLF line endings natively. The modern approach for cross-platform repos is per-repo .gitattributes. | ||||
| * | fix: remove invalid whitespace value and enable histogram diff | 41 hours | 1 | -2/+2 | |
| | | | | | | | | - Remove 'fix' from core.whitespace — it's an apply.whitespace action, not a valid whitespace type. Was silently ignored. - Uncomment diff.algorithm = histogram — produces better diffs than the default myers algorithm, especially for moved code blocks. | ||||
| * | git: add fmt alias | 7 days | 1 | -0/+1 | |
| | | |||||
| * | git: Improve defaults and aliases | 2025-10-24 | 1 | -41/+34 | |
| | | |||||
| * | Add a lot of changes | 2025-09-11 | 1 | -8/+9 | |
| | | |||||
| * | [git] Change work directory | 2025-01-31 | 1 | -0/+1 | |
| | | |||||
| * | Set git's mergeTool.keepTemporaries=false | 2025-01-31 | 1 | -0/+2 | |
| | | |||||
| * | Improve delta config | 2025-01-31 | 1 | -1/+5 | |
| | | |||||
| * | Add difftastic config | 2025-01-31 | 1 | -1/+8 | |
| | | |||||
| * | Add mergiraf | 2025-01-31 | 1 | -1/+4 | |
| | | |||||
| * | [git] Add work conditional config | 2024-05-22 | 1 | -0/+4 | |
| | | |||||
| * | [git] Removed unused config lines | 2024-05-22 | 1 | -8/+0 | |
| | | |||||
| * | [git] Sign tags as well | 2024-05-16 | 1 | -0/+2 | |
| | | |||||
| * | [git] set push.followTags | 2024-05-16 | 1 | -1/+1 | |
| | | |||||
| * | Update main gpg key | 2024-05-16 | 1 | -3/+3 | |
| | | |||||
| * | Remove autoMerge | 2023-11-17 | 1 | -1/+0 | |
| | | |||||
| * | first commit | 2023-10-18 | 1 | -0/+119 | |
