I basically have 3 questions:
- Which is better to use and why? git format-patch or git bundle?
- What all metadata is used by GIT to calculate SHA-1 key for commit and blobs/trees?
- When I apply a patch which was created by format-patch, why does it have different SHA for same changes and commit?