All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Breaking the ref-transactions-reflog series in smaller parts
@ 2014-11-19 21:40 Stefan Beller
  2014-11-19 21:40 ` [PATCH 1/2] refs.c: make ref_transaction_create a wrapper for ref_transaction_update Stefan Beller
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Stefan Beller @ 2014-11-19 21:40 UTC (permalink / raw)
  To: gitster, sahlberg, git, mhagger, jrnieder; +Cc: Stefan Beller

Hi,

so I think the patch series ref-transactions-reflog[1] sent previously to the list
is still too large for easy review and I want to break it up more.
So in this series we'll digest only 2 small patches, which do not seem to be 
controversial (yet;) and seem to be useful no matter how the discussion on
the other series continues.

ref_transaction_create as well as ref_transaction_delete are just special cases
of ref_transaction_update, so let's reduce some redundant code. While this doesn't
change code in pathes, which are supposed to be run, we do have slight changes 
in error messages starting with "BUG: ". So in the best case, the user will never
see these messages at all.

Thanks,
Stefan

[1] http://thread.gmane.org/gmane.comp.version-control.git/259712

Ronnie Sahlberg (2):
  refs.c: make ref_transaction_create a wrapper for
    ref_transaction_update
  refs.c: make ref_transaction_delete a wrapper for
    ref_transaction_update

 refs.c | 49 ++++---------------------------------------------
 refs.h |  2 +-
 2 files changed, 5 insertions(+), 46 deletions(-)

-- 
2.2.0.rc2.13.g0786cdb

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

end of thread, other threads:[~2014-11-20 18:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-19 21:40 [PATCH 0/2] Breaking the ref-transactions-reflog series in smaller parts Stefan Beller
2014-11-19 21:40 ` [PATCH 1/2] refs.c: make ref_transaction_create a wrapper for ref_transaction_update Stefan Beller
2014-11-20  1:10   ` Jonathan Nieder
2014-11-20  1:12     ` Stefan Beller
2014-11-20  1:37       ` Jonathan Nieder
2014-11-20 16:00   ` Jeff King
2014-11-20 17:38     ` [PATCH v2 " Stefan Beller
2014-11-20 18:03     ` [PATCH " Jonathan Nieder
2014-11-20 18:18       ` Jeff King
2014-11-19 21:40 ` [PATCH 2/2] refs.c: make ref_transaction_delete " Stefan Beller
2014-11-20  1:11   ` Jonathan Nieder
2014-11-20 17:39     ` [PATCH v2 " Stefan Beller
2014-11-20 18:05       ` Junio C Hamano
2014-11-20 11:03 ` [PATCH 0/2] Breaking the ref-transactions-reflog series in smaller parts Michael Haggerty

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.