Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.9.5
-
None
Description
Inside maven-scm-provider-gitexe project, the two following tests `GitCheckInCommandNoBranchTest.testCheckinNoBranch` and `GitCheckInCommandTest.testCheckinAfterRename` expect a global user.name and user.email to be set.
On installations where .gitconfig contains the following:
[user]
useConfigOnly = true
The tests will fail.
It would be better after repository creation to configure a user name & email at project level.
Attachments
Issue Links
- is cloned by
-
SCM-905 Tests with checkin rely on global Git config (2)
- Closed
- links to