| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | real_path: have callers use real_pathdup and strbuf_realpath | Brandon Williams | 2016-12-12 | 1 | -1/+1 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'sb/submodule-embed-gitdir' | Junio C Hamano | 2017-01-10 | 1 | -24/+103 |
|\ \ \ \ \ \
| | |/ / / /
| |/| / / /
| |_|/ / /
|/| | | | |
|
| * | | | | submodule: add absorb-git-dir function | Stefan Beller | 2016-12-12 | 1 | -0/+103 |
| * | | | | move connect_work_tree_and_git_dir to dir.h | Stefan Beller | 2016-12-12 | 1 | -25/+0 |
| * | | | | submodule: use absolute path for computing relative path connecting | Stefan Beller | 2016-12-09 | 1 | -6/+7 |
| |/ / / |
|
* | | | | Merge branch 'bw/push-dry-run' | Junio C Hamano | 2016-12-16 | 1 | -5/+8 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | push: fix --dry-run to not push submodulesbw/push-dry-run | Brandon Williams | 2016-11-23 | 1 | -5/+8 |
| | |/
| |/| |
|
* | | | Merge branch 'hv/submodule-not-yet-pushed-fix' | Junio C Hamano | 2016-12-16 | 1 | -26/+97 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | submodule_needs_pushing(): explain the behaviour when we cannot answerhv/submodule-not-yet-pushed-fix | Heiko Voigt | 2016-11-16 | 1 | -0/+11 |
| * | batch check whether submodule needs pushing into one call | Heiko Voigt | 2016-11-16 | 1 | -29/+33 |
| * | serialize collection of refs that contain submodule changes | Heiko Voigt | 2016-11-16 | 1 | -15/+20 |
| * | serialize collection of changed submodules | Heiko Voigt | 2016-11-16 | 1 | -4/+55 |
* | | Merge branch 'rs/cocci' | Junio C Hamano | 2016-10-17 | 1 | -4/+3 |
|\ \ |
|
| * | | use strbuf_add_unique_abbrev() for adding short hashes, part 3 | René Scharfe | 2016-10-10 | 1 | -4/+3 |
* | | | Merge branch 'jk/alt-odb-cleanup' | Junio C Hamano | 2016-10-17 | 1 | -22/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | alternates: provide helper for adding to alternates list | Jeff King | 2016-10-10 | 1 | -22/+1 |
* | | | Merge branch 'rs/cocci' | Junio C Hamano | 2016-10-06 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | use strbuf_add_unique_abbrev() for adding short hashes, part 2 | René Scharfe | 2016-09-27 | 1 | -1/+1 |
| * | | use strbuf_addstr() instead of strbuf_addf() with "%s", part 2 | René Scharfe | 2016-09-27 | 1 | -1/+1 |
* | | | sha1_array: let callbacks interrupt iteration | Jeff King | 2016-09-26 | 1 | -1/+2 |
| |/
|/| |
|
* | | Merge branch 'jc/submodule-anchor-git-dir' | Junio C Hamano | 2016-09-12 | 1 | -0/+1 |
|\ \ |
|
| * | | submodule: avoid auto-discovery in prepare_submodule_repo_env()jc/submodule-anchor-git-dir | Junio C Hamano | 2016-09-01 | 1 | -0/+1 |
* | | | diff: teach diff to display submodule difference with an inline diff | Jacob Keller | 2016-08-31 | 1 | -0/+69 |
* | | | submodule: refactor show_submodule_summary with helper function | Jacob Keller | 2016-08-31 | 1 | -33/+82 |
* | | | submodule: convert show_submodule_summary to use struct object_id * | Jacob Keller | 2016-08-31 | 1 | -8/+8 |
* | | | allow do_submodule_path to work even if submodule isn't checked out | Jacob Keller | 2016-08-31 | 1 | -2/+4 |
| |/
|/| |
|
* | | Merge branch 'bc/cocci' | Junio C Hamano | 2016-07-19 | 1 | -2/+2 |
|\ \ |
|
| * | | diff: convert struct diff_filespec to struct object_id | brian m. carlson | 2016-06-28 | 1 | -2/+2 |
| |/ |
|
* | | use string_list initializer consistentlyjk/string-list-static-init | Jeff King | 2016-06-13 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jk/submodule-c-credential' | Junio C Hamano | 2016-05-17 | 1 | -7/+18 |
|\ |
|
| * | submodule: stop sanitizing config optionsjk/submodule-c-credential | Jeff King | 2016-05-06 | 1 | -38/+1 |
| * | submodule: use prepare_submodule_repo_env consistentlyjk/submodule-config-sanitize-fix | Jeff King | 2016-04-28 | 1 | -7/+7 |
| * | submodule--helper: move config-sanitizing to submodule.c | Jeff King | 2016-04-28 | 1 | -0/+48 |
* | | submodule: port init from shell to C | Stefan Beller | 2016-04-16 | 1 | -0/+21 |
* | | Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-init | Junio C Hamano | 2016-04-14 | 1 | -9/+7 |
|\ \ |
|
| * \ | Merge branch 'sb/submodule-parallel-fetch' | Junio C Hamano | 2016-03-04 | 1 | -4/+3 |
| |\ \ |
|
| * \ \ | Merge branch 'ps/config-error' | Junio C Hamano | 2016-02-26 | 1 | -6/+4 |
| |\ \ \ |
|
| | * | | | config: rename git_config_set_or_die to git_config_setps/config-error | Patrick Steinhardt | 2016-02-22 | 1 | -3/+3 |
| | * | | | config: rename git_config_set to git_config_set_gently | Patrick Steinhardt | 2016-02-22 | 1 | -1/+1 |
| | * | | | submodule: die on config error when linking modules | Patrick Steinhardt | 2016-02-22 | 1 | -5/+3 |
| * | | | | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-02-26 | 1 | -3/+3 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | use st_add and st_mult for allocation size computation | Jeff King | 2016-02-22 | 1 | -3/+3 |
| | |/ / |
|
* | | | | fetching submodules: respect `submodule.fetchJobs` config option | Stefan Beller | 2016-03-01 | 1 | -1/+15 |
* | | | | submodule-config: keep update strategy around | Stefan Beller | 2016-03-01 | 1 | -0/+21 |
| |_|/
|/| | |
|
* | | | run-command: do not pass child process data into callbacks | Stefan Beller | 2016-03-01 | 1 | -4/+3 |
|/ / |
|
* | | submodules: allow parallel fetching, add tests and documentation | Stefan Beller | 2015-12-16 | 1 | -2/+1 |
* | | fetch_populated_submodules: use new parallel job processing | Stefan Beller | 2015-12-16 | 1 | -44/+98 |
* | | submodule.c: write "Fetching submodule <foo>" to stderr | Jonathan Nieder | 2015-12-16 | 1 | -1/+1 |
|/ |
|
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -1/+1 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -3/+3 |