pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

commit 3f7281e7bb5019fc84a7a671cbe13d5d86d2f611
parent 86391b071235e836e64298af1545598fae845605
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Thu,  9 Jan 2025 20:51:22 +0000

Deduplicate commitlist file

Diffstat:
Mutil/gen_git_commitlist | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/gen_git_commitlist b/util/gen_git_commitlist @@ -3,4 +3,4 @@ if test -n "$pthbs_xtrace"; then set -x fi util_dir=$(dirname "$0") -busybox find "$@" -type d -name .git -print0 | busybox sort -z | busybox xargs -0 -r -n 1 "$util_dir/gitdir_listrefs" +busybox find "$@" -type d -name .git -print0 | busybox sort -z | busybox xargs -0 -r -n 1 "$util_dir/gitdir_listrefs" | busybox sort -u | busybox sort -s -k 2,