356 Commits (ed35d18841130fee0109cbe40b659275a3f78cc9)

Author SHA1 Message Date
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
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. 8 years ago
Stefan Beller 2d94dd2fc6 submodule: correct error message for missing commits 8 years ago
Han-Wen Nienhuys 3ce08548bb submodule.c: describe submodule_to_gitdir() in a new comment 8 years ago
Martin Ågren dcb572ab94 object_array: use `object_array_clear()`, not `free()` 8 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