summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)Author
2017-07-05Merge branch 'bw/repo-object'Junio C Hamano
2017-06-27Spelling fixesVille Skyttä
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24submodule: convert is_submodule_initialized to work on a repositoryBrandon Williams
2017-06-24submodule: add repo_read_gitmodulesBrandon Williams
2017-06-24Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller
2017-05-30submodule loading: separate code path for .gitmodules and config overlayStefan Beller
2017-05-30reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-29Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano
2017-05-29Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-05-29Merge branch 'sb/reset-recurse-submodules'Junio C Hamano
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams
2017-05-10submodule: add die_in_unpopulated_submodule functionBrandon Williams
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08Convert remaining callers of lookup_commit_reference* to object_idbrian m. carlson
2017-05-08submodule: convert merge_submodule to use struct object_idbrian m. carlson
2017-05-08diff: recurse into nested submodules for inline diffStefan Beller
2017-05-04submodule: properly recurse for read-tree and checkoutStefan Beller
2017-05-04submodule: avoid auto-discovery in new working tree manipulator codeStefan Beller
2017-05-04submodule_move_head: reuse child_process structure for futher commandsStefan Beller
2017-05-02submodule: refactor logic to determine changed submodulesBrandon Williams
2017-05-02submodule: improve submodule_has_commits()Brandon Williams
2017-05-01submodule: change string_list changed_submodule_pathsBrandon Williams
2017-05-01submodule: remove add_oid_to_argv()Brandon Williams
2017-05-01submodule: rename free_submodules_sha1s()Brandon Williams
2017-05-01submodule: rename add_sha1_to_array()Brandon Williams
2017-04-24Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-04-20Merge branch 'nd/files-backend-git-dir'Junio C Hamano
2017-04-20Merge branch 'sb/submodule-rm-absorb'Junio C Hamano
2017-04-20Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-04-20Merge branch 'sb/submodule-short-status'Junio C Hamano
2017-04-19submodule.c: submodule_move_head works with broken submodulesStefan Beller
2017-04-19submodule.c: uninitialized submodules are ignored in recursive commandsStefan Beller
2017-04-18submodule: remove a superfluous second check for the "new" variableSebastian Schuberth
2017-04-17Merge branch 'sb/show-diff-for-submodule-in-diff-fix'Junio C Hamano
2017-04-17Merge branch 'jk/snprintf-cleanups'Junio C Hamano
2017-04-14submodule.c: add missing ' in error messagesRalf Thielow
2017-04-11push: propagate remote and refspec with --recurse-submodulesBrandon Williams
2017-04-11push: propagate push-options with --recurse-submodulesBrandon Williams
2017-04-02diff: submodule inline diff to initialize env array.Stefan Beller
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-31Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson
2017-03-30convert unchecked snprintf into xsnprintfJeff King