aboutsummaryrefslogtreecommitdiff
path: root/submodule.c
Commit message (Expand)AuthorAge
...
* | | | | Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-08-22
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | submodule--helper: teach push-check to handle HEADBrandon Williams2017-07-20
* | | | | Merge branch 'bc/object-id'Junio C Hamano2017-08-11
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | submodule: convert submodule config lookup to use object_idbrian m. carlson2017-07-17
* | | | Merge branch 'sb/pull-rebase-submodule'Junio C Hamano2017-07-13
|\ \ \ \ | |/ / / |/| | |
| * | | pull: optionally rebase submodules (remote submodule changes only)Stefan Beller2017-06-23
* | | | Merge branch 'bw/repo-object'Junio C Hamano2017-07-05
|\ \ \ \
| * | | | submodule: convert is_submodule_initialized to work on a repositoryBrandon Williams2017-06-23
| * | | | submodule: add repo_read_gitmodulesBrandon Williams2017-06-23
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano2017-06-23
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | Spelling fixesVille Skyttä2017-06-27
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | config: don't include config.h by defaultBrandon Williams2017-06-15
* | | | Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano2017-06-13
|\ \ \ \ | |_|/ / |/| | |
| * | | Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller2017-06-01
| * | | submodule loading: separate code path for .gitmodules and config overlayStefan Beller2017-05-30
| * | | reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller2017-05-30
* | | | Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano2017-05-30
|\ \ \ \
| * | | | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams2017-05-12
| * | | | submodule: add die_in_unpopulated_submodule functionBrandon Williams2017-05-10
| | |/ / | |/| |
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \ \ \
| * | | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
| * | | | Convert remaining callers of lookup_commit_reference* to object_idbrian m. carlson2017-05-08
| * | | | submodule: convert merge_submodule to use struct object_idbrian m. carlson2017-05-08
| |/ / /
* | | | Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano2017-05-29
|\ \ \ \
| * | | | diff: recurse into nested submodules for inline diffStefan Beller2017-05-08
* | | | | Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-05-29
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | submodule: properly recurse for read-tree and checkoutStefan Beller2017-05-04
| * | | | submodule: avoid auto-discovery in new working tree manipulator codeStefan Beller2017-05-04
| * | | | submodule_move_head: reuse child_process structure for futher commandsStefan Beller2017-05-04
| | |/ / | |/| |
* | | | Merge branch 'sb/reset-recurse-submodules'Junio C Hamano2017-05-29
|\ \ \ \
| * | | | submodule.c: submodule_move_head works with broken submodulesStefan Beller2017-04-18
| * | | | submodule.c: uninitialized submodules are ignored in recursive commandsStefan Beller2017-04-18
* | | | | submodule: refactor logic to determine changed submodulesBrandon Williams2017-05-02
* | | | | submodule: improve submodule_has_commits()Brandon Williams2017-05-02
* | | | | submodule: change string_list changed_submodule_pathsBrandon Williams2017-05-01
* | | | | submodule: remove add_oid_to_argv()Brandon Williams2017-05-01
* | | | | submodule: rename free_submodules_sha1s()Brandon Williams2017-05-01
* | | | | submodule: rename add_sha1_to_array()Brandon Williams2017-05-01
| |/ / / |/| | |
* | | | Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-04-23
|\ \ \ \
| * | | | submodule: remove a superfluous second check for the "new" variableSebastian Schuberth2017-04-17
* | | | | Merge branch 'nd/files-backend-git-dir'Junio C Hamano2017-04-19
|\ \ \ \ \
| * | | | | path.c: move some code out of strbuf_git_path_submodule()Nguyễn Thái Ngọc Duy2017-03-27
* | | | | | Merge branch 'sb/submodule-rm-absorb'Junio C Hamano2017-04-19
|\ \ \ \ \ \
| * | | | | | submodule.c: add missing ' in error messagesRalf Thielow2017-04-13
* | | | | | | Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-04-19
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | push: propagate remote and refspec with --recurse-submodulesBrandon Williams2017-04-11
| * | | | | | push: propagate push-options with --recurse-submodulesBrandon Williams2017-04-11
* | | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\ \ \ \ \ \ \
| * | | | | | | Rename sha1_array to oid_arraybrian m. carlson2017-03-31