|
1427a22db4
|
Make 'git up' prune branches that have been deleted from the remote
|
2020-02-28 12:20:40 +11:00 |
|
|
8096375762
|
Enable the submodule.recurse configuration flag globally rather than using specialised aliases, I always wanna recurse
|
2019-11-18 11:30:16 +11:00 |
|
|
2f8309a31f
|
Teach git-up alias to recurse submodules, since we're using them now and it seems fitting
|
2019-11-13 12:05:11 +11:00 |
|
|
7bdd6b5659
|
Add custom Zsh completion to the git-finish subcommand (yay!)
|
2018-08-03 15:48:59 +10:00 |
|
|
e7005539be
|
Enable so-fancy/diff-so-fancy and its recommended colours
|
2018-04-19 10:33:00 +10:00 |
|
|
8698a048c2
|
Make some mild appearance tweaks
|
2018-04-19 10:31:09 +10:00 |
|
|
b083b68e4f
|
Remove deprecated git-up configuration and port it across to the current 'up' alias
|
2018-03-15 11:38:12 +11:00 |
|
|
a1949c40a2
|
Set up the git-lfs filter in config/git/config - won't mess anything up if git-lfs isn't installed since it only applies if the local repo references it
|
2018-01-25 12:16:39 +11:00 |
|
|
34ee31361f
|
Add a git-up alias because PyGitUp doesn't work in current Git and this alias does /most/ of the work anyway
|
2017-11-09 10:06:54 +11:00 |
|
|
12017e32c2
|
Set push.default to simple, to avoid warnings about the default changing when running slightly older Git versions
|
2017-10-06 15:19:22 +11:00 |
|
|
5020908bb6
|
Enable signed pushes for remotes that support them
|
2017-10-06 15:17:48 +11:00 |
|
|
ad3635c353
|
Sort sections of git/config alphabetically - no semantic changes
|
2017-10-06 15:16:46 +11:00 |
|
|
1545df64a9
|
Slightly smarter git log - decorate by default, and include signature info in the git-l graphlog
|
2017-10-06 15:09:43 +11:00 |
|
|
a3a1105103
|
Set icon for git-dude notifications - it doesn't always exist at all, but it should always be at that path if it exists ;)
|
2017-08-17 16:16:32 +10:00 |
|
|
adf91732a8
|
Migrate gpg wrapper from using gpg2 to just gpg, because GnuPG 2.1.23 removes the 'gpg2' alias
|
2017-08-10 11:13:58 +10:00 |
|
|
7f211abcf8
|
Work around a bug in GnuPG by passing it --default-key instead of --local-user when signing a Git commit
|
2017-06-14 11:40:56 +10:00 |
|
|
9d643fad13
|
Change the committer email address to my personal domain
|
2017-04-17 18:33:12 +10:00 |
|
|
2e374de893
|
Improve speed of commit-msg hook by calculating git-guilt only once
|
2017-04-14 00:37:20 +10:00 |
|
|
e0038e9420
|
Replace the post-commit hook with a commit-msg hook that does the same thing (but that avoids needing to amend every commit :3 )
|
2017-04-05 16:34:29 +10:00 |
|
|
a1e0795e78
|
Add gpg2 wrapper program that applies --no-tty flag
|
2017-02-27 13:50:28 +11:00 |
|
|
8430953d9c
|
Enable kdiff3 by default and allow OS-specific packages to override
|
2016-11-19 19:07:49 +11:00 |
|
|
c0f087d8e2
|
Make conflicts easier to handle by preserving merges on rebase and enabling rerere
|
2016-11-18 09:47:20 +11:00 |
|
|
082b24ea47
|
Move public user info into the versioned config, and GPG stuff into the private config.local
|
2016-10-23 15:03:26 +11:00 |
|
|
b99c2956eb
|
Using stow-rename, unhide all the files :3
|
2016-10-07 23:17:50 +11:00 |
|