mirror of
https://github.com/TheLocehiliosan/yadm
synced 2026-03-02 03:49:29 +00:00
Split out processing of stale links
This commit is contained in:
6
yadm
6
yadm
@@ -402,6 +402,11 @@ function alt() {
|
||||
alt_future_linking
|
||||
fi
|
||||
|
||||
remove_stale_links
|
||||
|
||||
}
|
||||
|
||||
function remove_stale_links() {
|
||||
# review alternate candidates for stale links
|
||||
# if a possible alt IS linked, but it's target is not part of alt_linked,
|
||||
# remove it.
|
||||
@@ -419,7 +424,6 @@ function alt() {
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
function set_local_alt_values() {
|
||||
|
||||
Reference in New Issue
Block a user