git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] ref-transaction-send-pack
@ 2014-11-03 19:12 Ronnie Sahlberg
  2014-11-03 19:12 ` [PATCH v2 1/7] receive-pack.c: add protocol support to negotiate atomic-push Ronnie Sahlberg
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Ronnie Sahlberg @ 2014-11-03 19:12 UTC (permalink / raw)
  To: git; +Cc: Ronnie Sahlberg

List,

This series has been posted before but is now rebased on the previous
ref-transaction-rename series that are against next.
This series can also be found at :
https://github.com/rsahlberg/git/tree/ref-transactions-send-pack

This series finishes the transaction work to provide atomic pushes.
With this series we can now perform atomic pushes to a repository.

Version 2:
- Reordered the capabilities we send so that agent= remains the last
  capability listed.
- Reworded the paragraph for atomic push in git-send-pack.txt
- Dropped the patch for receive.preferatomicpush

Ronnie Sahlberg (7):
  receive-pack.c: add protocol support to negotiate atomic-push
  send-pack.c: add an --atomic-push command line argument
  receive-pack.c: use a single transaction when atomic-push is
    negotiated
  push.c: add an --atomic-push argument
  t5543-atomic-push.sh: add basic tests for atomic pushes
  refs.c: add an err argument to create_reflog
  refs.c: add an err argument to create_symref

 Documentation/git-push.txt                        |   7 +-
 Documentation/git-send-pack.txt                   |   7 +-
 Documentation/technical/protocol-capabilities.txt |  12 ++-
 builtin/branch.c                                  |   7 +-
 builtin/checkout.c                                |  21 +++--
 builtin/clone.c                                   |  15 +++-
 builtin/init-db.c                                 |   8 +-
 builtin/notes.c                                   |   7 +-
 builtin/push.c                                    |   2 +
 builtin/receive-pack.c                            |  79 +++++++++++++----
 builtin/remote.c                                  |  26 ++++--
 builtin/send-pack.c                               |   6 +-
 builtin/symbolic-ref.c                            |   6 +-
 cache.h                                           |   1 -
 refs.c                                            |  93 ++++++++++----------
 refs.h                                            |   5 +-
 remote.h                                          |   3 +-
 send-pack.c                                       |  45 ++++++++--
 send-pack.h                                       |   1 +
 t/t5543-atomic-push.sh                            | 101 ++++++++++++++++++++++
 transport.c                                       |   5 ++
 transport.h                                       |   1 +
 22 files changed, 358 insertions(+), 100 deletions(-)
 create mode 100755 t/t5543-atomic-push.sh

-- 
2.1.0.rc2.206.gedb03e5

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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-03 19:12 [PATCH v2 0/7] ref-transaction-send-pack Ronnie Sahlberg
2014-11-03 19:12 ` [PATCH v2 1/7] receive-pack.c: add protocol support to negotiate atomic-push Ronnie Sahlberg
2014-11-03 19:12 ` [PATCH v2 2/7] send-pack.c: add an --atomic-push command line argument Ronnie Sahlberg
2014-11-04 22:17   ` Stefan Beller
2014-11-04 22:20     ` Ronnie Sahlberg
2014-11-03 19:12 ` [PATCH v2 3/7] receive-pack.c: use a single transaction when atomic-push is negotiated Ronnie Sahlberg
2014-11-03 19:12 ` [PATCH v2 4/7] push.c: add an --atomic-push argument Ronnie Sahlberg
2014-11-03 19:12 ` [PATCH v2 5/7] t5543-atomic-push.sh: add basic tests for atomic pushes Ronnie Sahlberg
2014-11-03 19:12 ` [PATCH v2 6/7] refs.c: add an err argument to create_reflog Ronnie Sahlberg
2014-11-03 19:12 ` [PATCH v2 7/7] refs.c: add an err argument to create_symref 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).