Bug#583699: git-rebase --abort doesn't reset the whole index w/ sparse checkout

2010-07-26 Thread Nguyen Thai Ngoc Duy
2010/7/25 Nguyen Thai Ngoc Duy : > I'll make a proper patch to git ML later. FYI, http://mid.gmane.org/1280135310-2347-1-git-send-email-pclo...@gmail.com -- Duy -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@l

Bug#583699: git-rebase --abort doesn't reset the whole index w/ sparse checkout

2010-07-25 Thread Nguyen Thai Ngoc Duy
2010/7/25 Nguyen Thai Ngoc Duy : > 2010/7/25 Jonathan Nieder : >> Frédéric Brière wrote: >> >>> I stumbled on this problem yesterday, working in a sparse checkout of >>> linux-next. >> >> First of all, thanks for reporting this and sorry to take so long >> to get back to you. >> >>>   # See how the

Bug#583699: git-rebase --abort doesn't reset the whole index w/ sparse checkout

2010-07-25 Thread Nguyen Thai Ngoc Duy
2010/7/25 Jonathan Nieder : > Frédéric Brière wrote: > >> I stumbled on this problem yesterday, working in a sparse checkout of >> linux-next. > > First of all, thanks for reporting this and sorry to take so long > to get back to you. > >>   # See how the non-conflicting file is still in the index?

Bug#583699: git-rebase --abort doesn't reset the whole index w/ sparse checkout

2010-07-25 Thread Jonathan Nieder
Frédéric Brière wrote: > I stumbled on this problem yesterday, working in a sparse checkout of > linux-next. First of all, thanks for reporting this and sorry to take so long to get back to you. > # See how the non-conflicting file is still in the index? > git status > > # And see how res

Bug#583699: git-rebase --abort doesn't reset the whole index w/ sparse checkout

2010-05-29 Thread Frédéric Brière
Package: git Version: 1:1.7.1-1 Severity: normal I stumbled on this problem yesterday, working in a sparse checkout of linux-next. I stupidly did a rebase on that day's linux-next, forgetting to add an --onto to account for that branch's constant rebasing. Conflicts ahoy! Well, no big deal, jus