diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-10-06 22:40:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-06 22:40:11 +0200 |
commit | 921c795c25577e40df1f607a22748332bfb225ea (patch) | |
tree | e29b9b398d13aeb9b8053f220f584228a87f1b28 /revision.h | |
parent | The tenth batch (diff) | |
parent | revision: remove "submodule" from opt struct (diff) | |
download | git-921c795c25577e40df1f607a22748332bfb225ea.tar.xz git-921c795c25577e40df1f607a22748332bfb225ea.zip |
Merge branch 'jt/add-submodule-odb-clean-up'
More code paths that use the hack to add submodule's object
database to the set of alternate object store have been cleaned up.
* jt/add-submodule-odb-clean-up:
revision: remove "submodule" from opt struct
repository: support unabsorbed in repo_submodule_init
submodule: remove unnecessary unabsorbed fallback
Diffstat (limited to 'revision.h')
-rw-r--r-- | revision.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/revision.h b/revision.h index 0c65a760ee..5578bb4720 100644 --- a/revision.h +++ b/revision.h @@ -336,7 +336,6 @@ extern volatile show_early_output_fn_t show_early_output; struct setup_revision_opt { const char *def; void (*tweak)(struct rev_info *, struct setup_revision_opt *); - const char *submodule; /* TODO: drop this and use rev_info->repo */ unsigned int assume_dashdash:1, allow_exclude_promisor_objects:1; unsigned revarg_opt; |