pharo-vcs / iceberg

Iceberg is the main toolset for handling VCS in Pharo.
MIT License
134 stars 85 forks source link

Addition: Iceberg should show git configuration #974

Open astares opened 6 years ago

astares commented 6 years ago

Iceberg should be able to show current git configuration - maybe later even allow to edit it.

Attached is an ST file (just rename the txt file into .st file) that provides that.

Iceberg-Plugin-Configuration.st.txt

gitconfig

tesonep commented 6 years ago

Hi, really nice Idea, but the implementation should be done using libgit. Also, it should be executed using the repository to handle global and repository local properties. This option requires the installation of git in the local machine, that with iceberg is not required.

If you want to collaborate, check that IceGitRepository understands #getConfigurationGlobal: to access the configuration.

Also, please create a PR the next time.

Cheers, Pablo