| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: improve safety of autocorrect and remove undo alias | 42 hours | 1 | -3/+4 | |
| | | | | | | | | | - Change help.autocorrect from 1 (0.1s auto-execute) to 'prompt' (asks before executing the guessed command). Prevents accidental execution of wrong commands. - Remove 'undo = reset --hard' alias — destructive with no confirmation, could silently discard uncommitted work. | ||||
| * | feat: add modern git options | 42 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 | 42 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 | 42 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: only ignore comp DBs at the repo root | 8 days | 1 | -2/+2 | |
| | | |||||
| * | git: add fmt alias | 8 days | 1 | -0/+1 | |
| | | |||||
| * | git: Improve defaults and aliases | 2025-10-24 | 1 | -41/+34 | |
| | | |||||
| * | Add a lot of changes | 2025-09-11 | 2 | -564/+26 | |
| | | |||||
| * | [git] Add node_modules to gitignore | 2025-01-31 | 1 | -0/+2 | |
| | | |||||
| * | [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 | 2 | -1/+28 | |
| | | |||||
| * | Remove git noattributes file | 2025-01-31 | 1 | -389/+0 | |
| | | |||||
| * | [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 | |
| | | |||||
| * | Ignore .luarc.json | 2023-11-16 | 1 | -0/+1 | |
| | | |||||
| * | first commit | 2023-10-18 | 3 | -0/+1066 | |
