Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | Merge branch 'sb/submodule-rm-absorb' | Junio C Hamano | 2017-04-19 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | submodule.c: add missing ' in error messages | Ralf Thielow | 2017-04-13 | |
* | | | | | | | Merge branch 'bw/push-options-recursively-to-submodules' | Junio C Hamano | 2017-04-19 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||
| * | | | | | | push: propagate remote and refspec with --recurse-submodules | Brandon Williams | 2017-04-11 | |
| * | | | | | | push: propagate push-options with --recurse-submodules | Brandon Williams | 2017-04-11 | |
* | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-04-19 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Rename sha1_array to oid_array | brian m. carlson | 2017-03-31 | |
| * | | | | | | | Convert sha1_array_for_each_unique and for_each_abbrev to object_id | brian m. carlson | 2017-03-31 | |
| * | | | | | | | Make sha1_array_append take a struct object_id * | brian m. carlson | 2017-03-31 | |
| * | | | | | | | submodule: convert check_for_new_submodule_commits to object_id | brian m. carlson | 2017-03-28 | |
| | |_|/ / / / | |/| | | | | | ||||
* | | | | | | | Merge branch 'sb/submodule-short-status' | Junio C Hamano | 2017-04-19 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||
| * | | | | | | submodule.c: correctly handle nested submodules in is_submodule_modified | Stefan Beller | 2017-03-29 | |
| * | | | | | | submodule.c: stricter checking for submodules in is_submodule_modified | Stefan Beller | 2017-03-27 | |
| * | | | | | | submodule.c: port is_submodule_modified to use porcelain 2 | Stefan Beller | 2017-03-27 | |
| * | | | | | | submodule.c: convert is_submodule_modified to use strbuf_getwholeline | Stefan Beller | 2017-03-27 | |
| * | | | | | | submodule.c: factor out early loop termination in is_submodule_modified | Stefan Beller | 2017-03-27 | |
| * | | | | | | submodule.c: use argv_array in is_submodule_modified | Stefan Beller | 2017-03-27 | |
| |/ / / / / | ||||
* | | | | | | Merge branch 'sb/show-diff-for-submodule-in-diff-fix' | Junio C Hamano | 2017-04-16 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | diff: submodule inline diff to initialize env array. | Stefan Beller | 2017-04-02 | |
| * | | | | | | Merge branch 'bw/push-dry-run' into maint | Junio C Hamano | 2017-01-17 | |
| |\ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ | Merge branch 'hv/submodule-not-yet-pushed-fix' into maint | Junio C Hamano | 2017-01-17 | |
| |\ \ \ \ \ \ \ | ||||
* | \ \ \ \ \ \ \ | Merge branch 'jk/snprintf-cleanups' | Junio C Hamano | 2017-04-16 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||
| * | | | | | | | | convert unchecked snprintf into xsnprintf | Jeff King | 2017-03-30 | |
* | | | | | | | | | Merge branch 'bw/submodule-is-active' | Junio C Hamano | 2017-03-30 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||
| * | | | | | | | | submodule: decouple url and submodule interest | Brandon Williams | 2017-03-18 | |
* | | | | | | | | | Merge branch 'sb/checkout-recurse-submodules' | Junio C Hamano | 2017-03-28 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | | | ||||
| * | | | | | | | update submodules: add submodule_move_head | Stefan Beller | 2017-03-16 | |
| * | | | | | | | submodule.c: get_super_prefix_or_empty | Stefan Beller | 2017-03-16 | |
| * | | | | | | | update submodules: move up prepare_submodule_repo_env | Stefan Beller | 2017-03-15 | |
| * | | | | | | | submodules: introduce check to see whether to touch a submodule | Stefan Beller | 2017-03-15 | |
| * | | | | | | | update submodules: add a config option to determine if submodules are updated | Stefan Beller | 2017-03-15 | |
| * | | | | | | | make is_submodule_populated gently | Stefan Beller | 2017-03-15 | |
| * | | | | | | | connect_work_tree_and_git_dir: safely create leading directories | Stefan Beller | 2017-03-15 | |
* | | | | | | | | Merge branch 'sb/rev-parse-show-superproject-root' | Junio C Hamano | 2017-03-17 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||
| * | | | | | | | rev-parse: add --show-superproject-working-tree | Stefan Beller | 2017-03-08 | |
| |/ / / / / / | ||||
* | | | | | | | real_pathdup(): fix callsites that wanted it to die on error | Johannes Schindelin | 2017-03-08 | |
|/ / / / / / | ||||
* | | | | | | submodule absorbing: fix worktree/gitdir pointers recursively for non-moves | Stefan Beller | 2017-01-26 | |
* | | | | | | Merge branch 'sb/submodule-cleanup-export-git-dir-env' | Junio C Hamano | 2017-01-18 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | submodule.c: use GIT_DIR_ENVIRONMENT consistently | Stefan Beller | 2017-01-07 | |
* | | | | | | | Merge branch 'sb/submodule-rm-absorb' | Junio C Hamano | 2017-01-18 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||
| * | | | | | | submodule: rename and add flags to ok_to_remove_submodule | Stefan Beller | 2016-12-27 | |
| * | | | | | | submodule: modernize ok_to_remove_submodule to use argv_array | Stefan Beller | 2016-12-27 | |
* | | | | | | | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-01-18 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | submodules: load gitmodules file from commit sha1 | Brandon Williams | 2016-12-22 | |
| * | | | | | | | submodules: add helper to determine if a submodule is initialized | Brandon Williams | 2016-12-22 | |
| * | | | | | | | submodules: add helper to determine if a submodule is populated | Brandon Williams | 2016-12-22 | |
| * | | | | | | | real_path: have callers use real_pathdup and strbuf_realpath | Brandon Williams | 2016-12-12 | |
| | |_|/ / / / | |/| | | | | | ||||
* | | | | | | | Merge branch 'sb/submodule-embed-gitdir' | Junio C Hamano | 2017-01-10 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| / / / / | |_|/ / / / |/| | | | | | ||||
| * | | | | | submodule: add absorb-git-dir function | Stefan Beller | 2016-12-12 | |
| * | | | | | move connect_work_tree_and_git_dir to dir.h | Stefan Beller | 2016-12-12 |