summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)Author
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
2017-03-30Merge branch 'bw/submodule-is-active'Junio C Hamano
2017-03-30submodule.c: correctly handle nested submodules in is_submodule_modifiedStefan Beller
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-03-28submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson
2017-03-27path.c: move some code out of strbuf_git_path_submodule()Nguyễn Thái Ngọc Duy
2017-03-27submodule.c: stricter checking for submodules in is_submodule_modifiedStefan Beller
2017-03-27submodule.c: port is_submodule_modified to use porcelain 2Stefan Beller
2017-03-27submodule.c: convert is_submodule_modified to use strbuf_getwholelineStefan Beller
2017-03-27submodule.c: factor out early loop termination in is_submodule_modifiedStefan Beller
2017-03-27submodule.c: use argv_array in is_submodule_modifiedStefan Beller
2017-03-18submodule: decouple url and submodule interestBrandon Williams