镜像自地址
git://git.gnupg.org/gnupg.git
已同步 2025-06-30 22:27:56 +02:00

We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
4 行
83 B
Bash
可执行文件
4 行
83 B
Bash
可执行文件
#!/bin/sh
|
|
[ -x "$1" ] && exec $1 $2
|
|
exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"
|