summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano1-0/+1
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Libravatar Junio C Hamano1-1/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2019-01-18Merge branch 'sb/submodule-unset-core-worktree-when-worktree-is-lost'Libravatar Junio C Hamano1-1/+3
2019-01-18Merge branch 'sb/submodule-fetchjobs-default-to-one'Libravatar Junio C Hamano1-1/+1
2019-01-04Merge branch 'jk/loose-object-cache'Libravatar Junio C Hamano1-4/+5
2018-12-26submodule deinit: unset core.worktreeLibravatar Stefan Beller1-0/+2
2018-12-26submodule--helper: fix BUG message in ensure_core_worktreeLibravatar Stefan Beller1-1/+1
2018-12-14submodule update: run at most one fetch job unless otherwise setLibravatar Junio C Hamano1-1/+1
2018-12-05repository: repo_submodule_init to take a submodule structLibravatar Stefan Beller1-1/+1
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Libravatar Junio C Hamano1-0/+40
2018-11-13rename "alternate_object_database" to "object_directory"Libravatar Jeff King1-3/+3
2018-11-13submodule--helper: prefer strip_suffix() to ends_with()Libravatar Jeff King1-3/+4
2018-11-06Merge branch 'sb/submodule-url-to-absolute'Libravatar Junio C Hamano1-17/+34
2018-10-31submodule: support reading .gitmodules when it's not in the working treeLibravatar Antonio Ospite1-1/+5
2018-10-30Merge branch 'sb/submodule-helper-remove-cruft'Libravatar Junio C Hamano1-2/+0
2018-10-19Merge branch 'nd/the-index'Libravatar Junio C Hamano1-1/+1
2018-10-18builtin/submodule--helper: remove debugging leftover tracingLibravatar Stefan Beller1-2/+0
2018-10-18submodule helper: convert relative URL to absolute URL if neededLibravatar Stefan Beller1-17/+34
2018-10-09submodule: add a helper to check if it is safe to write to .gitmodulesLibravatar Antonio Ospite1-1/+23
2018-10-09submodule--helper: add a new 'config' subcommandLibravatar Antonio Ospite1-0/+14
2018-09-27Sync with 2.19.1Libravatar Junio C Hamano1-0/+1
2018-09-27Sync with 2.18.1Libravatar Junio C Hamano1-0/+1
2018-09-27Sync with 2.17.2Libravatar Junio C Hamano1-0/+1
2018-09-27Sync with 2.16.5Libravatar Junio C Hamano1-0/+1
2018-09-27Sync with 2.15.3Libravatar Junio C Hamano1-0/+1
2018-09-27Sync with Git 2.14.4Libravatar Junio C Hamano1-0/+1
2018-09-27submodule--helper: use "--" to signal end of clone optionsLibravatar Jeff King1-0/+1
2018-09-21revision.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-09-17Merge branch 'sb/submodule-update-in-c'Libravatar Junio C Hamano1-34/+158
2018-09-07Revert "Merge branch 'sb/submodule-core-worktree'"Libravatar Jonathan Nieder1-26/+0
2018-08-23i18n: fix mistakes in translated stringsLibravatar Jean-Noël Avila1-1/+1
2018-08-20Merge branch 'sb/submodule-cleanup'Libravatar Junio C Hamano1-1/+0
2018-08-16builtin/submodule--helper: remove stray new lineLibravatar Stefan Beller1-1/+0
2018-08-14submodule--helper: introduce new update-module-mode helperLibravatar Stefan Beller1-0/+61
2018-08-14submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktreeLibravatar Stefan Beller1-24/+40
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-03builtin/submodule--helper: factor out method to update a single submoduleLibravatar Stefan Beller1-10/+10
2018-08-03builtin/submodule--helper: store update_clone information in a structLibravatar Stefan Beller1-10/+27
2018-08-03builtin/submodule--helper: factor out submodule updatingLibravatar Stefan Beller1-26/+33
2018-08-03git-submodule.sh: rename unused variablesLibravatar Stefan Beller1-3/+2
2018-07-18Merge branch 'ao/config-from-gitmodules'Libravatar Junio C Hamano1-4/+4
2018-07-18Merge branch 'sb/submodule-core-worktree'Libravatar Junio C Hamano1-0/+26
2018-06-26submodule-config: add helper to get 'update-clone' config from .gitmodulesLibravatar Antonio Ospite1-4/+4
2018-06-25Merge branch 'sb/plug-misc-leaks'Libravatar Junio C Hamano1-1/+2
2018-06-25Merge branch 'pc/submodule-helper-foreach'Libravatar Junio C Hamano1-0/+144
2018-06-19submodule deinit: unset core.worktreeLibravatar Stefan Beller1-0/+2
2018-06-19submodule: ensure core.worktree is set after updateLibravatar Stefan Beller1-0/+24
2018-06-01submodule--helper: plug mem leak in print_default_remoteLibravatar Stefan Beller1-1/+2
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Libravatar Junio C Hamano1-6/+8