summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Merge branch 'ms/submodule-foreach-fix'Libravatar Junio C Hamano1-0/+1
2019-06-25submodule foreach: fix recursion of optionsLibravatar Morian Sonnet1-0/+1
2019-06-13Merge branch 'jk/unused-params-final-batch'Libravatar Junio C Hamano1-2/+1
2019-05-19Merge branch 'nd/submodule-helper-incomplete-line-fix'Libravatar Junio C Hamano1-1/+1
2019-05-13submodule: drop unused prefix parameter from some functionsLibravatar Jeff King1-2/+1
2019-05-08submodule--helper: add a missing \nLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2019-04-25Merge branch 'nd/submodule-foreach-quiet'Libravatar Junio C Hamano1-4/+4
2019-04-25Merge branch 'dl/submodule-set-branch'Libravatar Junio C Hamano1-5/+12
2019-04-15submodule foreach: fix "<command> --quiet" not being respectedLibravatar Nguyễn Thái Ngọc Duy1-4/+4
2019-03-20report_path_error(): drop unused prefix parameterLibravatar Jeff King1-1/+1
2019-02-22trace2: create new combined trace facilityLibravatar Jeff Hostetler1-5/+4
2019-02-08submodule--helper: teach config subcommand --unsetLibravatar Denton Liu1-5/+12
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