Merge pull request #312574 from r-ryantm/auto-update/libretro.bsnes
[NixPkgs.git] / .git-blame-ignore-revs
blobc0a31e826ac0436bffd030a19640ca03ee3c2fc5
1 # This file contains a list of commits that are not likely what you
2 # are looking for in a blame, such as mass reformatting or renaming.
3 # You can set this file as a default ignore file for blame by running
4 # the following command.
6 # $ git config blame.ignoreRevsFile .git-blame-ignore-revs
8 # To temporarily not use this file add
9 # --ignore-revs-file=""
10 # to your blame command.
12 # The ignoreRevsFile can't be set globally due to blame failing if the file isn't present.
13 # To not have to set the option in every repository it is needed in,
14 # save the following script in your path with the name "git-bblame"
15 # now you can run
16 # $ git bblame $FILE
17 # to use the .git-blame-ignore-revs file if it is present.
19 # #!/usr/bin/env bash
20 # repo_root=$(git rev-parse --show-toplevel)
21 # if [[ -e $repo_root/.git-blame-ignore-revs ]]; then
22 #     git blame --ignore-revs-file="$repo_root/.git-blame-ignore-revs" $@
23 # else
24 #     git blame $@
25 # fi
28 # nixos/modules/rename: Sort alphabetically
29 1f71224fe86605ef4cd23ed327b3da7882dad382
31 # manual: fix typos
32 feddd5e7f8c6f8167b48a077fa2a5394dc008999
34 # nixos: fix module paths in rename.nix
35 d08ede042b74b8199dc748323768227b88efcf7c
37 # fix indentation in mk-python-derivation.nix
38 d1c1a0c656ccd8bd3b25d3c4287f2d075faf3cf3
40 # fix indentation in meteor default.nix
41 a37a6de881ec4c6708e6b88fd16256bbc7f26bbd
43 # treewide: automatically md-convert option descriptions
44 2e751c0772b9d48ff6923569adfa661b030ab6a2
46 # nixos/*: automatically convert option docs
47 087472b1e5230ffc8ba642b1e4f9218adf4634a2
49 # nixos/*: automatically convert option descriptions
50 ef176dcf7e76c3639571d7c6051246c8fbadf12a
52 # nixos/*: automatically convert option docs to MD
53 61e93df1891972bae3e0c97a477bd44e8a477aa0
55 # nixos/*: convert options with admonitions to MD
56 722b99bc0eb57711c0498a86a3f55e6c69cdb05f
58 # nixos/*: automatically convert option docs
59 6039648c50c7c0858b5e506c6298773a98e0f066
61 # nixos/*: md-convert options with unordered lists
62 c915b915b5e466a0b0b2af2906cd4d2380b8a1de
64 # nixos/*: convert options with listings
65 f2ea09ecbe1fa1da32eaa6e036d64ac324a2986f
67 # nixos/*: convert straggler options to MD
68 1d41cff3dc4c8f37bb5841f51fcbff705e169178
70 # nixos/*: normalize manpage references to single-line form
71 423545fe4865d126e86721ba30da116e29c65004
73 # nixos/documentation: split options doc build
74 fc614c37c653637e5475a0b0a987489b4d1f351d
76 # nixos/*: convert options with admonitions to MD
77 722b99bc0eb57711c0498a86a3f55e6c69cdb05f
79 # nixos/*: convert internal option descriptions to MD
80 9547123258f69efd92b54763051d6dc7f3bfcaca
82 # nixos/*: replace </para><para> with double linebreaks
83 694d5b19d30bf66687b42fb77f43ea7cd1002a62
85 # treewide: add defaultText for options with simple interpolation defaults
86 fb0e5be84331188a69b3edd31679ca6576edb75a
88 # nixos/*: mark pre-existing markdown descriptions as mdDoc
89 7e7d68a250f75678451cd44f8c3d585bf750461e
91 # nixos/*: normalize link format
92 3aebb4a2be8821a6d8a695f0908d8567dc00de31
94 # nixos/*: replace <code> in option docs with <literal>
95 16102dce2fbad670bd47dd75c860a8daa5fe47ad
97 # nixos/*: add trivial defaultText for options with simple defaults
98 25124556397ba17bfd70297000270de1e6523b0a
100 # systemd: rewrite comments
101 92dfeb7b3dab820ae307c56c216d175c69ee93cd
103 # systemd: break too long lines of Nix code
104 67643f8ec84bef1482204709073e417c9f07eb87
106 # {pkgs/development/cuda-modules,pkgs/test/cuda,pkgs/top-level/cuda-packages.nix}: reformat all CUDA files with nixfmt-rfc-style 2023-03-01
107 802a1b4d3338f24cbc4efd704616654456d75a94
109 # postgresql: move packages.nix to ext/default.nix
110 719034f6f6749d624faa28dff259309fc0e3e730
112 # pkgs/os-specific/bsd: Reformat with nixfmt-rfc-style 2024-03-01
113 3fe3b055adfc020e6a923c466b6bcd978a13069a
115 # k3s: format with nixfmt-rfc-style
116 6cfcd3c75428ede517bc6b15a353d704837a2830