dandavison / delta

A syntax-highlighting pager for git, diff, grep, and blame output
https://dandavison.github.io/delta/
MIT License
22.56k stars 376 forks source link

Remove support for deprecated options #891

Closed dandavison closed 2 years ago

dandavison commented 2 years ago

Dear delta user, I'm notifying you on this issue because your Git config files on GitHub indicate that you're using delta with deprecated options that will soon go away (sorry if it's commented out -- my search couldn't exclude that!). If you're not using delta, please ignore this. I've disabled replies on this issue because there are many people notified, but please don't hesitate to email me at dandavison7@gmail.com and I can help with any delta configuration issues.

The most common case is that you have something like this in your ~/.gitconfig:

[delta]
    plus-color = my_plus_color
    minus-color = my_minus_color

Please change that to

[delta]
    plus-style = syntax my_plus_color
    minus-style = normal my_minus_color

Here's the list of deprecated options with a summary of how to update them:

minus-color             Deprecated: use `minus-style = normal my_background_color`
plus-color              Deprecated: Use `plus-style = syntax my_background_color`
minus-emph-color        Deprecated: use `minus-emph-style = normal my_background_color`
plus-emph-color         Deprecated: Use `plus-emph-style = syntax my_background_color`
highlight-removed       Deprecated: use `minus-style = syntax my_background_color`
commit-color            Deprecated: use `commit-style = my_foreground_color
                                         commit-decoration-style = my_foreground_color`
file-color              Deprecated: use `file-style = my_foreground_color
                                         file-decoration-style = my_foreground_color`
hunk-style              Deprecated: synonym of `hunk-header-decoration-style`
hunk-color              Deprecated: use `hunk-header-style = my_foreground_color
                                         hunk-header-decoration-style = my_foreground_color`
theme                   Deprecated: use `syntax-theme`

For full documentation, please see delta --help and https://dandavison.github.io/delta/configuration.html.

--

@0mk1 https://github.com/0mk1/.f/blob/2ca4f529b47da5f523b3e0aaaabf233ad2e92454/.gitconfig @2n3g5c9 https://github.com/2n3g5c9/dotfiles/blob/c1cd2f465bedbe1d353ac830f988342c57cbf5b6/config/git/.gitconfig @Adda0 https://github.com/Adda0/dotfiles/blob/608a14b0061a8888194b21603255a8a4a01cb502/home/.gitconfig @Ahacad https://github.com/Ahacad/Configurations/blob/f6fb410d2613c4f5d09b1aee2a3b9163de30ff75/configs/.gitconfig @AndrewDaws https://github.com/AndrewDaws/dotfiles/blob/7412f49dcf2db56a67426b63846ab99b7543e3ed/git/.gitconfig_global @AntJanus https://github.com/AntJanus/my-dotfiles/blob/b80974188b2a024a0888521f23c56c48cb06629a/.gitconfig @Attamusc https://github.com/Attamusc/dotfiles/blob/14931e439ebe2a3af2b7aa2d967d4b0ed6774cb3/dot_gitconfig @Azd325 https://github.com/Azd325/dotfiles/blob/71a23353d27c8cbfaa3f2ef8fba6741a767ff0bb/dot_gitconfig @Blackjacx https://github.com/Blackjacx/Scripts/blob/861df00012f10a68a6bd8eb58450d909028e4174/bootstrap/dotfiles/.gitconfig @BruceChen7 https://github.com/BruceChen7/dotfiles/blob/ae3bea7bd40d3ec1d0bfbcff816ddbae2b7ec7d4/.gitconfig @C-Sinclair https://github.com/C-Sinclair/nix.home-manager/blob/13335c38f07d67ce3fc338746c8f5bda1e2c1ee2/home.nix @Calinou https://github.com/Calinou/dotfiles/blob/6a7ae42a944730cb9220826b00a723601c815b8a/home/.gitconfig @Chasbob https://github.com/Chasbob/dotfiles/blob/99bfd7d8c99f34e8bfd81dc883aed14903eda2f6/modules/git/config @Chriscbr https://github.com/Chriscbr/dotfiles/blob/1427bc4326562ddc9776f88a9eab87babba1ee67/.gitconfig @Claude-Ray https://github.com/Claude-Ray/dotfiles/blob/c09b3718767c93e47b63d89dcacf24fc99d6b906/.gitconfig @Comiccobe https://github.com/Comiccobe/dotfiles/blob/7b8cfd1cd4ca0553af4477e678773966a4702d8a/.gitconfig @DKSadx https://github.com/DKSadx/Linux-dotfiles/blob/e0b6f67bb67315161c112a076d5dd8ebb3f8028b/.gitconfig @DaffyDuke https://github.com/DaffyDuke/dotfiles/blob/3c67767ba0c01587f9293f9bfc2ed9d032f7103a/.gitconfig @DonkeyPeanuts https://github.com/DonkeyPeanuts/dotfiles/blob/575e2286cb30ab0256512ed532047f78ca3be381/home/.config/git/config @Dru89 https://github.com/Dru89/dotfiles/blob/147a69d64512d64e44707746cc64304b8f1abd3a/git/.gitconfig @ErikBjare https://github.com/ErikBjare/dotfiles/blob/3c4892048233733a0dd42b65835243a2b998f56c/home/.gitconfig @GTrunSec https://github.com/GTrunSec/nixos-flk/blob/625ba8fca886637b09061e501431ea7d4cd1e5e7/users/profiles/git/default.nix @GUI https://github.com/GUI/dotfiles/blob/4ecf26aeef7e910bae8dd202ed906eca7a87eef9/home/.gitconfig @GamiSho https://github.com/GamiSho/init.vim/blob/3c6cf9b5d931b6aece7e14bd2c373716f91ab8db/.gitconfig @Genki-S https://github.com/Genki-S/dotfiles/blob/3d28dee8ef6c97e4495117edfb561a576a61351a/gitfiles/gitconfig @GregoryHo https://github.com/GregoryHo/dotfiles/blob/e710aef6c06cd1bb6a115aa17efcdcc95ce0d944/git/.gitconfig @HBBrennan https://github.com/HBBrennan/dotfiles/blob/b1f44be85288dbb9c424cefafae7c73876af667f/git/.config/git/config @HadrienPatte https://github.com/HadrienPatte/.dotfiles/blob/e0c52cf1b6b6ed04f64810e18073ada8e9245bba/gitconfig @HaleTom https://github.com/HaleTom/dotfiles/blob/6ea17d9c8c35cad4781357d0718b25fcc6445825/git/.config/git/config @Huy-Ngo https://github.com/Huy-Ngo/dotfiles/blob/c1189c40f978e9ba05186d9e876b96a895cd93be/git/.gitconfig @IanMitchell https://github.com/IanMitchell/dotfiles/blob/88d4416aa700ca2304617fbe72f24af1728a838a/gitconfig @Integralist https://github.com/Integralist/dotfiles/blob/3de3e943fe1a106b188487b7273b9e0774598a1a/.gitconfig @Israr https://github.com/Israr/dotfiles/blob/10c28ee97bdca8bfeadf01f0d4cdd2466bf88dbb/git/.gitconfig @JordanLos https://github.com/JordanLos/dotfiles/blob/9c0a3ac1c69d678fc0021c3dc9ab4cc84eba90a8/.gitconfig @Jxck https://github.com/Jxck/dotfiles/blob/95f93b823b86c1fbf1ad6bfc1d71076fb097b029/.gitconfig @LJason77 https://github.com/LJason77/dotfiles/blob/715e4f4a7bb0e6e2d9b9c648cee9570c859bf386/git/.gitconfig @LucianoLaratelli https://github.com/LucianoLaratelli/.home/blob/08871fd8a9dabd76258d0b39bedc4bdcd8be0c7e/git/.gitconfig @Lytigas https://github.com/Lytigas/.dotfiles/blob/d2a0003d9af58d86251fb6c172053bc870f8a30e/git/gitconfig @MarcelGerber https://github.com/MarcelGerber/dotfiles/blob/288df6774eea30101cfc790a683c08af774eae73/.gitconfig @MarkZuber https://github.com/MarkZuber/configs/blob/cfb05900d8ae0704bbc21ca5679968bf6e55e3c6/git/gitconfig @Mic92 https://github.com/Mic92/dotfiles/blob/f02a4c03772f7320aca8e41bee470853b4addfd8/home/.gitconfig @Mike325 https://github.com/Mike325/dotfiles/blob/a62f6ee98a2afe17d88e711bc91ddd6db669baa7/git/gitconfig @MikelSage https://github.com/MikelSage/dotfiles/blob/a82c7890207034bcc5c69ee201187b942a0c5b42/.gitconfig @Mootikins https://github.com/Mootikins/dotfiles/blob/e360aad873df58333bc419c6457d4b2e5172782d/.gitconfig @MorganGeek https://github.com/MorganGeek/dotfiles/blob/9504e845c18d0327fcd992fa48b230af800d399e/dot_gitconfig @Omochice https://github.com/Omochice/dotfiles/blob/253d698789ce849687f1bfba0227a0525d0f839b/.gitconfig_shared @P1n3appl3 https://github.com/P1n3appl3/dotfiles/blob/8a1ca95e0b9472e85bd386704f5578f57c6308dd/.gitconfig @PetarKirov https://github.com/PetarKirov/dotfiles/blob/b64a890e1787fc74b14c33598f6d59ddb16eecca/.gitconfig @Quacktiamauct https://github.com/Quacktiamauct/dotfiles/blob/c380f3ba337ac21336e76b566c34591b5dc7c299/dotfiles/gitconfig @clnoll https://github.com/Quacktiamauct/dotfiles/blob/c380f3ba337ac21336e76b566c34591b5dc7c299/dotfiles/gitconfig

dandavison commented 2 years ago

@clnoll https://github.com/Quacktiamauct/dotfiles/blob/c380f3ba337ac21336e76b566c34591b5dc7c299/dotfiles/gitconfig @RedBeard0531 https://github.com/RedBeard0531/dot_files/blob/1a3a7dca377e27f716a97a8040b6ce8e18c91915/gitconfig @Rhys-H https://github.com/Rhys-H/dotfiles/blob/7514acab151ed2b7b3ccc935258f614252c3abaf/.gitconfig @Robbie-Smith https://github.com/Robbie-Smith/.dotfiles/blob/61541234bd1390ae7dae6957004d82fcd5c63466/dotfiles/gitconfig @RomainSabathe https://github.com/RomainSabathe/dotfiles/blob/ae958323c3a0350cf82c2c0362a38712b0508bdf/.gitconfig @SpencerCDixon https://github.com/SpencerCDixon/dotfiles/blob/fcb2c1cb3fdd02c7829e11c5b3da59f71f5a97cc/gitconfig @StanAngeloff https://github.com/StanAngeloff/dotfiles/blob/80385e0d1a9bbf2c36483b72386ffb148ce458dd/.gitconfig @SteamedFish https://github.com/SteamedFish/dotfiles/blob/bcc96bd426ee7d5b8aff1d66eb55be094148a422/.config/git/config @StonyBoy https://github.com/StonyBoy/linux-config/blob/a9ed7a3e21c21a26c38dbcbb1e53b91e0ec28a85/gitconfig.d/30-delta.gitconfig @StonyBoy https://github.com/StonyBoy/linux-config/blob/c596766e038241618fbafc43b3b4a20a041fd3d4/gitconfig.d/20-user.gitconfig @Th3Whit3Wolf https://github.com/Th3Whit3Wolf/dots/blob/0d99276d30df9ed6aa9cf56aedd14d4524f1d23a/private_dot_config/private_git/config @ThijsKoot https://github.com/ThijsKoot/dotfiles/blob/b5b6be1fc133739108014ad37e5f15d81cbfcd2f/.gitconfig @Watson1978 https://github.com/Watson1978/dotfiles/blob/16b9109e69eaa422895e56a7054e8668b2eff77d/gitconfig @Web-Dev-Collaborative https://github.com/Web-Dev-Collaborative/WEB_DEV_COLLABORATIVE/blob/953a0613b7ebe6da183c425e295c6d60d3099eb4/dotfiles-1/config/home/.gitconfig @YaBoiBurner https://github.com/YaBoiBurner/dotfiles/blob/e08f5e779cf4475731095844ff2e8bdfe4923949/.config/git/config @ZYSzys https://github.com/ZYSzys/dotfiles/blob/42b72add7268d5077e351e3140f5925ee646826a/git/.gitconfig @aSapien https://github.com/aSapien/dotfiles/blob/84fe4a1f891963b636b8ab5a55b43542ac702c5c/.gitconfig @aayushshah15 https://github.com/aayushshah15/dotfiles/blob/8a903490a385f8f448484079b99025ca674640cf/.gitconfig @abuckenheimer https://github.com/abuckenheimer/rc/blob/3019b550110e1fa2b25a5f46c4b7a8bfc3218145/.gitconfig @abvillela https://github.com/abvillela/dotfiles/blob/04bcab6775bcfdaee47ba16d534fd45c24faa969/git/.gitconfig @acdha https://github.com/acdha/unix_tools/blob/393dc32538a283e162ffd7dc046144e36a66d64c/etc/gitconfig @aceforeverd https://github.com/aceforeverd/dotfiles/blob/71a161ba469fc114b9069599920563f09d74c6e8/.config/git/gitconfig @achalddave https://github.com/achalddave/dotfiles/blob/2e55802e0b9f3f26c6299ee45954d2b44a208588/git/gitconfig @ad-si https://github.com/ad-si/dotfiles/blob/e644dfef6c666428419bb6f1fc094ecac067ad1f/home/gitconfig @adajed https://github.com/adajed/my-dotfiles/blob/4f0d8dbb37c30e2045e25bfbb20bb0ca53fc059c/gitconfig @afgalvan https://github.com/afgalvan/dotfiles/blob/8e57fb845fc5408847504c49488b1e6c59e4d21c/gitconfig @akarzim https://github.com/akarzim/dotfiles/blob/2207174348943b9bf0073d126d4bcda015e5c9a9/home/gitconfig @aki017 https://github.com/aki017/dotfiles/blob/d761ef864e2437d150b1282c7d19fcbae52df125/gitconfig @alexander-jackson https://github.com/alexander-jackson/dotfiles/blob/aa9a68d35094204065902f1f00e6c0f1cde8afa9/git/.gitconfig @alexandregv https://github.com/alexandregv/dotfiles/blob/d76bb3d66eb655dcf29648585de8891f0ea25e93/.gitconfig @alexlafroscia https://github.com/alexlafroscia/dotfiles/blob/a9f14226e4aad436c03d19d06377d363a03134ee/git/gitconfig @alexluigit https://github.com/alexluigit/dotfiles/blob/8111ed4ad8d020ad42c5f26ac0132b3028ff85f3/config/git/config @allymparker https://github.com/allymparker/configs/blob/17d6a57984f200bd9487c6ff83fa02db8c08aebf/gitconfig/home/.gitconfig @allymparker https://github.com/allymparker/dotfiles/blob/de31e0deead04f69180622f9285d5a81038d5018/dot_gitconfig @amaalali https://github.com/amaalali/dotfiles/blob/b91378f7030404401c9239e567e17f3e906bea2a/.gitconfig_extension @amdavidson https://github.com/amdavidson/dotfiles/blob/9feb3a0be11d1c608ac821f48f49f88a80a252d2/git/.gitconfig @amolgawai https://github.com/amolgawai/dotfiles/blob/7106af0b94c8a542ab2829aa0d41e26d63612913/git/gitconfig @anantpatil https://github.com/anantpatil/dotfiles/blob/7f53a040ab6d606a74b1e6507055759908d7acbe/.gitconfig @anantpatil https://github.com/anantpatil/dotfiles/blob/7f53a040ab6d606a74b1e6507055759908d7acbe/dev-machine-files/.gitconfig @andersquist https://github.com/andersquist/dotfiles/blob/bef429740ed2baac00b144360049604c4785af2e/dot_gitconfig @anha0825 https://github.com/anha0825/dot_files/blob/b6e181e1a5773ef19e6f1cf91263920f97c40df7/.gitconfig @anshulbajpai https://github.com/anshulbajpai/.dotfiles/blob/c5c153c8e9adb59c8ead50c2017379aaa412c273/git/.gitconfig @antoniy https://github.com/antoniy/dotfiles/blob/86672b0e2caef92d9a1ba40f222b801fa9af793d/git/.gitconfig @antonsson https://github.com/antonsson/dotfiles/blob/65a375536f4a8a327513f7e7d5301249cfc0ea23/git/.gitconfig @anveo https://github.com/anveo/dotfiles/blob/4b6f268de4d0095b56dc2adb8834900df9d10dd3/.gitconfig @apazzolini https://github.com/apazzolini/dotfiles/blob/709d952719376ba8db63504381361d948a9ceec3/git/.gitconfig @appleshan https://github.com/appleshan/dotfiles/blob/4ee6d6a4a847505f9111f7a01f4b921ca912cfcb/git/.config/git/conf/settings.gitconfig @arcticicestudio https://github.com/arcticicestudio/igloo/blob/eaa4f60ce760f58337bfdc28b920c78498fba1ab/snowblocks/git/config.conf @arnau https://github.com/arnau/dots/blob/67cbd303799968f6d95cfb2f688ca7e39f94a6b7/git/gitconfig @arnaucube https://github.com/arnaucube/configs/blob/9ab0226d3e3554591cefe903c67e09dd1288f5a2/.gitconfig @arvindkgs https://github.com/arvindkgs/plug_and_play/blob/7f49ce838ce5450e5c91c0de2f74858e63fce340/configs/git/.gitconfig @arwtyxouymz https://github.com/arwtyxouymz/dotfiles/blob/eb9aa9dcabb893100afba2ae2e74710f5e3a912b/.gitconfig @assarbad https://github.com/assarbad/dotfiles/blob/a6718ef582f37b5bb78bcdb45b370d9044fc3e03/.gitconfig