summaryrefslogtreecommitdiff
path: root/tool/auto-style.rb
AgeCommit message (Collapse)Author
2025-09-27Fix a check on pushrefTakashi Kokubun
Empty pushref is no longer given 9b5eb828025cf0b7c023325e6e086422bcada355
2025-09-27Reuse a cmd array created for printingTakashi Kokubun
Fixes 21c7131df818c1f7f571d4ccf9be150d2c9cc374 differently. This makes it less likely that the printed command is deviated from what's actually executed.
2025-09-13auto-style.rb: Adjust .y file as same as .cNobuyoshi Nakada
2025-09-13auto-style.rb: Allow to adjust the given filesNobuyoshi Nakada
2025-06-29`github.event.pull_request.merge_commit_sha` may be emptyNobuyoshi Nakada
2025-06-24Remove trailing spacesNobuyoshi Nakada
2025-06-20Fix indents in macrosNobuyoshi Nakada
2025-06-20Do not fetch already fetched commitsNobuyoshi Nakada
2025-06-17Fix up tool/auto-style.rbNobuyoshi Nakada
Do not clear the commit-wide flags per file.
2025-06-17Handle false positives in tool/auto-style.rbJean Boussier
Notes: Merged: https://github.com/ruby/ruby/pull/13626
2025-06-17Auto-style indentNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/13634
2025-06-17Run git without shellNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/13634
2025-04-18Fix auto-style target reportingTakashi Kokubun
2025-04-18Port auto-style to GitHub ActionsTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/13126
2025-04-18Copy over bin/auto-style.rbTakashi Kokubun
from ruby/git.ruby-lang.org as of: https://github.com/ruby/git.ruby-lang.org/commit/a8635a4cd93c8adc2e1b48b6ae8fa3fcd3bb4b34 Notes: Merged: https://github.com/ruby/ruby/pull/13126