424 Commits (2d677e5b1537692a4f875740a6e9853c24285f02)

Author SHA1 Message Date
Derrick Stolee 847a9e5d4f *: remove 'const' qualifier for struct index_state 4 years ago
Peter Kaestle 505a276596 submodules: fix of regression on fetching of non-init subsub-repo 4 years ago
Sangeeta Jain 8ef9312464 diff: do not show submodule with untracked files as "-dirty" 4 years ago
Junio C Hamano 7091499bc0 Revert "submodules: fix of regression on fetching of non-init subsub-repo" 4 years ago
Peter Kaestle 1b7ac4e6d4 submodules: fix of regression on fetching of non-init subsub-repo 4 years ago
Sergey Organov d01141de5a diff: get rid of redundant 'dense' argument 5 years ago
Orgad Shaneh a462bee5d5 submodule: suppress checking for file name and ref ambiguity for object ids 5 years ago
Junio C Hamano afbdba391e run_command: teach API users to use embedded 'args' more 5 years ago
Jeff King f1de981e8b config: fix leaks from git_config_get_string_const() 5 years ago
Shourya Shukla 180b154b09 submodule: rename helper functions to avoid ambiguity 5 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King c972bf4cf5 strvec: convert remaining callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Michael Forney 85a1ec2c32 submodule: use submodule repository when preparing summary 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
Alexandr Miloslavskiy 49d3c4b481 get_superproject_working_tree(): return strbuf 5 years ago
Alexandr Miloslavskiy 4530a85b4c real_path_if_valid(): remove unsafe API 5 years ago
Alexandr Miloslavskiy 3d7747e318 real_path: remove unsafe API 5 years ago
Emily Shaffer 303b3c1c46 submodule: add newline on invalid submodule error 5 years ago
David Turner 7edee32985 git rm submodule: succeed if .gitmodules index stat info is zero 5 years ago
Philippe Blain a9472afb63 submodule.c: use get_git_dir() instead of get_git_common_dir() 5 years ago
Emily Shaffer 0222540827 fetch: emphasize failure during submodule fetch 5 years ago
Ralf Thielow a4ffbbbb99 submodule.c: mark more strings for translation 5 years ago
Johannes Schindelin a8dee3ca61 Disallow dubiously-nested submodule git directories 5 years ago
Jeff King cf7a901ae4 submodule: drop unused prefix parameter from some functions 6 years ago
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 7 years ago
Antonio Ospite 45f5ef3d77 submodule: factor out a config_set_in_gitmodules_file_gently function 7 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