118 Commits (148bce96e58a80fcf3a36d0cb70e0bd24ba6cfb6)

Author SHA1 Message Date
Prathamesh Chavan 2e612731b5 submodule: port submodule subcommand 'deinit' from shell to C 7 years ago
Prathamesh Chavan 13424764db submodule: port submodule subcommand 'sync' from shell to C 7 years ago
Jean-Noel Avila ed5bdd5bab submodule--helper.c: i18n: add a missing space in message 7 years ago
brian m. carlson 0f2dc722dd refs: convert resolve_refdup and refs_resolve_refdup to struct object_id 7 years ago
Prathamesh Chavan a9f8a37584 submodule: port submodule subcommand 'status' from shell to C 7 years ago
Prathamesh Chavan 9f580a6260 submodule--helper: introduce for_each_listed_submodule() 7 years ago
Prathamesh Chavan 74a10642aa submodule--helper: introduce get_submodule_displaypath() 7 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 7 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 7 years ago
Brandon Williams 557a5998df submodule: remove gitmodules_config 8 years ago
Brandon Williams 2cc67fe54a submodule: remove submodule_config callback routine 8 years ago
Brandon Williams ec6141a0f2 submodule--helper: don't overlay config in update-clone 8 years ago
Brandon Williams 177257ccc7 submodule--helper: don't overlay config in remote_submodule_branch 8 years ago
Brandon Williams f20e7c1ea2 submodule: remove submodule.fetchjobs from submodule-config parsing 8 years ago
Johannes Schindelin c1e860f1dc run_processes_parallel: change confusing task_cb convention 8 years ago
Brandon Williams c7be7201a7 submodule--helper: teach push-check to handle HEAD 8 years ago
brian m. carlson cd73de4714 submodule: convert submodule config lookup to use object_id 8 years ago
Junio C Hamano dc4b4a61ba submodule--helper: do not call utf8_fprintf() unnecessarily 8 years ago
Brandon Williams 627d9342fe submodule: convert is_submodule_initialized to work on a repository 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jeff King f0994fa85d submodule--helper: show usage for "-h" 8 years ago
Brandon Williams 2249d4dbc1 pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP 8 years ago
Jeff King 627fde1025 submodule_init: die cleanly on submodules without url defined 8 years ago
Stefan Beller 9af7ec30cb submodule--helper: fix typo in is_active error message 8 years ago
Brandon Williams 93481a6b89 submodule--helper: add push-check subcommand 8 years ago
Brandon Williams 1f8d711548 submodule--helper init: set submodule.<name>.active 8 years ago
Brandon Williams 3e7eaed016 submodule init: initialize active submodules 8 years ago
Brandon Williams ee92ab992f submodule--helper clone: check for configured submodules using helper 8 years ago
Brandon Williams 5c2bd8b77a submodule--helper: add is-active subcommand 8 years ago
Valery Tolstov 4682085cd4 submodule--helper.c: remove duplicate code 8 years ago
Stefan Beller d1b3b81aab submodule init: warn about falling back to a local path 8 years ago
René Scharfe 0aaad415bc use absolute_pathdup() 8 years ago
Stefan Beller 6e7c14e65c submodule update --init: display correct path from submodule 8 years ago
Stefan Beller f6f8586140 submodule: add absorb-git-dir function 8 years ago
Vitaly "_Vi" Shukela bf03b79047 submodule--helper: set alternateLocation for cloned submodules 8 years ago
Stefan Beller 89c8626557 submodule helper: support super prefix 8 years ago
Jeff King 597f9134de alternates: use a separate scratch space 8 years ago
Stefan Beller 3389e78ec8 submodule: ignore trailing slash in relative url 8 years ago
Stefan Beller 087885049e submodule: ignore trailing slash on superproject URL 8 years ago
René Scharfe 92d52fab3a use strbuf_addstr() instead of strbuf_addf() with "%s", part 2 8 years ago
Jeff King 72c5f88311 clone: pass --progress decision to recursive submodules 8 years ago
René Scharfe a22ae753cb use strbuf_addstr() for adding constant strings to a strbuf, part 2 8 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 8 years ago
Stefan Beller 31224cbdc7 clone: recursive and reference option triggers submodule alternates 9 years ago
Stefan Beller 5f50f33e87 submodule--helper update-clone: allow multiple references 9 years ago
Stefan Beller 965dbea09a submodule--helper module-clone: allow multiple references 9 years ago
Stefan Beller 2201ee09b5 submodule--helper: use parallel processor correctly 9 years ago
René Scharfe 542aa25d97 use CHILD_PROCESS_INIT to initialize automatic variables 9 years ago
Stefan Beller 4d7bc52b17 submodule update: allow '.' for branch value 9 years ago
Stefan Beller 92bbe7ccf1 submodule--helper: add remote-branch helper 9 years ago