| Commit message (Expand) | Author | Age |
* | Merge branch 'bc/object-id' | Junio C Hamano | 2017-11-06 |
|\ |
|
| * | refs: convert resolve_refdup and refs_resolve_refdup to struct object_id | brian m. carlson | 2017-10-16 |
* | | Merge branch 'pc/submodule-helper' | Junio C Hamano | 2017-11-06 |
|\ \
| |/
|/| |
|
| * | submodule: port submodule subcommand 'status' from shell to C | Prathamesh Chavan | 2017-10-07 |
| * | submodule--helper: introduce for_each_listed_submodule() | Prathamesh Chavan | 2017-10-07 |
| * | submodule--helper: introduce get_submodule_displaypath() | Prathamesh Chavan | 2017-10-02 |
* | | Merge branch 'rs/resolve-ref-optional-result' | Junio C Hamano | 2017-09-28 |
|\ \ |
|
| * | | refs: pass NULL to resolve_ref_unsafe() if hash is not needed | René Scharfe | 2017-09-24 |
| |/ |
|
* | | consistently use "fallthrough" comments in switches | Jeff King | 2017-09-22 |
|/ |
|
* | Merge branch 'bw/submodule-config-cleanup' | Junio C Hamano | 2017-08-26 |
|\ |
|
| * | submodule: remove gitmodules_config | Brandon Williams | 2017-08-03 |
| * | submodule: remove submodule_config callback routine | Brandon Williams | 2017-08-03 |
| * | submodule--helper: don't overlay config in update-clone | Brandon Williams | 2017-08-03 |
| * | submodule--helper: don't overlay config in remote_submodule_branch | Brandon Williams | 2017-08-03 |
| * | Merge branch 'bc/object-id' into bw/submodule-config-cleanup | Junio C Hamano | 2017-08-02 |
| |\ |
|
* | \ | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-08-22 |
|\ \ \
| |/ / |
|
| * | | submodule: remove submodule.fetchjobs from submodule-config parsing | Brandon Williams | 2017-08-02 |
* | | | Merge branch 'bw/push-options-recursively-to-submodules' | Junio C Hamano | 2017-08-22 |
|\ \ \ |
|
| * | | | submodule--helper: teach push-check to handle HEAD | Brandon Williams | 2017-07-20 |
* | | | | Merge branch 'js/run-process-parallel-api-fix' | Junio C Hamano | 2017-08-11 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | run_processes_parallel: change confusing task_cb convention | Johannes Schindelin | 2017-07-21 |
* | | | | submodule: convert submodule config lookup to use object_id | brian m. carlson | 2017-07-17 |
| |_|/
|/| | |
|
* | | | Merge branch 'jc/utf8-fprintf' | Junio C Hamano | 2017-07-06 |
|\ \ \ |
|
| * | | | submodule--helper: do not call utf8_fprintf() unnecessarily | Junio C Hamano | 2017-06-28 |
| |/ / |
|
* | | | submodule: convert is_submodule_initialized to work on a repository | Brandon Williams | 2017-06-23 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob... | Junio C Hamano | 2017-06-23 |
|\ \ \ \ |
|
| | * | | | config: don't include config.h by default | Brandon Williams | 2017-06-15 |
* | | | | | Merge branch 'jk/consistent-h' | Junio C Hamano | 2017-06-19 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | submodule--helper: show usage for "-h" | Jeff King | 2017-05-30 |
| |/ / / |
|
* | | | | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP | Brandon Williams | 2017-05-12 |
|/ / / |
|
* | | | Merge branch 'jk/submodule-init-segv-fix' | Junio C Hamano | 2017-05-01 |
|\ \ \ |
|
| * | | | submodule_init: die cleanly on submodules without url defined | Jeff King | 2017-04-24 |
* | | | | Merge branch 'bw/submodule-is-active' | Junio C Hamano | 2017-04-19 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | submodule--helper: fix typo in is_active error message | Stefan Beller | 2017-04-13 |
* | | | | submodule--helper: add push-check subcommand | Brandon Williams | 2017-04-11 |
* | | | | Merge branch 'bw/submodule-is-active' | Junio C Hamano | 2017-03-30 |
|\ \ \ \
| |/ / / |
|
| * | | | submodule--helper init: set submodule.<name>.active | Brandon Williams | 2017-03-18 |
| * | | | submodule init: initialize active submodules | Brandon Williams | 2017-03-18 |
| * | | | submodule--helper clone: check for configured submodules using helper | Brandon Williams | 2017-03-17 |
| * | | | submodule--helper: add is-active subcommand | Brandon Williams | 2017-03-17 |
* | | | | Merge branch 'sb/checkout-recurse-submodules' | Junio C Hamano | 2017-03-28 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | submodule--helper.c: remove duplicate code | Valery Tolstov | 2017-03-15 |
* | | | | submodule init: warn about falling back to a local path | Stefan Beller | 2017-02-28 |
|/ / / |
|
* | | | Merge branch 'rs/absolute-pathdup' | Junio C Hamano | 2017-02-02 |
|\ \ \ |
|
| * | | | use absolute_pathdup() | René Scharfe | 2017-01-27 |
| | |/
| |/| |
|
* | | | Merge branch 'sb/submodule-init' | Junio C Hamano | 2017-01-23 |
|\ \ \ |
|
| * | | | submodule update --init: display correct path from submodule | Stefan Beller | 2017-01-12 |
* | | | | Merge branch 'sb/submodule-embed-gitdir' | Junio C Hamano | 2017-01-10 |
|\ \ \ \
| |/ / / |
|
| * | | | submodule: add absorb-git-dir function | Stefan Beller | 2016-12-12 |
| * | | | submodule helper: support super prefix | Stefan Beller | 2016-12-09 |