summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)Author
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
2018-05-17refspec: rename struct refspec to struct refspec_itemBrandon Williams
2018-05-17refspec: move refspec parsing logic into its own fileBrandon Williams
2018-05-11submodule: port submodule subcommand 'foreach' from shell to CPrathamesh Chavan
2018-05-08Merge branch 'nd/submodule-status-fix'Junio C Hamano
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-04-18submodule--helper: don't print null in 'submodule status'Nguyễn Thái Ngọc Duy
2018-04-11Merge branch 'rs/status-with-removed-submodule'Junio C Hamano
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller
2018-03-29submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller
2018-03-28submodule: check for NULL return of get_submodule_ref_store()René Scharfe
2018-03-28Merge branch 'pc/submodule-helper'Junio C Hamano
2018-03-28submodule deinit: handle non existing pathspecs gracefullyStefan Beller
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller
2018-03-14Merge branch 'nd/parseopt-completion'Junio C Hamano
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-12-13Merge branch 'pc/submodule-helper'Junio C Hamano
2017-11-26submodule--helper.c: i18n: add a missing space in messageJean-Noel Avila
2017-11-06Merge branch 'bc/object-id'Junio C Hamano