stable

Clone or download

Read-only

story #8826: give additional help in the git clone bar helper

Change-Id: If071b08f766ba0455d43992635b8d5e03c87d0cf

Modified Files

Name
M plugins/git/include/GitPresenters/RepositoryClonePresenter.class.php +5 −1 Go to diff View file
M plugins/git/include/GitViews/ShowRepo/Content.class.php +17 −3 Go to diff View file
M plugins/git/include/constants.php +9 −0 Go to diff View file
M plugins/git/templates/repository_clone.mustache +4 −5 Go to diff View file
M plugins/git/www/themes/default/css/style.less +23 −12 Go to diff View file
A plugins/pullrequest/include/PullRequest/AdditionalHelpTextPresenter.php +57 −0 Go to diff View file
M plugins/pullrequest/include/autoload.php +3 −2 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.class.php +17 −1 Go to diff View file
M plugins/pullrequest/site-content/en_US/pullrequest.tab +6 −0 Go to diff View file
M plugins/pullrequest/site-content/fr_FR/pullrequest.tab +6 −0 Go to diff View file
A plugins/pullrequest/templates/additional-help-text.mustache +14 −0 Go to diff View file
M plugins/pullrequest/www/themes/default/css/style.less +6 −0 Go to diff View file