Changes for version 0.010 - 2013-10-02
- Changes
- Use alternative methods to grok credentials for pre-1.8 Gits that do not support the git-credential command. Git-gerrit now tries alternative methods to grok credentials if it can't grok then via git-credential, in this order:
- From the userinfo part of git-gerrit.baseurl.
- From a .netrc file.
- Prompting the user.
- Implement 'git gerrit push --norebase' option to avoid rebases for brand new change-branches.
- Remove trailing zeroes from dates in 'git gerrit show'.
- Make 'git gerrit version' tell the Perl version too.
- Improve 'git gerrit version' message for pre-2.6 Gerrits.
- Use alternative methods to grok credentials for pre-1.8 Gits that do not support the git-credential command. Git-gerrit now tries alternative methods to grok credentials if it can't grok then via git-credential, in this order:
- Fixes
- Fix 'git gerrit version' so that it works from an unreleased version, directly from a git-gerrit Git repository clone.
Modules
A container for functions for the git-gerrit program