On Thu, 23 Oct 2014 01:36:11 -0700 (PDT) Alcolo Alcolo <alcol...@gmail.com> wrote:
> I want to change something to only one commit C: > I can do > git filter-branch --XXXXX-filter 'test $GIT_COMMIT = CHash && > do-something' > -- --all > But it's an useless heavy work: only descendants of C (including C) > need to be scanned. [...] Honestly, I'm not really capable of dealing with your problem as stated but is there really a reason you can't or don't want to use git rebase -i C~1 amending the commit C and letting Git take care of the rest? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.