patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 593f9299ddfd2c553ceacc68e738629ca8dec019 461 bytes (raw)
name: scripts/git-rebase 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
#!/usr/bin/env -S bash --
set -eu
case $0 in
(/*) dir=${0%/*}/..;;
(*/*) dir=./${0%/*}/..;;
(*) dir=..;;
esac
exec git rebase -x "set -eu; \
cd '${dir//\'/\'\\\'\'}'; \
scripts/pre-commit.sh; \
set +e;\
git diff --quiet HEAD -- host/rootfs/gen/file-list.mk img/app/file-list.mk vm/sys/net/file-list.mk;\
case \$? in \
(0) :;;\
(1) git commit --amend -- host/rootfs/gen/file-list.mk img/app/file-list.mk vm/sys/net/file-list.mk;;\
(*) exit \"\$?\";;\
esac" "$@"

debug log:

solving 593f9299ddfd2c553ceacc68e738629ca8dec019 ...
found 593f9299ddfd2c553ceacc68e738629ca8dec019 in https://inbox.spectrum-os.org/spectrum-devel/20250911-genfiles-v3-3-d8709081dc5c@gmail.com/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20250910-genfiles-v2-2-37ebe07a3cdc@gmail.com/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20250920-genfiles-v3-1-d6c2b6767b42@gmail.com/

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20250911-genfiles-v3-3-d8709081dc5c@gmail.com/
diff --git a/scripts/git-rebase b/scripts/git-rebase
new file mode 100755
index 0000000000000000000000000000000000000000..593f9299ddfd2c553ceacc68e738629ca8dec019

Checking patch scripts/git-rebase...
Applied patch scripts/git-rebase cleanly.

skipping https://inbox.spectrum-os.org/spectrum-devel/20250910-genfiles-v2-2-37ebe07a3cdc@gmail.com/ for 593f9299ddfd2c553ceacc68e738629ca8dec019
skipping https://inbox.spectrum-os.org/spectrum-devel/20250920-genfiles-v3-1-d6c2b6767b42@gmail.com/ for 593f9299ddfd2c553ceacc68e738629ca8dec019
index at:
100755 593f9299ddfd2c553ceacc68e738629ca8dec019	scripts/git-rebase

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).