diff options
author | Derrick Stolee <derrickstolee@github.com> | 2022-03-09 16:01:32 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-03-09 10:25:26 -0800 |
commit | 4a4c3f9b6389168033843814ad45e69bf0b92b1d (patch) | |
tree | 989ea55d1a3077f9f1d4200cf7eaec2e467a34d8 /builtin | |
parent | index-pack: document and test the --promisor option (diff) | |
download | tgif-4a4c3f9b6389168033843814ad45e69bf0b92b1d.tar.xz |
list-objects-filter-options: create copy helper
As we add more embedded members with type 'struct
list_objects_filter_options', it will be important to easily perform a
deep copy across multiple such structs. Create
list_objects_filter_copy() to satisfy this need.
This method is recursive to match the recursive nature of the struct.
Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
0 files changed, 0 insertions, 0 deletions