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
rs/net/can/sja1000/Kconfig?id=1839a6c6f1eb8c0e20dc87d57024a85707f1a2f8'>can: sja1000_isa: convert to platform driver to support x86_64 systemsWolfgang Grandegger 2011-09-28can/sja1000: add driver for EMS PCMCIA cardOliver Hartkopp 2011-09-21can/sja1000: driver for PEAK PCAN PCI/PCIe cardsWolfgang Grandegger 2010-10-24can: tscan1: add driver for TS-CAN1 boardsAndre B. Oliveira 2010-04-13can: Add esd board support to plx_pci CAN driverMatthias Fuchs