summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-26Merge branch 'bw/submodule-config-cleanup'Libravatar Junio C Hamano1-95/+53
2017-08-26Merge branch 'sb/diff-color-move'Libravatar Junio C Hamano1-47/+37
2017-08-22Merge branch 'bw/grep-recurse-submodules'Libravatar Junio C Hamano1-90/+67
2017-08-22Merge branch 'bw/push-options-recursively-to-submodules'Libravatar Junio C Hamano1-3/+15
2017-08-11Merge branch 'bc/object-id'Libravatar Junio C Hamano1-16/+16
2017-08-03submodule: remove gitmodules_configLibravatar Brandon Williams1-15/+0
2017-08-03submodule-config: move submodule-config functions to submodule-config.cLibravatar Brandon Williams1-35/+0
2017-08-03submodule: remove submodule_config callback routineLibravatar Brandon Williams1-23/+2
2017-08-03unpack-trees: don't respect submodule.updateLibravatar Brandon Williams1-1/+0
2017-08-03submodule: don't rely on overlayed config when setting diffoptsLibravatar Brandon Williams1-2/+10
2017-08-03fetch: don't overlay config with submodule-configLibravatar Brandon Williams1-7/+17
2017-08-03submodule--helper: don't overlay config in update-cloneLibravatar Brandon Williams1-12/+26
2017-08-02submodule: don't use submodule_from_nameLibravatar Brandon Williams1-2/+0
2017-08-02Merge branch 'bc/object-id' into bw/submodule-config-cleanupLibravatar Junio C Hamano1-16/+16
2017-08-02submodule: merge repo_read_gitmodules and gitmodules_configLibravatar Brandon Williams1-20/+17
2017-08-02submodule: check for unmerged .gitmodules outside of config parsingLibravatar Brandon Williams1-24/+23
2017-08-02submodule: check for unstaged .gitmodules outside of config parsingLibravatar Brandon Williams1-15/+17
2017-08-02submodule: remove fetch.recursesubmodules from submodule-config parsingLibravatar Brandon Williams1-13/+6
2017-08-02submodule: remove submodule.fetchjobs from submodule-config parsingLibravatar Brandon Williams1-15/+1
2017-08-02cache.h: add GITMODULES_FILE macroLibravatar Brandon Williams1-10/+10
2017-07-20submodule--helper: teach push-check to handle HEADLibravatar Brandon Williams1-3/+15
2017-07-17submodule: convert submodule config lookup to use object_idLibravatar brian m. carlson1-16/+16
2017-07-13Merge branch 'sb/pull-rebase-submodule'Libravatar Junio C Hamano1-0/+26
2017-07-05Merge branch 'bw/repo-object'Libravatar Junio C Hamano1-12/+23
2017-06-30submodule.c: migrate diff output to use emit_diff_symbolLibravatar Stefan Beller1-47/+37
2017-06-27Spelling fixesLibravatar Ville Skyttä1-2/+2
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-23submodule: convert is_submodule_initialized to work on a repositoryLibravatar Brandon Williams1-12/+8
2017-06-23submodule: add repo_read_gitmodulesLibravatar Brandon Williams1-0/+15
2017-06-23Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Libravatar Junio C Hamano1-0/+1
2017-06-23pull: optionally rebase submodules (remote submodule changes only)Libravatar Stefan Beller1-0/+26
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Libravatar Junio C Hamano1-9/+57
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsLibravatar Stefan Beller1-2/+21
2017-05-30submodule loading: separate code path for .gitmodules and config overlayLibravatar Stefan Beller1-3/+11
2017-05-30reset/checkout/read-tree: unify config callback for submodule recursionLibravatar Stefan Beller1-6/+27
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Libravatar Junio C Hamano1-0/+63
2017-05-29Merge branch 'bc/object-id'Libravatar Junio C Hamano1-12/+12
2017-05-29Merge branch 'jk/diff-submodule-diff-inline'Libravatar Junio C Hamano1-1/+2
2017-05-29Merge branch 'sb/checkout-recurse-submodules'Libravatar Junio C Hamano1-10/+11
2017-05-29Merge branch 'sb/reset-recurse-submodules'Libravatar Junio C Hamano1-4/+27
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagLibravatar Brandon Williams1-0/+33
2017-05-10submodule: add die_in_unpopulated_submodule functionLibravatar Brandon Williams1-0/+30
2017-05-08Convert lookup_commit* to struct object_idLibravatar brian m. carlson1-7/+7
2017-05-08Convert remaining callers of lookup_commit_reference* to object_idLibravatar brian m. carlson1-4/+4
2017-05-08submodule: convert merge_submodule to use struct object_idLibravatar brian m. carlson1-12/+12
2017-05-08diff: recurse into nested submodules for inline diffLibravatar Stefan Beller1-1/+2
2017-05-04submodule: properly recurse for read-tree and checkoutLibravatar Stefan Beller1-1/+2
2017-05-04submodule: avoid auto-discovery in new working tree manipulator codeLibravatar Stefan Beller1-3/+3
2017-05-04submodule_move_head: reuse child_process structure for futher commandsLibravatar Stefan Beller1-6/+6