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/script
AgeCommit message (Expand)Author
2022-10-05run rubocop --autocorrectJeff King
2022-10-05drop useless assignments of return valuesJeff King
2022-10-05appease rubocop Naming/VariableNameJeff King
2022-10-05run rubocop --autocorrect --only Style/WhileUntilDoJeff King
2022-10-05run rubocop --autocorrect --only Style/StringLiteralsInInterpolationJeff King
2022-10-05run rubocop --autocorrect --only Style/ExpandPathArgumentsJeff King
2022-10-05accept "rubocop -x" auto-correctionsJeff King
2022-10-05sort-gui: stop using URI.encodeJeff King
2021-02-09fix typoHonkingGoose
2018-10-29Update code using rubocop's autocorrect linterMark Tareshawty
2018-03-11Add script/server and other needed changesMark Tareshawty
2018-03-11Update bootstrap and setup scriptsMark Tareshawty
2018-03-11Update Travis CI configMark Tareshawty
2017-10-26Replace gui clients json file by yamlpedrorijo91
2017-10-23Add an header comment to sort gui scriptpedrorijo91
2017-10-21Add script check for duplicated order valuespedrorijo91
2017-10-21Refactor sort-gui script to use gui clients json resourcepedrorijo91
2017-10-21Add some comments explaining the gui sort scriptpedrorijo91
2017-10-21Add duplicated GUIs warning to scriptpedrorijo91
2017-10-21Add script to help sorting GUI clientspedrorijo91
2017-02-11re-import book images from progit2 repoJeff King
2016-11-11drop asciidoctor templatesJeff King
2014-08-25Rework on the asciidoctorbry4n
2014-07-29Add performance test for doc#man and refactor version_changes for performancebry4n
2014-07-29Rename database.ymlbry4n
2014-06-20Replace old asciidoc with asciidoctor gembry4n
2014-05-27Update readme [skip ci]bry4n
2014-05-27Use rspecbry4n
2013-09-07Fix cibuild for goodBen Straub
2013-09-07Fix cibuild againBen Straub
2013-09-07Fix cibuild scriptBen Straub
2012-06-27working on the travis-ci scriptbry4n
2012-06-08removing cibuild truthy noopJason Long
2012-06-07Hardcode CI success for a bit while we get deps in placeJohn Barnette
2012-06-07Don't bundle production deps during ciJohn Barnette
2012-06-07Whoops, CI wants 1.9.3-p0John Barnette
2012-06-07Set env vars for ciJohn Barnette
2012-06-07Don't use rvmJohn Barnette
2012-06-07tell rvm to use 1.9.2Jason Long
2012-06-07adding minimal bootstrap scriptJason Long
2012-06-07making cibuild executable (755)Jason Long
2012-06-07adding minimal cibuild script from jbarnetteJason Long
2012-03-06rails genScott Chacon