-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
git-BuildTools-7425fec-128
-
Yes
When executing a normal build using {{java jar BuildTools.jar --rev 1.17 }}the script will intrusively set my global git username and email, which is absolutely unacceptable behavior. Most people leave it unset for a reason, especially when working with several different git identities to prevent identity confusion.
Instead of changing my global settings, BuildTools should only set the local git username and email in the repositories it cloned or created itself, by removing the --global flag and executing this part for each repository.
Dear BuildTool, please respect my .gitconfig. :O
- duplicates
-
BUILDTOOLS-26 Set git author locally instead of globally
- Resolved