331 Commits (42cc7485a2ec49ecc440c921d2eb0cae4da80549)

Author SHA1 Message Date
Jonathan Tan 4d36f88be7 submodule: do not pass null OID to setup_revisions 7 years ago
Brandon Williams 60fba4bf16 submodule: convert push_unpushed_submodules to take a struct refspec 7 years ago
Stefan Beller 18cfc08866 submodule.c: move submodule merging to merge-recursive.c 7 years ago
Johannes Schindelin c3c3486b24 Convert remaining die*(BUG) messages 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson 939b89a083 submodule: convert several uses of EMPTY_TREE_SHA1_HEX 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Stefan Beller da62f786d2 submodule: fixup nested submodules after moving the submodule 7 years ago
Stefan Beller 0c89fdd739 submodule-config: remove submodule_from_cache 7 years ago
Stefan Beller 3b8fb393bc submodule-config: add repository argument to submodule_from_{name, path} 7 years ago
Stefan Beller 0d4a132144 object-store: migrate alternates struct and functions from cache.h 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson 30e677e0e2 strbuf: convert strbuf_add_unique_abbrev to use struct object_id 7 years ago
Brandon Williams bc099914d4 submodule: rename 'new' variables 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Stefan Beller 7dcc1f4df8 submodule: submodule_move_head omits old argument in forced case 7 years ago
Brandon Williams e724197f23 submodule: convert get_next_submodule to not rely on the_index 7 years ago
Brandon Williams 7da9aba417 submodule: used correct index in is_staging_gitmodules_ok 7 years ago
Brandon Williams 3b8317a9e6 submodule: convert stage_updated_gitmodules to take a struct index_state 7 years ago
brian m. carlson eb0ccfd7f5 Switch empty tree and blob lookups to use hash abstraction 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams b2100e5291 diff: remove DIFF_OPT_CLR macro 7 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 7 years ago
Brandon Williams 3b69daed86 diff: remove DIFF_OPT_TST macro 7 years ago
Heiko Voigt 4b4acedd61 submodule: simplify decision tree whether to or not to fetch 7 years ago
Heiko Voigt c68f837576 implement fetching of moved submodules 7 years ago
brian m. carlson 0f2dc722dd refs: convert resolve_refdup and refs_resolve_refdup to struct object_id 7 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 7 years ago
Stefan Beller 2d94dd2fc6 submodule: correct error message for missing commits 7 years ago
Han-Wen Nienhuys 3ce08548bb submodule.c: describe submodule_to_gitdir() in a new comment 7 years ago
Martin Ågren dcb572ab94 object_array: use `object_array_clear()`, not `free()` 7 years ago
Stefan Beller 3c96aa9723 push, fetch: error out for submodule entries not pointing to commits 8 years ago
Nguyễn Thái Ngọc Duy d0c39a49cc revision.c: --all adds HEAD from all worktrees 8 years ago
Nguyễn Thái Ngọc Duy 2e2d4040bd refs.c: move for_each_remote_ref_submodule() to submodule.c 8 years ago
Brandon Williams 557a5998df submodule: remove gitmodules_config 8 years ago
Brandon Williams 1b796ace7b submodule-config: move submodule-config functions to submodule-config.c 8 years ago
Brandon Williams 2cc67fe54a submodule: remove submodule_config callback routine 8 years ago
Brandon Williams 7463e2ec3e unpack-trees: don't respect submodule.update 8 years ago
Brandon Williams fdfa9e97db submodule: don't rely on overlayed config when setting diffopts 8 years ago
Brandon Williams 492c6c46da fetch: don't overlay config with submodule-config 8 years ago
Brandon Williams ec6141a0f2 submodule--helper: don't overlay config in update-clone 8 years ago
Brandon Williams 9ef23f91fc submodule: don't use submodule_from_name 8 years ago
Brandon Williams 2184d4ba0c submodule: merge repo_read_gitmodules and gitmodules_config 8 years ago
Brandon Williams 34e2ba04be submodule: check for unmerged .gitmodules outside of config parsing 8 years ago
Brandon Williams 91b834807b submodule: check for unstaged .gitmodules outside of config parsing 8 years ago
Brandon Williams 8fa2915971 submodule: remove fetch.recursesubmodules from submodule-config parsing 8 years ago
Brandon Williams f20e7c1ea2 submodule: remove submodule.fetchjobs from submodule-config parsing 8 years ago
Brandon Williams 4c0eeafe47 cache.h: add GITMODULES_FILE macro 8 years ago
Stefan Beller 3ef2538032 recursive submodules: detach HEAD from new state 8 years ago
Brandon Williams c7be7201a7 submodule--helper: teach push-check to handle HEAD 8 years ago