mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* "git reset --hard" on riscv for-linux-next branch
@ 2017-11-22 19:01 Palmer Dabbelt
  2017-11-27 22:27 ` Stephen Rothwell
  0 siblings, 1 reply; 2+ messages in thread
From: Palmer Dabbelt @ 2017-11-22 19:01 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-kernel

Is it OK to rewrite history on my for-linux-next branch?  Since we got upstream 
I've started getting patches from various people and as a result I now have a 
bunch of branches with independent commits on them.  In an ideal world I'd like to 
do something like

  git checkout for-linux-next
  git reset --hard torvalds/master # or maybe the latest tag?
  for branch in $(list-staging-branches-for-linux-next)
  do
    git merge $branch
  done
  git push --force palmer for-linux-next

Is that an OK thing to do regularly in the branch I give to you?  I can find a 
bunch of information on how to use linux-next, but not for people in it.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-27 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-22 19:01 "git reset --hard" on riscv for-linux-next branch Palmer Dabbelt
2017-11-27 22:27 ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®