mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

commit e56e2cf96fd8939a7d471bc35e9dc28be76be45d
parent e31f7308029754b7eb0996599bd0f5ba5e5c5843
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Sat, 11 Oct 2025 20:41:28 +0000

fix build-commit script

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

diff --git a/util/build-commit b/util/build-commit @@ -31,7 +31,7 @@ git fetch --all git submodule foreach git fetch --all # check we got known commit -git show --stat=80 --no-pager $1 +git --no-pager show --stat=80 $1 # erase local changes git restore .