summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)Author
2019-01-04Merge branch 'jk/loose-object-cache'Junio C Hamano
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano
2018-11-13rename "alternate_object_database" to "object_directory"Jeff King
2018-11-13submodule--helper: prefer strip_suffix() to ends_with()Jeff King
2018-11-06Merge branch 'sb/submodule-url-to-absolute'Junio C Hamano
2018-10-31submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite
2018-10-30Merge branch 'sb/submodule-helper-remove-cruft'Junio C Hamano
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-10-18builtin/submodule--helper: remove debugging leftover tracingStefan Beller
2018-10-18submodule helper: convert relative URL to absolute URL if neededStefan Beller
2018-10-09submodule: add a helper to check if it is safe to write to .gitmodulesAntonio Ospite
2018-10-09submodule--helper: add a new 'config' subcommandAntonio Ospite
2018-09-27Sync with 2.19.1Junio C Hamano
2018-09-27Sync with 2.18.1Junio C Hamano
2018-09-27Sync with 2.17.2Junio C Hamano
2018-09-27Sync with 2.16.5Junio C Hamano
2018-09-27Sync with 2.15.3Junio C Hamano
2018-09-27Sync with Git 2.14.4Junio C Hamano
2018-09-27submodule--helper: use "--" to signal end of clone optionsJeff King
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
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-23i18n: fix mistakes in translated stringsJean-Noël Avila
2018-08-20Merge branch 'sb/submodule-cleanup'Junio C Hamano
2018-08-16builtin/submodule--helper: remove stray new lineStefan Beller
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-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-08-03builtin/submodule--helper: factor out method to update a single submoduleStefan Beller
2018-08-03builtin/submodule--helper: store update_clone information in a structStefan Beller
2018-08-03builtin/submodule--helper: factor out submodule updatingStefan Beller
2018-08-03git-submodule.sh: rename unused variablesStefan Beller
2018-07-18Merge branch 'ao/config-from-gitmodules'Junio C Hamano
2018-07-18Merge branch 'sb/submodule-core-worktree'Junio C Hamano
2018-06-26submodule-config: add helper to get 'update-clone' config from .gitmodulesAntonio Ospite
2018-06-25Merge branch 'sb/plug-misc-leaks'Junio C Hamano
2018-06-25Merge branch 'pc/submodule-helper-foreach'Junio C Hamano
2018-06-19submodule deinit: unset core.worktreeStefan Beller
2018-06-19submodule: ensure core.worktree is set after updateStefan Beller
2018-06-01submodule--helper: plug mem leak in print_default_remoteStefan Beller
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano
2018-05-30Merge branch 'cf/submodule-progress-dissociate'Junio C Hamano
2018-05-29Sync with Git 2.17.1Junio 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.14.4Junio 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-17submodule--helper: convert push_check to use struct refspecBrandon Williams