summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
blob: 5102ba73357f0029b6623034fc97b6cc550461b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# SPDX-License-Identifier: GPL-2.0

# order file for git, to produce patches which are easier to review
# by diffing the important stuff like header changes first.
#
# one-off usage:
#   git diff -O scripts/git.orderFile ...
#
# add to git config:
#   git config diff.orderFile scripts/git.orderFile
#

MAINTAINERS

# Documentation
Documentation/*
*.rst

# git-specific
.gitignore
scripts/git.orderFile

# build system
Kconfig*
*/Kconfig*
Kbuild*
*/Kbuild*
Makefile*
*/Makefile*
*.mak
*.mk
scripts/*

# semantic patches
*.cocci

# headers
*types.h
*.h

# code
*.c
c0d4a4542bca2498535f8761a3cfd92'>scripts/bpf: Print an error when known types list needs updatingJakub Sitnicki 2019-10-16scripts/bpf: Emit an #error directive known types list needs updatingJakub Sitnicki 2019-10-09scripts/bpf: Fix xdp_md forward declaration typoAndrii Nakryiko 2019-10-06scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitionsAndrii Nakryiko 2019-05-13bpf: fix script for generating man page on BPF helpersQuentin Monnet 2018-05-17bpf: change eBPF helper doc parsing script to allow for smaller indentQuentin Monnet 2018-05-02bpf: relax constraints on formatting for eBPF helper documentationQuentin Monnet 2018-04-27bpf: add script and prepare bpf.h for new helpers documentationQuentin Monnet