diff options
| author | Anton Bobov <anton@bobov.name> | 2024-01-24 22:22:28 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2024-01-24 22:22:28 +0500 |
| commit | ae54fa12ce8c4eb8a70fb80da58709ea8bec1f7b (patch) | |
| tree | 797a2bf8963cdc6cfe272055478f578d921eac83 /files/.gitconfig | |
| parent | 68345bba734317cb08f6741b7db404f80bf57d35 (diff) | |
Updates
Diffstat (limited to 'files/.gitconfig')
| -rw-r--r-- | files/.gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/.gitconfig b/files/.gitconfig index 4bffd82..d153925 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -55,8 +55,8 @@ dc = diff --find-copies-harder --cached di = diff --find-copies-harder dft = difftool --tool=difftastic - dshow = "!f() { GIT_EXTERNAL_DIFF=difft git show --ext-diff $@; }; f" - dlog = "!f() { GIT_EXTERNAL_DIFF=difft git log -p --ext-diff $@; }; f" + dshow = "!f() { GIT_EXTERNAL_DIFF=difft DFT_BACKGROUND=light git show --ext-diff $@; }; f" + dlog = "!f() { GIT_EXTERNAL_DIFF=difft DFT_BACKGROUND=light git log -p --ext-diff $@; }; f" fix = commit --amend -C HEAD history-all = "!gitk --all $( git fsck | awk '/dangling commit/ {print $3}'; git log -g --pretty='format:%H')" k = !sh -c 'gitk $1' - |
