I want to merge a particular directory would be this ..
https://source.codeaurora.org/quic/la/kernel/msm-4.4/tree/drivers/gpu/msm?h=LA.UM.7.4.r1-03900-8x98.0&id=8b68c64261fdc4a64c177022e7017cc82b7b4358
I can merge the entire kernel this way:
git fetch https://source.codeaurora.org/quic/la/kernel/msm-4.4/ LA.UM.7.4.r1-03900-8x98.0
But I just want to merge at this address: drivers/gpu/msm/
How should I do it?
Thank you first and foremost.