Re: repeated empty section in config of repository

2019-04-10 Thread Elijah Newren
On Wed, Apr 10, 2019 at 9:08 AM Kurt Ablinger wrote: > > Hello, > > I am not sure if this can be problem - at least it is proably not correct: > > when adding a key to an empty section and deleting the key so that the > section is empty again, > every add adds the section-name again - example: >

Re: repeated empty section in config of repository

2019-04-10 Thread SZEDER Gábor
On Wed, Apr 10, 2019 at 11:51:03AM +, Kurt Ablinger wrote: > Hello, > > I am not sure if this can be problem - at least it is proably not correct: > > when adding a key to an empty section and deleting the key so that the > section is empty again, > every add adds the section-name again - e

repeated empty section in config of repository

2019-04-10 Thread Kurt Ablinger
Hello, I am not sure if this can be problem - at least it is proably not correct: when adding a key to an empty section and deleting the key so that the section is empty again, every add adds the section-name again - example: git config gc.autoDetach false ; git config --unset gc.autoDetach ;