summaryrefslogtreecommitdiff
path: root/submodule.c
Commit message (Expand)AuthorAgeFilesLines
* submodule loading: separate code path for .gitmodules and config overlayStefan Beller2017-05-301-3/+11
* reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller2017-05-301-6/+27
* Merge branch 'sb/reset-recurse-submodules'Junio C Hamano2017-05-291-4/+27
|\
| * submodule.c: submodule_move_head works with broken submodulesStefan Beller2017-04-181-4/+24
| * submodule.c: uninitialized submodules are ignored in recursive commandsStefan Beller2017-04-181-0/+3
* | submodule: refactor logic to determine changed submodulesbw/submodule-has-commits-updateBrandon Williams2017-05-021-142/+105
* | submodule: improve submodule_has_commits()Brandon Williams2017-05-021-0/+34
* | submodule: change string_list changed_submodule_pathsBrandon Williams2017-05-011-2/+2
* | submodule: remove add_oid_to_argv()Brandon Williams2017-05-011-8/+2
* | submodule: rename free_submodules_sha1s()Brandon Williams2017-05-011-2/+3
* | submodule: rename add_sha1_to_array()Brandon Williams2017-05-011-4/+5
* | Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-04-231-2/+1
|\ \
| * | submodule: remove a superfluous second check for the "new" variableSebastian Schuberth2017-04-171-2/+1
* | | Merge branch 'nd/files-backend-git-dir'Junio C Hamano2017-04-191-0/+31
|\ \ \
| * | | path.c: move some code out of strbuf_git_path_submodule()Nguyễn Thái Ngọc Duy2017-03-271-0/+31
* | | | Merge branch 'sb/submodule-rm-absorb'Junio C Hamano2017-04-191-2/+2
|\ \ \ \
| * | | | submodule.c: add missing ' in error messagesRalf Thielow2017-04-131-2/+2
* | | | | Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-04-191-4/+70
|\ \ \ \ \
| * | | | | push: propagate remote and refspec with --recurse-submodulesBrandon Williams2017-04-111-3/+60
| * | | | | push: propagate push-options with --recurse-submodulesBrandon Williams2017-04-111-2/+11
* | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-04-191-33/+33
|\ \ \ \ \ \
| * | | | | | Rename sha1_array to oid_arraybrian m. carlson2017-03-311-24/+24
| * | | | | | Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson2017-03-311-10/+10
| * | | | | | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-311-3/+3
| * | | | | | submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson2017-03-281-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'sb/submodule-short-status'Junio C Hamano2017-04-191-32/+43
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | submodule.c: correctly handle nested submodules in is_submodule_modifiedsb/submodule-short-statusStefan Beller2017-03-291-2/+19
| * | | | | submodule.c: stricter checking for submodules in is_submodule_modifiedStefan Beller2017-03-271-2/+3
| * | | | | submodule.c: port is_submodule_modified to use porcelain 2Stefan Beller2017-03-271-4/+5
| * | | | | submodule.c: convert is_submodule_modified to use strbuf_getwholelineStefan Beller2017-03-271-16/+14
| * | | | | submodule.c: factor out early loop termination in is_submodule_modifiedStefan Beller2017-03-271-8/+8
| * | | | | submodule.c: use argv_array in is_submodule_modifiedStefan Beller2017-03-271-8/+2
| |/ / / /
* | | | | Merge branch 'sb/show-diff-for-submodule-in-diff-fix'Junio C Hamano2017-04-161-0/+1
|\ \ \ \ \
| * | | | | diff: submodule inline diff to initialize env array.sb/show-diff-for-submodule-in-diff-fixStefan Beller2017-04-021-0/+1
| * | | | | Merge branch 'bw/push-dry-run' into maintJunio C Hamano2017-01-171-5/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'hv/submodule-not-yet-pushed-fix' into maintJunio C Hamano2017-01-171-26/+97
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'jk/snprintf-cleanups'Junio C Hamano2017-04-161-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | convert unchecked snprintf into xsnprintfJeff King2017-03-301-1/+1
* | | | | | | | Merge branch 'bw/submodule-is-active'Junio C Hamano2017-03-301-8/+42
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | submodule: decouple url and submodule interestBrandon Williams2017-03-181-8/+42
* | | | | | | | Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-03-281-32/+190
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | update submodules: add submodule_move_headStefan Beller2017-03-161-0/+137
| * | | | | | submodule.c: get_super_prefix_or_emptyStefan Beller2017-03-161-6/+10
| * | | | | | update submodules: move up prepare_submodule_repo_envStefan Beller2017-03-151-12/+17
| * | | | | | submodules: introduce check to see whether to touch a submoduleStefan Beller2017-03-151-0/+16
| * | | | | | update submodules: add a config option to determine if submodules are updatedStefan Beller2017-03-151-0/+6
| * | | | | | make is_submodule_populated gentlyStefan Beller2017-03-151-5/+2
| * | | | | | connect_work_tree_and_git_dir: safely create leading directoriesStefan Beller2017-03-151-9/+2
* | | | | | | Merge branch 'sb/rev-parse-show-superproject-root'Junio C Hamano2017-03-171-0/+82
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | rev-parse: add --show-superproject-working-treeStefan Beller2017-03-081-0/+82
| |/ / / / /