]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - scripts/git.orderFile
Merge tag 'bcachefs-2024-04-10' of https://evilpiepirate.org/git/bcachefs
[thirdparty/kernel/linux.git] / scripts / git.orderFile
CommitLineData
67f8f1e7
LB
1# SPDX-License-Identifier: GPL-2.0
2
3# order file for git, to produce patches which are easier to review
4# by diffing the important stuff like header changes first.
5#
6# one-off usage:
7# git diff -O scripts/git.orderFile ...
8#
9# add to git config:
10# git config diff.orderFile scripts/git.orderFile
11#
12
13MAINTAINERS
14
15# Documentation
16Documentation/*
17*.rst
18
19# git-specific
20.gitignore
21scripts/git.orderFile
22
23# build system
24Kconfig*
25*/Kconfig*
26Kbuild*
27*/Kbuild*
28Makefile*
29*/Makefile*
30*.mak
31*.mk
32scripts/*
33
34# semantic patches
35*.cocci
36
37# headers
38*types.h
39*.h
40
41# code
42*.c