SRombauts / UEGitPlugin

Unreal Engine 5 Git LFS 2 Source Control Plugin (beta)
http://srombauts.github.io/UEGitPlugin
MIT License
810 stars 165 forks source link

Fix bug where history and merging do not work #29

Closed flowerbits closed 7 years ago

flowerbits commented 8 years ago

The command issued to log for history (and before merging) does not specify format. This will cause a failure if the user has pretty format settings in their gitconfig.

flowerbits commented 8 years ago

SRombauts, if you agree with this, can you submit the pull request to the Unreal branch as well?

SRombauts commented 8 years ago

Hi, just a quick note to let you know that I will look into this asap. Thanks for reporting!

SRombauts commented 7 years ago

Bug confirmed and reproduced. The fix is perfect, I will make a Merge Request upstream ASAP.

Thanks @flowerbits!

MR: https://github.com/EpicGames/UnrealEngine/pull/2770