mbox series

[0/4] Preliminary fixes for reftable support

Message ID pull.669.git.1593518738.gitgitgadget@gmail.com (mailing list archive)
Headers show
Series Preliminary fixes for reftable support | expand

Message

Linus Arver via GitGitGadget June 30, 2020, 12:05 p.m. UTC
These are assorted small fixes split out from the reftable topic.

Han-Wen Nienhuys (4):
  lib-t6000.sh: write tag using git-update-ref
  t3432: use git-reflog to inspect the reflog for HEAD
  checkout: add '\n' to reflog message
  Treat BISECT_HEAD as a pseudo ref

 builtin/bisect--helper.c       | 3 +--
 builtin/checkout.c             | 5 +++--
 git-bisect.sh                  | 4 ++--
 t/lib-t6000.sh                 | 5 ++---
 t/t3432-rebase-fast-forward.sh | 7 ++++---
 5 files changed, 12 insertions(+), 12 deletions(-)


base-commit: f402ea68166bd77f09b176c96005ac7f8886e14b
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-669%2Fhanwen%2Fpreliminaries-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-669/hanwen/preliminaries-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/669

Comments

Junio C Hamano July 7, 2020, 4:40 a.m. UTC | #1
"Han-Wen Nienhuys via GitGitGadget" <gitgitgadget@gmail.com> writes:

> These are assorted small fixes split out from the reftable topic.
>
> Han-Wen Nienhuys (4):
>   lib-t6000.sh: write tag using git-update-ref
>   t3432: use git-reflog to inspect the reflog for HEAD
>   checkout: add '\n' to reflog message
>   Treat BISECT_HEAD as a pseudo ref
>
>  builtin/bisect--helper.c       | 3 +--
>  builtin/checkout.c             | 5 +++--
>  git-bisect.sh                  | 4 ++--
>  t/lib-t6000.sh                 | 5 ++---
>  t/t3432-rebase-fast-forward.sh | 7 ++++---
>  5 files changed, 12 insertions(+), 12 deletions(-)

Thanks for splitting these out, and sorry for not being able to get
to them earlier.

Will queue.