298 Commits (0d7131763e7762dc34c407f32e3c63123001a292)

Author SHA1 Message Date
Mugdha Pattnaik 0adc8ba6ae submodule: absorb git dir instead of dying on deinit 3 years ago
Jeff King 6b615dbece submodule: drop unused sm_name parameter from append_fetch_remotes() 3 years ago
Kaartic Sivaraam c21fb4676f submodule--helper: fix incorrect newlines in an error message 3 years ago
Ævar Arnfjörð Bjarmason c270b055d9 submodule--helper: fix small memory leaks 3 years ago
Ævar Arnfjörð Bjarmason f69a6e4f07 *.h: move some *_INIT to designated initializers 4 years ago
Ævar Arnfjörð Bjarmason 9865b6e6a4 *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom 4 years ago
Elijah Newren 94b7f1563a Comment important codepaths regarding nuking untracked files/dirs 4 years ago
Jonathan Tan ce125d431a submodule: extract path to submodule gitdir func 4 years ago
Jonathan Tan 8eb8dcf946 repository: support unabsorbed in repo_submodule_init 4 years ago
Ben Boeckel ed9bff0817 advice: remove read uses of most global `advice_` variables 4 years ago
Atharva Raykar c51f8f94e5 submodule--helper: run update procedures from C 4 years ago
Atharva Raykar de0fcbe0f4 submodule--helper: rename compute_submodule_clone_url() 4 years ago
Atharva Raykar 15fe88d5a6 submodule--helper: remove resolve-relative-url subcommand 4 years ago
Atharva Raykar ba8a3b019e submodule--helper: remove add-config subcommand 4 years ago
Atharva Raykar f006132c24 submodule--helper: remove add-clone subcommand 4 years ago
Atharva Raykar a6226fd772 submodule--helper: convert the bulk of cmd_add() to C 4 years ago
Atharva Raykar 0c61041ed6 submodule--helper: remove repeated code in sync_submodule() 4 years ago
Atharva Raykar ab6f23b751 submodule--helper: refactor resolve_relative_url() helper 4 years ago
Atharva Raykar 6baf4e4da4 submodule--helper: add options for compute_submodule_clone_url() 4 years ago
Atharva Raykar a452128a36 submodule--helper: introduce add-config subcommand 4 years ago
Andrzej Hunt edfc744918 builtin/submodule--helper: release unused strbuf to avoid leak 4 years ago
Jeff King bbe3165f82 submodule: drop unused sm_name parameter from show_fetch_remotes() 4 years ago
Atharva Raykar 8c8195e9c3 submodule--helper: introduce add-clone subcommand 4 years ago
Atharva Raykar a98b02c112 submodule--helper: refactor module_clone() 4 years ago
Atharva Raykar 6a24cc71ed submodule--helper: remove redundant include 4 years ago
Alex Henrie f5f5a61d5a submodule: use the imperative mood to describe the --files option 4 years ago
brian m. carlson 14228447c9 hash: provide per-algorithm null OIDs 4 years ago
Torsten Bögershausen 5c327502db MacOS: precompose_argv_prefix() 4 years ago
ZheNing Hu e73fe3dd02 builtin/*: update usage format 4 years ago
Jean-Noël Avila 9f443f5531 doc: fix the bnf like style of some commands 5 years ago
Shourya Shukla d79b145569 t7421: eliminate 'grep' check in t7421.4 for mingw compatibility 5 years ago
Shourya Shukla f0c6b6467d submodule: fix style in function definition 5 years ago
Shourya Shukla e0f7ae564e submodule: eliminate unused parameters from print_submodule_summary() 5 years ago
Jeff King 55fe225dde submodule--helper: fix leak of core.worktree value 5 years ago
Jeff King f1de981e8b config: fix leaks from git_config_get_string_const() 5 years ago
Jeff King 9101c8ea2d submodule--helper: use strbuf_release() to free strbufs 5 years ago
Prathamesh Chavan e83e3333b5 submodule: port submodule subcommand 'summary' from shell to C 5 years ago
Shourya Shukla 6414c3d316 submodule: remove extra line feeds between callback struct and macro 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 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Johannes Schindelin f0a96e8d4c submodule: fall back to remote's HEAD for missing remote.<name>.branch 5 years ago
Shourya Shukla 2964d6e5e1 submodule: port subcommand 'set-branch' from shell to C 5 years ago
Shourya Shukla 6417cf9c21 submodule: port subcommand 'set-url' from shell to C 5 years ago
Shourya Shukla d00a5bdd50 submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb' 5 years ago
Emily Shaffer 132f600b06 clone: pass --single-branch during --recurse-submodules 5 years ago
Emily Shaffer 47319576f1 submodule--helper: use C99 named initializer 5 years ago
Peter Kaestle 3b2885ec9b submodule: fix status of initialized but not cloned submodules 5 years ago
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