How to create patch suitable for reviewing in crucible?
git diff branch master --no-prefix > patch
This generates only 3 lines of context. S
Note: git1.8.1rc1 announce (December 8th, 2012) includes:
A new configuration variable "diff.context" can be used to give the default number of context lines in the patch output, to override the hardcoded default of 3 lines.
diff.context
so that could help, here, generate a more complete context.