377 Commits (cbd8db17acb77ea646c739bf96c31fe7484bc491)

Author SHA1 Message Date
brian m. carlson db1ba2a230 submodule: avoid hard-coded constants 6 years ago
Jonathan Tan bd5e567dc7 submodule: explain first attempt failure clearly 6 years ago
Jeff Hostetler ee4512ed48 trace2: create new combined trace facility 6 years ago
Nguyễn Thái Ngọc Duy 5a59a2301f completion: add more parameter value completion 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Stefan Beller 142e9f4432 submodule: don't add submodule as odb for push 6 years ago
Stefan Beller 605f0ec135 submodule: use submodule repos for object lookup 6 years ago
Stefan Beller 898c2e65b7 submodule: unset core.worktree if no working tree is present 6 years ago
Stefan Beller be76c21282 fetch: ensure submodule objects fetched 6 years ago
Stefan Beller a62387b3fc submodule.c: fetch in submodules git directory instead of in worktree 6 years ago
Stefan Beller 26f80ccfc1 submodule: migrate get_next_submodule to use repository structs 6 years ago
Stefan Beller bcd7337243 submodule: store OIDs in changed_submodule_names 6 years ago
Stefan Beller 16dd6fe133 submodule.c: tighten scope of changed_submodule_names struct 6 years ago
Stefan Beller 08a297bd49 submodule.c: sort changed_submodule_names before searching it 6 years ago
Stefan Beller 25e3d28efd submodule.c: fix indentation 6 years ago
Nguyễn Thái Ngọc Duy 6245b98b0e submodule.c: remove some of the_repository references 6 years ago
Antonio Ospite b5c259f226 submodule: add a helper to check if it is safe to write to .gitmodules 6 years ago
Antonio Ospite 45f5ef3d77 submodule: factor out a config_set_in_gitmodules_file_gently function 6 years ago
Sam McKelvie c5cbb27cb5 rev-parse: --show-superproject-working-tree should work during a merge 7 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 174d131fc9 submodule.c: remove implicit dependency on the_index 7 years ago
Ben Peart 43f1180814 git-mv: allow submodules and fsmonitor to work together 7 years ago
Jonathan Nieder f178c13fda Revert "Merge branch 'sb/submodule-core-worktree'" 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Nguyễn Thái Ngọc Duy 68f08b4b23 submodule.c: use the right index instead of the_index 7 years ago
Nguyễn Thái Ngọc Duy 6d2df284e7 dir.c: remove an implicit dependency on the_index in pathspec code 7 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 7 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Stefan Beller ba95d4e4bd submodule.c: report the submodule that an error occurs in 7 years ago
Stefan Beller 4fa4f90ccd submodule: unset core.worktree if no working tree is present 7 years ago
Stefan Beller 5fc84755f1 submodule: fix NULL correctness in renamed broken submodules 7 years ago
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