Sign in
googlers
/
jrn
/
git
/
refs/tags/v2.39.5
/
.
/
t
/
chainlint
/
function.expect
blob: a14388e6b9faeb67cdc79eea38a0cb3f94b240f8 [
file
] [
log
] [
blame
]
sha1_file
(
)
{
echo
"$*"
|
sed
"s#..#.git/objects/&/#"
}
&&
remove_object
(
)
{
file
=
$
(
sha1_file
"$*"
)
&&
test
-
e
"$file"
?!
AMP
?!
rm
-
f
"$file"
}
?!
AMP
?!
sha1_file arg
&&
remove_object arg