Page MenuHomePhabricator

Provide a username and email when running `git merge --squash`
ClosedPublic

Authored by epriestley on Oct 26 2015, 9:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 5, 1:14 AM
Unknown Object (File)
Tue, Mar 5, 1:14 AM
Unknown Object (File)
Tue, Mar 5, 1:14 AM
Unknown Object (File)
Thu, Feb 29, 1:16 AM
Unknown Object (File)
Feb 6 2024, 5:12 PM
Unknown Object (File)
Feb 5 2024, 2:53 AM
Unknown Object (File)
Feb 3 2024, 6:58 AM
Unknown Object (File)
Jan 29 2024, 5:35 PM
Subscribers
None

Details

Summary

Ref T182. This command should never actually generate a commit because --squash prevents that, but git seems to sometimes hit a check for username/email configuration (maybe when merging a non-fastforward?).

Give it some dummy values to placate it. This command shouldn't commit anything so these values should never actually be used.

Test Plan

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Provide a username and email when running `git merge --squash`.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, Mnkras.
Mnkras edited edge metadata.
This revision is now accepted and ready to land.Oct 26 2015, 9:11 PM

I feel like a bug should be posted to git about this...

This revision was automatically updated to reflect the committed changes.