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 ;

AW: Problem with filename containing '?'

2019-03-31 Thread Kurt Ablinger
prüngliche Nachricht- Von: Jeff King Gesendet: Freitag, 29. März 2019 14:34 An: Kurt Ablinger Cc: git@vger.kernel.org Betreff: Re: Problem with filename containing '?' On Fri, Mar 29, 2019 at 01:10:19PM +, Kurt Ablinger wrote: > in Linux the git-client accepts (add, c

Problem with filename containing '?'

2019-03-29 Thread Kurt Ablinger
Hello, in Linux the git-client accepts (add, commit, push) files with '?' (questionmark) in its name. When cloning such a repository into Eclipse (eGit/jGit) the repository-clone is rejected with an 'Invalid Path'-message with the ?-filename. Under Linux it is possible to create a clone (the