diff options
author | Patrick Steinhardt <ps@pks.im> | 2022-11-17 06:46:56 +0100 |
---|---|---|
committer | Taylor Blau <me@ttaylorr.com> | 2022-11-17 22:22:52 +0100 |
commit | 8c1bc2a71a7680161532e5eabf4dbfbc81dd07be (patch) | |
tree | 2ca1424cd6beaff3d8067b7ff07f0e027d734074 /pack-bitmap.c | |
parent | revision: introduce struct to handle exclusions (diff) | |
download | git-8c1bc2a71a7680161532e5eabf4dbfbc81dd07be.tar.xz git-8c1bc2a71a7680161532e5eabf4dbfbc81dd07be.zip |
revision: add new parameter to exclude hidden refs
Users can optionally hide refs from remote users in git-upload-pack(1),
git-receive-pack(1) and others via the `transfer.hideRefs`, but there is
not an easy way to obtain the list of all visible or hidden refs right
now. We'll require just that though for a performance improvement in our
connectivity check.
Add a new option `--exclude-hidden=` that excludes any hidden refs from
the next pseudo-ref like `--all` or `--branches`.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'pack-bitmap.c')
0 files changed, 0 insertions, 0 deletions