summaryrefslogtreecommitdiff
path: root/git-submodule.sh
AgeCommit message (Expand)Author
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano
2018-10-31submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite
2018-10-15submodule: make zero-oid comparison hash function agnosticbrian m. carlson
2018-10-09submodule: use the 'submodule--helper config' commandAntonio Ospite
2018-09-17Merge branch 'sb/submodule-update-in-c'Junio C Hamano
2018-09-08Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder
2018-08-20Merge branch 'sb/pull-rebase-submodule'Junio C Hamano
2018-08-14submodule--helper: introduce new update-module-mode helperStefan Beller
2018-08-14submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktreeStefan Beller
2018-08-14git-submodule.sh: accept verbose flag in cmd_update to be non-quietStefan Beller
2018-08-03git-submodule.sh: rename unused variablesStefan Beller
2018-08-03git-submodule.sh: align error reporting for update mode to use pathStefan Beller
2018-07-18Merge branch 'sb/submodule-core-worktree'Junio C Hamano
2018-06-25Merge branch 'pc/submodule-helper-foreach'Junio C Hamano
2018-06-19submodule: ensure core.worktree is set after updateStefan Beller
2018-05-30Merge branch 'sb/submodule-update-try-harder'Junio C Hamano
2018-05-30Merge branch 'cf/submodule-progress-dissociate'Junio C Hamano
2018-05-22Sync with Git 2.16.4Junio C Hamano
2018-05-22Sync with Git 2.15.2Junio C Hamano
2018-05-22Sync with Git 2.13.7Junio C Hamano
2018-05-22submodule-config: verify submodule names as pathsJeff King
2018-05-22submodule: add --dissociate option to add/update commandsCasey Fitzpatrick
2018-05-22submodule: add --progress option to add commandCasey Fitzpatrick
2018-05-22submodule: clean up substitutions in scriptCasey Fitzpatrick
2018-05-16git-submodule.sh: try harder to fetch a submoduleStefan Beller
2018-05-11submodule: port submodule subcommand 'foreach' from shell to CPrathamesh Chavan
2018-05-09submodule foreach: correct '$path' in nested submodules from a subdirectoryPrathamesh Chavan
2018-01-16submodule: port submodule subcommand 'deinit' from shell to CPrathamesh Chavan
2018-01-16submodule: port submodule subcommand 'sync' from shell to CPrathamesh Chavan
2017-10-07submodule: port submodule subcommand 'status' from shell to CPrathamesh Chavan
2017-09-10Merge branch 'sb/submodule-parallel-update' into maintJunio C Hamano
2017-08-23Merge branch 'sb/submodule-parallel-update'Junio C Hamano
2017-08-17submodule.sh: remove unused variableStefan Beller
2017-08-07scripts: use "git foo" not "git-foo"Michael Forney
2017-06-15add: warn when adding an embedded repositoryJeff King
2017-04-17submodule: prevent backslash expantion in submodule namesBrandon Williams
2017-03-18submodule add: respect submodule.active and submodule.<name>.activeBrandon Williams
2017-03-17submodule sync: use submodule--helper is-activeBrandon Williams
2017-03-17submodule sync: skip work for inactive submodulesBrandon Williams
2017-03-17submodule status: use submodule--helper is-activeBrandon Williams
2017-02-03Merge branch 'sb/submodule-update-initial-runs-custom-script'Junio C Hamano
2017-02-02Merge branch 'sb/submodule-add-force'Junio C Hamano
2017-01-26submodule update: run custom update script for initial populating as wellStefan Beller
2017-01-23Merge branch 'sb/submodule-init'Junio C Hamano
2017-01-23Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano
2017-01-12submodule update --init: display correct path from submoduleStefan Beller
2017-01-12submodule absorbgitdirs: mention in docstring helpStefan Beller
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano
2016-12-27Merge branch 'bw/transport-protocol-policy'Junio C Hamano
2016-12-15transport: add protocol policy config optionBrandon Williams