410 Commits (2088a0c0cd61ab6c98064e68619e1d931a4619e2)

Author SHA1 Message Date
Atharva Raykar b3c5f5cb04 submodule: move core cmd_update() logic to C 3 years ago
Glen Choo c9911c9358 submodule--helper: teach update_data more options 3 years ago
Glen Choo 55b3f12cb5 submodule update: use die_message() 3 years ago
Glen Choo c9d2562493 submodule--helper update-clone: check for --filter and --init 3 years ago
Glen Choo 97cb977c82 submodule--helper: remove ensure-core-worktree 3 years ago
Glen Choo 29a5e9e1ff submodule--helper update-clone: learn --init 3 years ago
Glen Choo 1012a5cbc3 submodule--helper run-update-procedure: learn --remote 3 years ago
Glen Choo e441966596 submodule--helper run-update-procedure: remove --suboid 3 years ago
Josh Steadmon f05da2b48b clone, submodule: pass partial clone filters to submodules 3 years ago
Ævar Arnfjörð Bjarmason 162410f8a0 git-submodule: remove unused is_zero_oid() function 4 years ago
Atharva Raykar c51f8f94e5 submodule--helper: run update procedures from C 4 years ago
Atharva Raykar a6226fd772 submodule--helper: convert the bulk of cmd_add() to C 4 years ago
Atharva Raykar a452128a36 submodule--helper: introduce add-config subcommand 4 years ago
Atharva Raykar 8c8195e9c3 submodule--helper: introduce add-clone subcommand 4 years ago
Atharva Raykar 0008d12284 submodule: prefix die messages with 'fatal' 4 years ago
Kaartic Sivaraam 1cf823d8f0 submodule: remove unnecessary `prefix` based option logic 4 years ago
Nicholas Clark 62af4bdd42 submodule update: silence underlying fetch with "--quiet" 4 years ago
Jeff King 66d36b94af submodule: fix fetch_in_submodule logic 4 years ago
Ævar Arnfjörð Bjarmason a89a2fbfcc parse-remote: remove this now-unused library 4 years ago
Ævar Arnfjörð Bjarmason e63f7b0acb submodule: remove sh function in favor of helper 4 years ago
Ævar Arnfjörð Bjarmason 1c1518071c submodule: use "fetch" logic instead of custom remote discovery 4 years ago
Theodore Dubois 3ad0401e9e submodule update: silence underlying merge/rebase with "--quiet" 4 years ago
Prathamesh Chavan e83e3333b5 submodule: port submodule subcommand 'summary' from shell to C 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
Li Xuejiang 65d100c4dd git-submodule.sh: setup uninitialized variables 5 years ago
Emily Shaffer 132f600b06 clone: pass --single-branch during --recurse-submodules 5 years ago
Kyle Meyer c81638541c submodule add: show 'add --dry-run' stderr when aborting 5 years ago
Johannes Schindelin 0060fd1511 clone --recurse-submodules: prevent name squatting on Windows 5 years ago
Denton Liu 26b061007c submodule: teach set-url subcommand 5 years ago
Nguyễn Thái Ngọc Duy a282f5a906 submodule foreach: fix "<command> --quiet" not being respected 6 years ago
Kyle Meyer e13811189b submodule: refuse to add repository with no commits 6 years ago
Denton Liu b57e8119e6 submodule: teach set-branch subcommand 6 years ago
Jonathan Tan bd5e567dc7 submodule: explain first attempt failure clearly 6 years ago
Denton Liu 68cabbfda3 submodule: document default behavior 6 years ago
Sven van Haastregt 0586a438f6 git-submodule.sh: shorten submodule SHA-1s using rev-parse 6 years ago
Stefan Beller 5d124f419d git-submodule: abort if core.worktree could not be set correctly 6 years ago
Antonio Ospite 76e9bdc437 submodule: support reading .gitmodules when it's not in the working tree 6 years ago
brian m. carlson dda6346877 submodule: make zero-oid comparison hash function agnostic 6 years ago
Antonio Ospite b2faad44e2 submodule: use the 'submodule--helper config' command 6 years ago
Jonathan Nieder f178c13fda Revert "Merge branch 'sb/submodule-core-worktree'" 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
Stefan Beller e84c3cf3dc git-submodule.sh: accept verbose flag in cmd_update to be non-quiet 7 years ago
Stefan Beller 9eca701f69 git-submodule.sh: rename unused variables 7 years ago
Stefan Beller ff03d9306c git-submodule.sh: align error reporting for update mode to use path 7 years ago
Stefan Beller e98317508c submodule: ensure core.worktree is set after update 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
Casey Fitzpatrick 6d33e1c282 submodule: add --progress option to add command 7 years ago