git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/6] Refs cleanup
@ 2020-05-20 17:36 Han-Wen Nienhuys via GitGitGadget
  2020-05-20 17:36 ` [PATCH 1/6] refs.h: clarify reflog iteration order Han-Wen Nienhuys via GitGitGadget
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Han-Wen Nienhuys via GitGitGadget @ 2020-05-20 17:36 UTC (permalink / raw)
  To: git; +Cc: Han-Wen Nienhuys

This patch series contains preliminary cleanups for adding reftable support
to git-core

Han-Wen Nienhuys (5):
  refs.h: clarify reflog iteration order
  t: use update-ref and show-ref to reading/writing refs
  refs: improve documentation for ref iterator
  reftable: clarify how empty tables should be written
  reftable: define version 2 of the spec to accomodate SHA256

Jonathan Nieder (1):
  reftable: file format documentation

 Documentation/Makefile               |    1 +
 Documentation/technical/reftable.txt | 1083 ++++++++++++++++++++++++++
 refs.h                               |   18 +-
 refs/refs-internal.h                 |   18 +-
 t/t0002-gitfile.sh                   |    2 +-
 t/t1400-update-ref.sh                |   32 +-
 t/t1506-rev-parse-diagnosis.sh       |    2 +-
 t/t6050-replace.sh                   |    2 +-
 t/t9020-remote-svn.sh                |    4 +-
 9 files changed, 1137 insertions(+), 25 deletions(-)
 create mode 100644 Documentation/technical/reftable.txt


base-commit: b34789c0b0d3b137f0bb516b417bd8d75e0cb306
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-638%2Fhanwen%2Frefs-cleanup-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-638/hanwen/refs-cleanup-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/638
-- 
gitgitgadget

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

end of thread, other threads:[~2020-05-20 17:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 17:36 [PATCH 0/6] Refs cleanup Han-Wen Nienhuys via GitGitGadget
2020-05-20 17:36 ` [PATCH 1/6] refs.h: clarify reflog iteration order Han-Wen Nienhuys via GitGitGadget
2020-05-20 17:36 ` [PATCH 2/6] t: use update-ref and show-ref to reading/writing refs Han-Wen Nienhuys via GitGitGadget
2020-05-20 17:36 ` [PATCH 3/6] refs: improve documentation for ref iterator Han-Wen Nienhuys via GitGitGadget
2020-05-20 17:36 ` [PATCH 4/6] reftable: file format documentation Jonathan Nieder via GitGitGadget
2020-05-20 17:36 ` [PATCH 5/6] reftable: clarify how empty tables should be written Han-Wen Nienhuys via GitGitGadget
2020-05-20 17:36 ` [PATCH 6/6] reftable: define version 2 of the spec to accomodate SHA256 Han-Wen Nienhuys via GitGitGadget
2020-05-20 17:46 ` [PATCH 0/6] Refs cleanup Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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).