89 Commits (748cffc22bbe769b3b2fba90ae98db4719b90bb4)

Author SHA1 Message Date
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 9 years ago
Stefan Beller 3389e78ec8 submodule: ignore trailing slash in relative url 9 years ago
Stefan Beller 087885049e submodule: ignore trailing slash on superproject URL 9 years ago
René Scharfe 92d52fab3a use strbuf_addstr() instead of strbuf_addf() with "%s", part 2 9 years ago
Jeff King 72c5f88311 clone: pass --progress decision to recursive submodules 9 years ago
René Scharfe a22ae753cb use strbuf_addstr() for adding constant strings to a strbuf, part 2 9 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 9 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
Stefan Beller 2de26ae1dc submodule--helper: fix usage string for relative-path 9 years ago
Johannes Sixt eb09121b74 submodule-helper: fix indexing in clone retry error reporting path 9 years ago
Stefan Beller 665b35eccd submodule--helper: initial clone learns retry logic 9 years ago
Stefan Beller 44431df024 submodule: remove bashism from shell script 9 years ago
Stefan Beller b0f4b40846 submodule--helper: offer a consistent API 9 years ago
Stefan Beller abed000aca submodule update: learn `--[no-]recommend-shallow` option 9 years ago
Jeff King 89044baa8b submodule: stop sanitizing config options 9 years ago
Stefan Beller c66410ed32 submodule init: redirect stdout to stderr 9 years ago
Stefan Beller 08fdbdb153 submodule--helper update-clone: abort gracefully on missing .gitmodules 9 years ago
Stefan Beller d92028a575 submodule init: fail gracefully with a missing .gitmodules file 9 years ago
Jeff King 4638728c63 submodule--helper: move config-sanitizing to submodule.c 9 years ago
Stefan Beller 3604242f08 submodule: port init from shell to C 9 years ago
Stefan Beller 63e95beb08 submodule: port resolve_relative_url from shell to C 9 years ago
Stefan Beller 1f15ba1f3c submodule--helper, module_clone: catch fprintf failure 9 years ago
Junio C Hamano 1ea4d9b7c8 submodule--helper: do not borrow absolute_path() result for too long 9 years ago
Stefan Beller f8eaa0ba98 submodule--helper, module_clone: always operate on absolute paths 9 years ago
Stefan Beller 47d5d64879 submodule--helper clone: create the submodule path just once 9 years ago
Stefan Beller 3c0663e166 submodule--helper: fix potential NULL-dereference 9 years ago
Stefan Beller 84ba959bbd submodule: fix regression for deinit without submodules 9 years ago