Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-10-27lib/tasks/index.rake: skip building 'technical/scalar.txt'Victoria Dye
2022-10-27lib/tasks/index.rake: generate scalar documentationVictoria Dye
2022-10-07lib/tasks/index.rake: handle nested AsciiDoc includesTaylor Blau
2022-10-05one more pass of rubocop --autocorrectJeff King
2022-10-05Merge remote-tracking branch 'origin' into update-ruby-3Jeff King
2022-10-05index_doc(): loosen match of "git-cmd(1)" on manpagesJeff King
2022-10-05index_doc(): check command-list.txt with string equalityJeff King
2022-10-05run rubocop --autocorrect-allJeff King
2022-10-05index_doc(): replace custom reject with grep_vJeff King
2022-10-05run rubocop --autocorrectJeff King
2022-10-05index: break up huge cmd_list constructionJeff King
2022-10-05appease rubocop Lint/NestedMethodDefinitionJeff King
2022-10-05appease rubocop Style/TernaryParenthesesJeff King
2022-10-05freeze string literals in rake tasksJeff King
2022-10-05index: make return of new_content clear in expand_content()Jeff King
2022-10-05drop useless assignments of return valuesJeff King
2022-10-05use underscores for unused variablesJeff King
2022-10-05index: drop unused doc_limit from index_l10n_doc()Jeff King
2022-10-05book2: drop unused "filename" assignment from genbook()Jeff King
2022-10-05book2: drop unused "ids" from genbook()Jeff King
2022-10-05run rubocop --autocorrect-all --only Style/SafeNavigationJeff King
2022-10-05appease rubocop Lint/AssignmentInConditionJeff King
2022-10-05run rubocop --autocorrect-all --only Style/AndOrJeff King
2022-10-05run rubocop --autocorrect-all --only Style/SafeNavigationJeff King
2022-10-05run rubocop --autocorrect-all --only Style/SlicingWithRangeJeff King
2022-10-05run rubocop --autocorrect-all --only Style/InverseMethodsJeff King
2022-10-05run rubocop --autocorrect-all --only Style/GlobalStdStreamJeff King
2022-10-05run rubocop --autocorrect-all --only Style/ZeroLengthPredicateJeff King
2022-10-05run rubocop --autocorrect-all --only Style/SymbolProcJeff King
2022-10-05run rubocop --autocorrect --only Style/EachWithObjectJeff King
2022-10-05run rubocop --autocorrect --only Performance/StringReplacementJeff King
2022-10-05run rubocop --autocorrect --only Style/EmptyLiteralJeff King
2022-10-05run rubocop --autocorrect --only Style/WhileUntilModifierJeff King
2022-10-05run rubocop --autocorrect --only Style/ProcJeff King
2022-10-05run rubocop --autocorrect --only Style/BlockDelimitersJeff King
2022-10-05run rubocop --autocorrect --only Style/ParenthesesAroundConditionJeff King
2022-10-05run rubocop --autocorrect --only Naming/RescuedExceptionsVariableNameJeff King
2022-10-05run rubocop --autocorrect --only Style/EmptyElseJeff King
2022-10-05run rubocop --autocorrect --only Layout/EmptyLineAfterGuardClauseJeff King
2022-10-05run rubocop --autocorrect --only Lint/ParenthesesAsGroupedExpressionJeff King
2022-10-05run rubocop --autocorrect --only Style/RedundantParenthesesJeff King
2022-10-05run rubocop --autocorrect --only Style/NextJeff King
2022-10-05run rubocop --autocorrect --only Layout/EmptyLinesAroundBlockBodyJeff King
2022-10-05run rubocop --autocorrect --only Style/RescueModifierJeff King
2022-10-05run rubocop --autocorrect --only Style/CommentAnnotationJeff King
2022-10-05run rubocop --autocorrect --only Lint/UnusedBlockArgumentJeff King
2022-10-05run rubocop --autocorrect --only Style/RedundantRegexpEscapeJeff King
2022-10-05run rubocop --autocorrect --only Layout/IndentationWidthJeff King
2022-10-05run rubocop --autocorrect --only Style/LambdaJeff King
2022-10-05run rubocop --autocorrect --only Style/NumericLiteralsJeff King