summaryrefslogtreecommitdiff
path: root/git-submodule.sh
AgeCommit message (Expand)Author
2020-03-05Merge branch 'es/recursive-single-branch-clone'Junio C Hamano
2020-02-25clone: pass --single-branch during --recurse-submodulesEmily Shaffer
2020-01-15submodule add: show 'add --dry-run' stderr when abortingKyle Meyer
2019-12-10Merge branch 'dl/submodule-set-url'Junio C Hamano
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin
2019-10-30submodule: teach set-url subcommandDenton Liu
2019-05-08Merge branch 'km/empty-repo-is-still-a-repo'Junio C Hamano
2019-04-25Merge branch 'nd/submodule-foreach-quiet'Junio C Hamano
2019-04-25Merge branch 'dl/submodule-set-branch'Junio C Hamano
2019-04-15submodule foreach: fix "<command> --quiet" not being respectedNguyễn Thái Ngọc Duy
2019-04-10submodule: refuse to add repository with no commitsKyle Meyer
2019-04-10submodule: teach set-branch subcommandDenton Liu
2019-04-09Merge branch 'jt/submodule-fetch-errmsg'Junio C Hamano
2019-03-14submodule: explain first attempt failure clearlyJonathan Tan
2019-02-15submodule: document default behaviorDenton Liu
2019-02-07Merge branch 'sh/submodule-summary-abbrev-fix'Junio C Hamano
2019-02-04git-submodule.sh: shorten submodule SHA-1s using rev-parseSven van Haastregt
2019-01-18git-submodule: abort if core.worktree could not be set correctlyStefan Beller
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