gitgitlab icon indicating copy to clipboard operation
gitgitlab copied to clipboard

GitGitLab: Gitlab Git Plugin

Results 5 gitgitlab issues
Sort by recently updated
recently updated
newest added

Is it possible to specify the namespace under which the project should be created? when i do `git lab create -t ` a new project is created under the user...

Look in all global GIT config files for the GitLab URL, as listed in section FILES on https://git-scm.herokuapp.com/docs/git-config. Fixes #6 The modification to `get_global_config_parser` is ugly because a writeable config...

I cannot authorize to my local gitlab server. There is no request to provide token. There is no word about it in documentation. AFAIR git lab should ask for token...

Currently GitGitLab has no license specified in either setup.py or on a separate LICENSE file. My preference would be the MIT license ([More info](http://choosealicense.com/)), what are your thoughts on this?

Gitgitlab has hardcoded path to git configuration '~/.gitconfig', while git supports also $XDG_CONFIG_HOME/git/config which defaults to $HOME/.config/git/config. As described here: http://git-scm.com/docs/git-config (FILES section). Could you please fix this issue?