public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [PATCH rebase 0/2] Avoid unncessary rebases
@ 2018-02-09 12:00 Jon Turney
  2018-02-09 12:01 ` [PATCH 1/2] Make verbose give a reason why a rebase is needed Jon Turney
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jon Turney @ 2018-02-09 12:00 UTC (permalink / raw)
  To: cygwin-apps; +Cc: Jon Turney

Add some dignostics which report why a rebase is taking place.

Use that information to fix some errors causing unnecessary rebases

In those cases, we were often rebasing a DLL to the same address, so we could 
also drop the rebase if the base address isn't actually changing, but we don't 
seme to keep around the infomation to do that, currently.

Jon Turney (2):
  Make verbose give a reason why a rebase is needed
  Fix some errors which cause unnecessary rebases

 rebase.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 46 insertions(+), 13 deletions(-)

-- 
2.16.1

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

end of thread, other threads:[~2018-02-13 18:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-09 12:00 [PATCH rebase 0/2] Avoid unncessary rebases Jon Turney
2018-02-09 12:01 ` [PATCH 1/2] Make verbose give a reason why a rebase is needed Jon Turney
2018-02-09 20:02   ` Corinna Vinschen
2018-02-09 12:01 ` [PATCH 2/2] Fix some errors which cause unnecessary rebases Jon Turney
2018-02-09 19:52   ` Corinna Vinschen
2018-02-13 12:48 ` [PATCH rebase 0/2] Avoid unncessary rebases Jon Turney
2018-02-13 18:32   ` Achim Gratz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).