Commit graph

22 commits

Author SHA1 Message Date
Protesilaos 6c68acf83c
Change "Protesilaos Stavrou" to "Protesilaos" 2026-04-21 15:55:09 +03:00
Protesilaos Stavrou 4c69e9c553
gitconfig: update GPG signkey, replacing previous expired one 2023-03-27 07:29:25 +03:00
Protesilaos Stavrou 21aaf15bbe
gitignore: add missing final newline 2023-03-15 07:06:00 +02:00
Protesilaos Stavrou 5286c6ee72
git: capture '#+title' in diff hunk headings of Org files 2023-02-23 07:35:47 +02:00
Protesilaos Stavrou 40fc13e135
git: reindent and untabify 2023-01-29 16:38:12 +02:00
Protesilaos Stavrou 989b34178d
git: make "main" the default branch 2021-06-25 10:56:31 +03:00
Protesilaos Stavrou aa7ee46efd
git: refine diff hunk regexp for Elisp 2021-02-11 21:13:35 +02:00
Protesilaos Stavrou 88ddd73b3a
git: refine regexp for elisp diff hunk headings 2021-02-10 09:59:47 +02:00
Protesilaos Stavrou 009a21f467
gitattributes: add diff hunk headings for markdown 2021-01-27 21:44:45 +02:00
Protesilaos Stavrou fef575447c
gitconfig: tweak org diff regexp (amend 765f7cfb) 2021-01-27 16:12:26 +02:00
Protesilaos Stavrou 765f7cfb7e
gitconfig: tweak org diff regexp
This is to avoid matching bold emphasis at the beginning of the line.
2021-01-27 14:27:00 +02:00
Protesilaos Stavrou 7f55d69044
Git: rewrite configs; add diff attributes 2021-01-26 17:32:20 +02:00
Protesilaos Stavrou a9d033de4e
gitconfig: Add thread option for email patches 2021-01-24 14:25:10 +02:00
Protesilaos Stavrou 29aee48a9b
Git global config: do not pull rebase by default 2020-06-16 07:10:45 +03:00
Protesilaos Stavrou ce0249cd90
Gitconfig: use `diff3' for conflict resolution 2020-04-12 16:31:10 +03:00
Protesilaos Stavrou 55f73bcb7a
gitconfig: no need to specify gpg path 2020-01-12 19:52:05 +02:00
Protesilaos Stavrou 922eb73b40
Tell git about path to gpg2 binary 2019-11-11 14:28:43 +02:00
Protesilaos Stavrou 582dac7ab4
Change the way Git selects its editor
Better use an environment variable in the console, for those cases where
git is called from there.  The global gitconfig does not need to be
opinionated about this choice, especially since git could perhaps be
deeply integrated in another text editor's workflow.
2019-07-31 05:50:40 +03:00
Protesilaos Stavrou 2f047721bb
Update git global settings (NO STOW)
Add a global gitignore that targets the various temporary or backup
files that are generated by Emacs and Vim.
2019-07-13 19:16:47 +03:00
Protesilaos Stavrou 8b6cce8a05
git autosign GPG. No need for bash aliases. 2019-06-05 22:16:55 +03:00
Protesilaos Stavrou 304f6a660e
Define my git core editor
I used the following command to set Vim as my editor of choice for
drafting commit messages:

    git config --global core.editor vim
2019-02-25 22:04:06 +02:00
Protesilaos Stavrou 591d09e544 Restart repo history 2019-02-06 21:34:01 +02:00