diff options
author | Alan Pearce | 2013-08-17 15:23:10 +0100 |
---|---|---|
committer | Alan Pearce | 2013-08-17 15:23:10 +0100 |
commit | 314c9708d77bf367b775bf71be374faa690bcb1f (patch) | |
tree | 0b5f51d9e75c924645bd37f14f55a335d7088cfc /gitconfig | |
parent | 7af9f474a725c084931594ca52c775ec060daf81 (diff) | |
download | nixfiles-314c9708d77bf367b775bf71be374faa690bcb1f.tar.lz nixfiles-314c9708d77bf367b775bf71be374faa690bcb1f.tar.zst nixfiles-314c9708d77bf367b775bf71be374faa690bcb1f.zip |
Git: use the patience diff algorithm
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig index 74d13ecb..0e4d5afe 100644 --- a/gitconfig +++ b/gitconfig @@ -18,4 +18,6 @@ standup = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --since yesterday --author alan ignored = ls-files --others -i --exclude-standard [github] - user = alan@alanpearce.co.uk \ No newline at end of file + user = alan@alanpearce.co.uk +[diff] + algorithm = patience |