Talk:Setting up Gerrit: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(complain about git config --global)
 
(respond)
Line 1: Line 1:
* It is bad form to tell users to make `--global` git configuration changes to conform to the policies of a single project. [[User:Sparr|Sparr]] ([[User talk:Sparr|talk]]) 06:00, 18 December 2018 (UTC)
* It is bad form to tell users to make `--global` git configuration changes to conform to the policies of a single project. [[User:Sparr|Sparr]] ([[User talk:Sparr|talk]]) 06:00, 18 December 2018 (UTC)
:* Firstly, most of the settings are entirely uncontroversial. Some should be just git defaults (some are meanwhile). Secondly, anyone who seriously works on Qt will have 50+ Qt repositories, which easily dwarfs everything else they have on their disk, so the pragmatic choice is to make the Qt settings the global default and override them where necessary. [[User:Ossi|Ossi]] ([[User talk:Ossi|talk]]) 07:47, 12 September 2019 (UTC)

Revision as of 07:48, 12 September 2019

  • It is bad form to tell users to make `--global` git configuration changes to conform to the policies of a single project. Sparr (talk) 06:00, 18 December 2018 (UTC)
  • Firstly, most of the settings are entirely uncontroversial. Some should be just git defaults (some are meanwhile). Secondly, anyone who seriously works on Qt will have 50+ Qt repositories, which easily dwarfs everything else they have on their disk, so the pragmatic choice is to make the Qt settings the global default and override them where necessary. Ossi (talk) 07:47, 12 September 2019 (UTC)