Commit graph

18 commits

Author SHA1 Message Date
339b74f140
🧑 fix(git): Short log shows last 5 instead of 10 2024-03-10 16:11:36 -07:00
9e86149abd
🔨 ci(git): Remove description from msg hook
It's much easier to just write the description in the editor, rather
than trying to figure out how to wrap text at 72 chars in the shell
script.
2024-03-10 15:48:49 -07:00
fcc8b40151
feat(git): autoSetupMerge 2024-03-10 13:33:50 -07:00
912437c899
feat(git): Add short log aliases
Show only the last 10 entries with l_s.
2024-03-10 12:55:17 -07:00
65e0b41403
🐛 fix(git): Skip commit hook when editing a commit 2024-03-10 12:55:10 -07:00
581e4fe391
feat(fish): git_open & open functions 2024-03-10 12:15:46 -07:00
91daec3bf3
♻ refactor(xdg): XDG_CONFIG_HOME compliance 2024-03-09 20:28:57 -08:00
64610bda00
♻ refactor(git): Move ~/.gitconfig -> ~/.config/ 2024-03-09 19:25:53 -08:00
aac9ec9cd8
feat(git): Custom commit creator 2024-03-09 18:45:37 -08:00
16de1249f1
feat(git): Add commit hash copier 2024-03-03 20:14:27 -08:00
844eaf2130
🔧 feat(git): Tweak gitconfig 2024-03-03 13:29:19 -08:00
e30ac5fd57
🐛 fix(git): Fix diff command 2024-02-27 21:06:29 -08:00
5af5389117
feat(git): Move git aliases to git
Also fixed the wrongly named .gitconfig -> config, and standardized
naming among all subfiles.

All git aliases are managed by git now - to allow wrappers to access the
same aliases (e.g. dotfiles).
2024-02-27 20:54:41 -08:00
f674f47ff6 feat: Add gitattributes 2024-02-23 20:29:29 -08:00
7f362ac912 🔧 chore: Add linters to nvim 2024-02-22 20:34:18 -08:00
073081c725 feat: Start GPG signing commits 2024-02-22 20:34:08 -08:00
e7e86ac863 🧑‍💻 feat: Gitmoji hook 2024-02-22 20:33:59 -08:00
99d2d66875 💄 style: Awesome layouts; gitmoji-fuzzy-hook 2024-02-22 20:31:18 -08:00