diff options
author | Hariom Verma <hariom18599@gmail.com> | 2020-02-23 18:57:09 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-24 11:13:46 -0800 |
commit | f8692114dbb1b3ffe0b71871a015c632c195b784 (patch) | |
tree | 1e314afe315fa742903bdbe1ef0d75e20bfb6aff /Documentation/RelNotes/2.14.4.txt | |
parent | get_main_worktree(): allow it to be called in the Git directory (diff) | |
download | tgif-f8692114dbb1b3ffe0b71871a015c632c195b784.tar.xz |
t5509: use a bare repository for test push target
`receive.denyCurrentBranch` currently has a bug where it allows pushing
into non-bare repository using namespaces as long as it does not have any
commits. This would cause t5509 to fail once that bug is fixed because it
pushes into an unborn current branch.
In t5509, no operations are performed inside `pushee`, as it is only a
target for `git push` and `git ls-remote` calls. Therefore it does not
need to have a worktree. So, it is safe to change `pushee` to a bare
repository.
Helped-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Hariom Verma <hariom18599@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.14.4.txt')
0 files changed, 0 insertions, 0 deletions