Re: Warn user about known Git Rebase bug?!

2017-03-22 Thread Jonathan Nieder
Lars Schneider wrote: > we rebased a branch using "--preserve-merges --interactive" and were > surprised that the operation reported success although it silently > omitted commits (Git 2.12 on Windows). A little search revealed that > these are likely known bugs [1]. Would it make sense to prin

Warn user about known Git Rebase bug?!

2017-03-22 Thread Lars Schneider
Hi, we rebased a branch using "--preserve-merges --interactive" and were surprised that the operation reported success although it silently omitted commits (Git 2.12 on Windows). A little search revealed that these are likely known bugs [1]. Would it make sense to print an appropriate warning

Re: git interactive rebase bug?

2015-10-06 Thread Jacob Keller
On Mon, Oct 5, 2015 at 11:53 PM, Matthieu Moy wrote: > Jacob Keller writes: > >> I've been experiencing a very annoying bug when performing interactive >> rebases. The rebase process will stall after I close the editor, and I >> have to kill the process and then restart the rebase using "git reba

Re: git interactive rebase bug?

2015-10-05 Thread Matthieu Moy
Jacob Keller writes: > I've been experiencing a very annoying bug when performing interactive > rebases. The rebase process will stall after I close the editor, and I > have to kill the process and then restart the rebase using "git rebase > --continue" > > I am not sure how to debug this further

Re: git interactive rebase bug?

2015-10-05 Thread Jacob Keller
On Mon, Oct 5, 2015 at 4:03 PM, Junio C Hamano wrote: > Platform, editor, terminal emulator, specifics? > I run ssh to a tmux terminal emulator and run vim, I normally see this when my local client is a windows machine running putty. After I close the editor it just hangs. and I have to Ctrl-C to

Re: git interactive rebase bug?

2015-10-05 Thread Junio C Hamano
Jacob Keller writes: >> I've been experiencing a very annoying bug when performing interactive >> rebases. The rebase process will stall after I close the editor, and I >> have to kill the process and then restart the rebase using "git rebase >> --continue" >> >> I am not sure how to debug this f

Re: git interactive rebase bug?

2015-10-05 Thread Jacob Keller
On Mon, Oct 5, 2015 at 3:39 PM, Jacob Keller wrote: > Hey, > > I've been experiencing a very annoying bug when performing interactive > rebases. The rebase process will stall after I close the editor, and I > have to kill the process and then restart the rebase using "git rebase > --continue" > >

git interactive rebase bug?

2015-10-05 Thread Jacob Keller
Hey, I've been experiencing a very annoying bug when performing interactive rebases. The rebase process will stall after I close the editor, and I have to kill the process and then restart the rebase using "git rebase --continue" I am not sure how to debug this further. Suggestions are welcome. I

Re: Rebase bug

2015-07-31 Thread alan
> I think I have identified an obscure bug. I have a reproducible test case. > I am trying to come up with enough of a test case that can be used for > finding and fixing the issue. BTW, I have tested this on 1.7.6.6 and 2.5.0. Same results on either version. -- To unsubscribe from this list: sen

Rebase bug

2015-07-31 Thread alan
I think I have identified an obscure bug. I have a reproducible test case. I am trying to come up with enough of a test case that can be used for finding and fixing the issue. I have a set of patches. They are diffs. Some have whitespace issues. (Which I believe triggers the bug.) The patches go