Possible git bug

3 messages, 3 authors, 2016-06-15 · open the first message on its own page

Possible git bug

From: Hugh Davenport <hidden>
Date: 2016-06-15 22:58:25

Hey,

Not sure if this is a bug or not. I commonly am finding myself wanting 
to
remove some recent commits, either all or just a select few. So I use 
rebase
in interactive mode for this. The problem I find is that when I do a 
rebase
and leave no commits to pick (where I would think that this would do the 
same
as a reset --hard) just tells me that there is nothing to be done.

So would that be a bug? Or maybe a feature? I would like it that when 
you do
a rebase and select no commits, it will rebase ontop of the commit you 
chose,
and remove all the commits not shown in the interactive listing (so 
all).

Any ideas are welcome.

Cheers,

Hugh

Re: Possible git bug

From: Daniel Knittl-Frank <hidden>
Date: 2016-06-15 22:58:25

On Wed, Aug 14, 2013 at 6:50 AM, Hugh Davenport [off-list ref] wrote:
Hey,

Not sure if this is a bug or not. I commonly am finding myself wanting to
remove some recent commits, either all or just a select few. So I use rebase
in interactive mode for this. The problem I find is that when I do a rebase
and leave no commits to pick (where I would think that this would do the
same
as a reset --hard) just tells me that there is nothing to be done.
This is left as a way to abort a rebase if you change your mind just
before actually executing it. This also works parallel to committing
with an empty commit message.
So would that be a bug? Or maybe a feature? I would like it that when you do
a rebase and select no commits, it will rebase ontop of the commit you
chose,
and remove all the commits not shown in the interactive listing (so all).
You can just use `git reset --hard <commit to rollback to>`  to
discard all commits after the given commit (Unless they're part of
another branch, of course). `git reset --soft` if you want to keep the
state of your current working directory.

Cheers,
Daniel

-- 
typed with http://neo-layout.org

Re: Possible git bug

From: Jeff King <hidden>
Date: 2016-06-15 22:58:25

On Wed, Aug 14, 2013 at 07:42:11AM +0200, Daniel Knittl-Frank wrote:
quoted
So would that be a bug? Or maybe a feature? I would like it that
when you do a rebase and select no commits, it will rebase ontop of
the commit you chose, and remove all the commits not shown in the
interactive listing (so all).
You can just use `git reset --hard <commit to rollback to>`  to
discard all commits after the given commit (Unless they're part of
another branch, of course). `git reset --soft` if you want to keep the
state of your current working directory.
You can also use a "noop" line in the rebase instruction list rather
than a completely blank list to mean "yes, really, do not apply any
commits".

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help