summaryrefslogtreecommitdiffstats
path: root/submodule.c
AgeCommit message (Expand)AuthorLines
2017-09-10Merge branch 'bw/push-options-recursively-to-submodules' into maintJunio C Hamano-3/+15
2017-07-20submodule--helper: teach push-check to handle HEADBrandon Williams-3/+15
2017-07-13Merge branch 'sb/pull-rebase-submodule'Junio C Hamano-0/+26
2017-07-05Merge branch 'bw/repo-object'Junio C Hamano-12/+23
2017-06-27Spelling fixesVille Skyttä-2/+2
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-23submodule: convert is_submodule_initialized to work on a repositoryBrandon Williams-12/+8
2017-06-23submodule: add repo_read_gitmodulesBrandon Williams-0/+15
2017-06-23Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano-0/+1
2017-06-23pull: optionally rebase submodules (remote submodule changes only)Stefan Beller-0/+26
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano-9/+57
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller-2/+21
2017-05-30submodule loading: separate code path for .gitmodules and config overlayStefan Beller-3/+11
2017-05-30reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller-6/+27
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano-0/+63
2017-05-29Merge branch 'bc/object-id'Junio C Hamano-12/+12
2017-05-29Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano-1/+2
2017-05-29Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano-10/+11
2017-05-29Merge branch 'sb/reset-recurse-submodules'Junio C Hamano-4/+27
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams-0/+33
2017-05-10submodule: add die_in_unpopulated_submodule functionBrandon Williams-0/+30
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson-7/+7
2017-05-08Convert remaining callers of lookup_commit_reference* to object_idbrian m. carlson-4/+4
2017-05-08submodule: convert merge_submodule to use struct object_idbrian m. carlson-12/+12
2017-05-08diff: recurse into nested submodules for inline diffStefan Beller-1/+2
2017-05-04submodule: properly recurse for read-tree and checkoutStefan Beller-1/+2
2017-05-04submodule: avoid auto-discovery in new working tree manipulator codeStefan Beller-3/+3
2017-05-04submodule_move_head: reuse child_process structure for futher commandsStefan Beller-6/+6
2017-05-02submodule: refactor logic to determine changed submodulesBrandon Williams-142/+105
2017-05-02submodule: improve submodule_has_commits()Brandon Williams-0/+34
2017-05-01submodule: change string_list changed_submodule_pathsBrandon Williams-2/+2
2017-05-01submodule: remove add_oid_to_argv()Brandon Williams-8/+2
2017-05-01submodule: rename free_submodules_sha1s()Brandon Williams-2/+3
2017-05-01submodule: rename add_sha1_to_array()Brandon Williams-4/+5
2017-04-23Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano-2/+1
2017-04-19Merge branch 'nd/files-backend-git-dir'Junio C Hamano-0/+31
2017-04-19Merge branch 'sb/submodule-rm-absorb'Junio C Hamano-2/+2
2017-04-19Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano-4/+70
2017-04-19Merge branch 'bc/object-id'Junio C Hamano-33/+33
2017-04-19Merge branch 'sb/submodule-short-status'Junio C Hamano-32/+43
2017-04-18submodule.c: submodule_move_head works with broken submodulesStefan Beller-4/+24
2017-04-18submodule.c: uninitialized submodules are ignored in recursive commandsStefan Beller-0/+3
2017-04-17submodule: remove a superfluous second check for the "new" variableSebastian Schuberth-2/+1
2017-04-16Merge branch 'sb/show-diff-for-submodule-in-diff-fix'Junio C Hamano-0/+1
2017-04-16Merge branch 'jk/snprintf-cleanups'Junio C Hamano-1/+1
2017-04-13submodule.c: add missing ' in error messagesRalf Thielow-2/+2
2017-04-11push: propagate remote and refspec with --recurse-submodulesBrandon Williams-3/+60
2017-04-11push: propagate push-options with --recurse-submodulesBrandon Williams-2/+11
2017-04-02diff: submodule inline diff to initialize env array.Stefan Beller-0/+1