Skip to content

common*: refresh old pages part 7 #16290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Managor
Copy link
Collaborator

@Managor Managor commented Apr 28, 2025

By using git ls-files -z | xargs -0 -I{} -- git log -1 --format="%ai {}" {} | sort -r I was able to sort files by their last modification date. Then I just took the oldest files with no changes and updated them.

I also hunted a couple of pages by running grep -r "\.\.\." --color which led me to running grep -r "\.\.\." | grep "\.gv"

@github-actions github-actions bot added mass changes Changes that affect multiple pages. page edit Changes to an existing page(s). review needed Prioritized PRs marked for reviews from maintainers. labels Apr 28, 2025
@Managor Managor changed the title common*: refresh old pages part 6 common*: refresh old pages part 7 Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mass changes Changes that affect multiple pages. page edit Changes to an existing page(s). review needed Prioritized PRs marked for reviews from maintainers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant