]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
git-contributors: make revspec required and shebang fix
authorAndrey Albershteyn <aalbersh@redhat.com>
Wed, 26 Feb 2025 14:50:31 +0000 (15:50 +0100)
committerAndrey Albershteyn <aalbersh@kernel.org>
Tue, 11 Mar 2025 09:48:03 +0000 (10:48 +0100)
commit36119c51369714b6a92eb89b3cb6f51b8f575641
treeaa6dba9c65fc0d20d83a0aeb97278780f341681e
parentc73d9fb692b54ff033421fdff3129375dbd187ad
git-contributors: make revspec required and shebang fix

Without default value script will show help instead of just hanging
waiting for input on stdin.

Shebang fix for system with different python location than the
/usr/bin one.

Cut leading delimiter from the final CC string.

Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
tools/git-contributors.py