]> granicus.if.org Git - strace/commit
build: use more traditional git options
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 24 Nov 2018 01:22:13 +0000 (01:22 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 24 Nov 2018 01:22:13 +0000 (01:22 +0000)
commitc4c993b642a205c5a485c23daec5cf957c17c54a
treec90bc4a99fbca9cba15ba5f43a66b1e60ad09253
parent97c3deca542240158904e0455c3d0198566a2e2d
build: use more traditional git options

The support of --no-patch alias to -s option in "git diff" and related
git commands was added in git v1.8.4.

* copyright-year-gen: Use "git show -s" instead of "git show --no-patch".
* file-date-gen: Use "git log -s" instead of "git log --no-patch".

Closes: https://github.com/strace/strace/issues/80
copyright-year-gen
file-date-gen