aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/chain-break-return-exit.expect
blob: 1732d221c32e98bf40438167769869cb597ed4a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
case "$(git ls-files)" in
one ) echo pass one ;;
* ) echo bad one ; return 1 ;;
esac &&
(
	case "$(git ls-files)" in
	two ) echo pass two ;;
	* ) echo bad two ; exit 1 ;;
esac
) &&
case "$(git ls-files)" in
dir/two"$LF"one ) echo pass both ;;
* ) echo bad ; return 1 ;;
esac &&

for i in 1 2 3 4 ; do
	git checkout main -b $i || return $?
	test_commit $i $i $i tag$i || return $?
done
t struct npcm8xx_pincfg assignmentAndy Shevchenko1-2/+4 2025-03-20pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group()Dan Carpenter1-1/+1 2025-03-18pinctrl: PINCTRL_AMDISP should depend on DRM_AMD_ISPGeert Uytterhoeven1-0/+1 2025-03-17pinctrl: qcom: sa8775p: Enable egpio functionWasim Nazir1-24/+34 2025-03-17dt-bindings: pinctrl: qcom: Add egpio function for sa8775pWasim Nazir1-1/+1 2025-03-17pinctrl: qcom: tlmm-test: Validate irq_enable delivers edge irqsBjorn Andersson1-0/+37 2025-03-17pinctrl: qcom: Clear latched interrupt status when changing IRQ typeStephan Gerhold1-6/+6 2025-03-17dt-bindings: pinctrl: airoha: Add missing gpio-ranges propertyLorenzo Bianconi1-0/+3 2025-03-17pinctrl: bcm281xx: Add missing assignment in bcm21664_pinctrl_lock_all()Dan Carpenter1-2/+2 2025-03-17pinctrl: amd: isp411: Fix IS_ERR() vs NULL check in probe()Dan Carpenter1-2/+2 2025-03-17dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrlDharma Balasubiramani1-0/+1 2025-03-17pinctrl: tegra: Set SFIO mode to Mux RegisterPrathamesh Shete1-0/+3 2025-03-14pinctrl-tegra: Restore SFSEL bit when freeing pinsPrathamesh Shete2-8/+57 2025-03-14pinctrl: tegra: Add descriptions for SoC data fieldsPrathamesh Shete1-10/+16 2025-03-14pinctrl: spacemit: destroy mutex at driver detachBartosz Golaszewski1-1/+5 2025-03-14pinctrl: ingenic: jz4730: add pinmux for I2S interfaceH. Nikolaus Schaller1-0/+12 2025-03-14pinctrl: ingenic: jz4730: add pinmux for MIIH. Nikolaus Schaller1-0/+6 2025-03-14pinctrl: ingenic: add x1600 supportPaul Boddie1-2/+242 2025-03-14bindings: pinctrl: ingenic: add x1600H. Nikolaus Schaller1-0/+2 2025-03-13pinctrl: sunxi: Add support for the secondary A523 GPIO portsAndre Przywara3-0/+60 2025-03-13pinctrl: sunxi: Add support for the Allwinner A523Andre Przywara3-0/+60