224 Commits (92ac04b8ee4438fe49eff037a65410ecc866ea1a)

Author SHA1 Message Date
Jonathan Nieder c154745074 submodule: defend against submodule.update = !command in .gitmodules 5 years ago
Johannes Schindelin a8dee3ca61 Disallow dubiously-nested submodule git directories 5 years ago
Johannes Schindelin 0060fd1511 clone --recurse-submodules: prevent name squatting on Windows 5 years ago
Bert Wesarg cda0d497e3 builtin/submodule--helper: fix usage string for 'update-clone' 6 years ago
brian m. carlson 8d4d86b0f0 cache: remove null_sha1 6 years ago
Morian Sonnet 30db18b148 submodule foreach: fix recursion of options 6 years ago
Jeff King cf7a901ae4 submodule: drop unused prefix parameter from some functions 6 years ago
Nguyễn Thái Ngọc Duy 1a8787144d submodule--helper: add a missing \n 6 years ago
Nguyễn Thái Ngọc Duy a282f5a906 submodule foreach: fix "<command> --quiet" not being respected 6 years ago
Jeff King c5c33504c9 report_path_error(): drop unused prefix parameter 6 years ago
Jeff Hostetler ee4512ed48 trace2: create new combined trace facility 6 years ago
Denton Liu c89c494240 submodule--helper: teach config subcommand --unset 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 8eda5efa12 submodule deinit: unset core.worktree 6 years ago
Stefan Beller 820a647e67 submodule--helper: fix BUG message in ensure_core_worktree 6 years ago
Junio C Hamano e3a9d1aca9 submodule update: run at most one fetch job unless otherwise set 6 years ago
Stefan Beller d5498e0871 repository: repo_submodule_init to take a submodule struct 6 years ago
Jeff King 263db403fa rename "alternate_object_database" to "object_directory" 6 years ago
Jeff King b2ac148fae submodule--helper: prefer strip_suffix() to ends_with() 6 years ago
Antonio Ospite 76e9bdc437 submodule: support reading .gitmodules when it's not in the working tree 6 years ago
Stefan Beller 48b91d9714 builtin/submodule--helper: remove debugging leftover tracing 7 years ago
Stefan Beller e0a862fdaf submodule helper: convert relative URL to absolute URL if needed 7 years ago
Antonio Ospite b5c259f226 submodule: add a helper to check if it is safe to write to .gitmodules 7 years ago
Antonio Ospite 2502ffc0cf submodule--helper: add a new 'config' subcommand 7 years ago
Jeff King 98afac7a7c submodule--helper: use "--" to signal end of clone options 7 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 7 years ago
Jonathan Nieder f178c13fda Revert "Merge branch 'sb/submodule-core-worktree'" 7 years ago
Jean-Noël Avila 27c929edd6 i18n: fix mistakes in translated strings 7 years ago
Stefan Beller e6b09b184d builtin/submodule--helper: remove stray new line 7 years ago
Stefan Beller ee69b2a90c submodule--helper: introduce new update-module-mode helper 7 years ago
Stefan Beller 74d4731da1 submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktree 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
Stefan Beller c94d9dc286 builtin/submodule--helper: factor out method to update a single submodule 7 years ago
Stefan Beller f1d15713fa builtin/submodule--helper: store update_clone information in a struct 7 years ago
Stefan Beller 90efe595c5 builtin/submodule--helper: factor out submodule updating 7 years ago
Stefan Beller 9eca701f69 git-submodule.sh: rename unused variables 7 years ago
Antonio Ospite 057449978e submodule-config: add helper to get 'update-clone' config from .gitmodules 7 years ago
Stefan Beller 984cd77ddb submodule deinit: unset core.worktree 7 years ago
Stefan Beller e98317508c submodule: ensure core.worktree is set after update 7 years ago
Stefan Beller e6be8e2f9f submodule--helper: plug mem leak in print_default_remote 7 years ago
Jeff King 0383bbb901 submodule-config: verify submodule names as paths 7 years ago
Casey Fitzpatrick a0ef29341a submodule: add --dissociate option to add/update commands 7 years ago
Brandon Williams 9c8361b289 submodule--helper: convert push_check to use struct refspec 7 years ago
Brandon Williams 0ad4a5ff50 refspec: rename struct refspec to struct refspec_item 7 years ago
Brandon Williams ec0cb49655 refspec: move refspec parsing logic into its own file 7 years ago
Prathamesh Chavan fc1b9243cd submodule: port submodule subcommand 'foreach' from shell to C 7 years ago
Nguyễn Thái Ngọc Duy 0b5e2ea7cf submodule--helper: don't print null in 'submodule status' 7 years ago
Stefan Beller da62f786d2 submodule: fixup nested submodules after moving the submodule 7 years ago
Stefan Beller 3b8fb393bc submodule-config: add repository argument to submodule_from_{name, path} 7 years ago
René Scharfe 74b6bda32f submodule: check for NULL return of get_submodule_ref_store() 7 years ago