git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] use packed refs for ref-transactions
@ 2014-07-25 17:55 Ronnie Sahlberg
  2014-07-25 17:55 ` [PATCH 1/5] refs.c: move reflog updates into its own function Ronnie Sahlberg
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Ronnie Sahlberg @ 2014-07-25 17:55 UTC (permalink / raw)
  To: git; +Cc: gitster, Ronnie Sahlberg

This is a small patch series that continues ontop of the 
ref-transactions-rename series I posted earlier today.

This series expands the use of the packed refs file to make multi-ref
updates much more atomic. Additionally it allows us to continue pushing
external caller to use transactions instead of accessing (packed) refs
directly which allows us to remove a whole bunch of refs functions
from the public api.

After this series there is no real need any more to expose that packed
refs even exist to external callers.


This series is built ontop of the previous series that was posted earlier
today as :
  [PATCH 0/5] ref-transactions-rename


Ronnie Sahlberg (5):
  refs.c: move reflog updates into its own function
  refs.c: write updates to packed refs when a transaction has more than
    one ref
  remote.c: use a transaction for deleting refs
  refs.c: make repack_without_refs static
  refs.c: make the *_packed_refs functions static

 builtin/clone.c       |  16 ++++--
 builtin/remote.c      |  70 +++++++++++++----------
 refs.c                | 153 +++++++++++++++++++++++++++++++++-----------------
 refs.h                |  33 -----------
 t/t5516-fetch-push.sh |   2 +-
 5 files changed, 153 insertions(+), 121 deletions(-)

-- 
2.0.1.518.g4f5a8ad

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

end of thread, other threads:[~2014-07-30 19:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 17:55 [PATCH 0/5] use packed refs for ref-transactions Ronnie Sahlberg
2014-07-25 17:55 ` [PATCH 1/5] refs.c: move reflog updates into its own function Ronnie Sahlberg
2014-07-25 17:55 ` [PATCH 2/5] refs.c: write updates to packed refs when a transaction has more than one ref Ronnie Sahlberg
2014-07-29 21:09   ` Junio C Hamano
2014-07-30 19:19     ` Ronnie Sahlberg
2014-07-29 21:11   ` Junio C Hamano
2014-07-30 19:20     ` Ronnie Sahlberg
2014-07-25 17:55 ` [PATCH 3/5] remote.c: use a transaction for deleting refs Ronnie Sahlberg
2014-07-25 17:55 ` [PATCH 4/5] refs.c: make repack_without_refs static Ronnie Sahlberg
2014-07-25 17:55 ` [PATCH 5/5] refs.c: make the *_packed_refs functions static Ronnie Sahlberg

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 NNTP newsgroup(s).