<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I would first rebase your branch over latest master and then perform your squash. Otherwise you will be squashing other commits which have become part of your branch history (perhaps via updating your branch by intermittently merging, not rebasing, master into it). It seems like that is what is happening right now, although maybe Satish will know better.<div class=""><br class=""><div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div>Best regards,<br class=""><br class="">Jacob Faibussowitsch<br class="">(Jacob Fai - booss - oh - vitch)<br class="">Cell: (312) 694-3391</div></div>

</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On Dec 6, 2020, at 15:30, Mark Adams <<a href="mailto:mfadams@lbl.gov" class="">mfadams@lbl.gov</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">This is the status after the first fail. I have nothing to do with these files. There are diffs, but I don't know anything about them.<div class=""><br class=""></div><div class="">Maybe I should skip failures (lot of them) and then checkout the conflicted files from master, then rebase over master?</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Mark<br class=""><div class=""><br class=""></div><div class=""><br class=""></div><div class="">6:24 1 adams/landau-gpu-assembly *+|REBASE-i 41/76 ~/petsc$ git status -uno<br class=""># HEAD detached from 564e279<br class=""># You are currently rebasing branch 'adams/landau-gpu-assembly' on '0c5056a'.<br class="">#   (fix conflicts and then run "git rebase --continue")<br class="">#   (use "git rebase --skip" to skip this patch)<br class="">#   (use "git rebase --abort" to check out the original branch)<br class="">#<br class=""># Changes to be committed:<br class="">#   (use "git reset HEAD <file>..." to unstage)<br class="">#<br class="">#        new file:   src/snes/tutorials/output/ex19_asm_matconvert.out<br class="">#<br class=""># Unmerged paths:<br class="">#   (use "git reset HEAD <file>..." to unstage)<br class="">#   (use "git add <file>..." to mark resolution)<br class="">#<br class="">#   both modified:      src/snes/tutorials/ex19.c<br class="">#<br class=""># Untracked files not listed (use -u option to show untracked files)<br class="">16:25 adams/landau-gpu-assembly *+|REBASE-i 41/76 ~/petsc$<br class=""></div></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Dec 6, 2020 at 3:48 PM Jacob Faibussowitsch <<a href="mailto:jacob.fai@gmail.com" class="">jacob.fai@gmail.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;" class="">Mark,<div class=""><br class=""></div><div class="">What is the output of git status when it fails? Any files that are marked staged/uncommitted?</div><div class=""><br class=""></div><div class="">I’ve found that rebase will only work out of the box if your branch history is completely linear, i.e. no merge commits in between. If there are merge commits then git is not always able to resolve them. If this is the case then when the rebase fails at some commit some of the files will be staged with the changes from both commits that you must __manually__ reconcile.</div><div class=""><br class=""><div class="">
<div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none;" class=""><div class="">Best regards,<br class=""><br class="">Jacob Faibussowitsch<br class="">(Jacob Fai - booss - oh - vitch)<br class="">Cell: (312) 694-3391</div></div>

</div>
<div class=""><br class=""><blockquote type="cite" class=""><div class="">On Dec 6, 2020, at 14:22, Mark Adams <<a href="mailto:mfadams@lbl.gov" target="_blank" class="">mfadams@lbl.gov</a>> wrote:</div><br class=""><div class=""><div dir="ltr" class="">I am doing a rebase -i to squash commits and even if I do nothing git tris to apply about 7) commits, but starts to fail at #41 and if I try to --skip it it starts failing on every one. The error message is not very useful to me:<div class=""><br class=""></div><div class="">15:15 adams/landau-gpu-assembly> ~/petsc$ git rebase -i HEAD~5<br class="">error: could not apply a8e4255... Add test of PCASMSetSubMatType with nonlinear problem<br class=""><br class="">When you have resolved this problem, run "git rebase --continue".<br class="">If you prefer to skip this patch, run "git rebase --skip" instead.<br class="">To check out the original branch and stop rebasing, run "git rebase --abort".<br class="">Could not apply a8e4255... Add test of PCASMSetSubMatType with nonlinear problem<br class=""></div><div class=""><br class=""></div><div class="">Any ideas?  Maybe rebase over master first?</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Mark</div></div>
</div></blockquote></div><br class=""></div></div></blockquote></div>
</div></blockquote></div><br class=""></div></body></html>