<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">stgit is a wrapper over git that eases some of the pain of creating small incremental patches. It was developed to be used by the linux developer crowd.<br>
<br>
For instance. I am adding mips specific inline constraint support. I want to have a patch for each constraint type, but the patches build on each of the series:<br>
<br>
inline_asm: stg series<br>
> Constraint_I<br>
- Constraint_J<br>
- Constraint_K<br>
- Constraint_L<br>
- Constraint_N<br>
- Constraint_O<br>
- Constraint_P<br>
<br>
If I send this patch series through the automagic stgit patch post method the recipients will get 8 emails, one for each patch and one for a cover letter that describes the series and its order.<br>
<br>
Is this going to fly with llvm? <br>
<br>
Thanks,<br>
<br>
Jack<br>
</div>
</body>
</html>