Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with Git 2.17.1 | Junio C Hamano | 2018-05-29 | 1 | -0/+24 |
|\ | |||||
| * | Sync with Git 2.16.4 | Junio C Hamano | 2018-05-22 | 1 | -0/+24 |
| |\ | |||||
| | * | Sync with Git 2.15.2 | Junio C Hamano | 2018-05-22 | 1 | -0/+24 |
| | |\ | |||||
| | | * | Sync with Git 2.14.4 | Junio C Hamano | 2018-05-22 | 1 | -0/+24 |
| | | |\ | |||||
| | | | * | Sync with Git 2.13.7 | Junio C Hamano | 2018-05-22 | 1 | -0/+24 |
| | | | |\ | |||||
| | | | | * | submodule-config: verify submodule names as paths | Jeff King | 2018-05-22 | 1 | -0/+24 |
| | | | | * | Merge branch 'jc/utf8-fprintf' into maint | Junio C Hamano | 2017-07-10 | 1 | -3/+2 |
| | | | | |\ | |||||
| | | | * | \ | Merge branch 'bw/push-options-recursively-to-submodules' into maint | Junio C Hamano | 2017-09-10 | 1 | -9/+40 |
| | | | |\ \ \ | |||||
| | | | * \ \ \ | Merge branch 'js/run-process-parallel-api-fix' into maint | Junio C Hamano | 2017-08-23 | 1 | -1/+1 |
| | | | |\ \ \ \ | |||||
* | | | | \ \ \ \ | Merge branch 'nd/submodule-status-fix' | Junio C Hamano | 2018-05-08 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | submodule--helper: don't print null in 'submodule status' | Nguyễn Thái Ngọc Duy | 2018-04-18 | 1 | -2/+6 |
* | | | | | | | | | | Merge branch 'sb/submodule-move-nested' | Junio C Hamano | 2018-05-08 | 1 | -9/+8 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | submodule: fixup nested submodules after moving the submodule | Stefan Beller | 2018-03-29 | 1 | -2/+1 |
| * | | | | | | | | | | submodule-config: add repository argument to submodule_from_{name, path} | Stefan Beller | 2018-03-29 | 1 | -7/+7 |
* | | | | | | | | | | | Merge branch 'rs/status-with-removed-submodule' | Junio C Hamano | 2018-04-11 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | submodule: check for NULL return of get_submodule_ref_store() | René Scharfe | 2018-03-29 | 1 | -2/+6 |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'sb/object-store' | Junio C Hamano | 2018-04-11 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | / / / / / / / | |_|_|/ / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | object-store: migrate alternates struct and functions from cache.h | Stefan Beller | 2018-03-23 | 1 | -0/+1 |
* | | | | | | | | | | Merge branch 'pc/submodule-helper' | Junio C Hamano | 2018-03-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | submodule deinit: handle non existing pathspecs gracefully | Stefan Beller | 2018-03-28 | 1 | -1/+1 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 2018-03-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / / | |||||
* | | | | | | | | | submodule: port submodule subcommand 'deinit' from shell to C | Prathamesh Chavan | 2018-01-16 | 1 | -0/+147 |
* | | | | | | | | | submodule: port submodule subcommand 'sync' from shell to C | Prathamesh Chavan | 2018-01-16 | 1 | -0/+193 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge branch 'pc/submodule-helper' | Junio C Hamano | 2017-12-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | submodule--helper.c: i18n: add a missing space in message | Jean-Noel Avila | 2017-11-26 | 1 | -1/+1 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-11-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | refs: convert resolve_refdup and refs_resolve_refdup to struct object_id | brian m. carlson | 2017-10-16 | 1 | -1/+1 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'pc/submodule-helper' | Junio C Hamano | 2017-11-06 | 1 | -17/+256 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / / | |||||
| * | | | | | | submodule: port submodule subcommand 'status' from shell to C | Prathamesh Chavan | 2017-10-07 | 1 | -0/+198 |
| * | | | | | | submodule--helper: introduce for_each_listed_submodule() | Prathamesh Chavan | 2017-10-07 | 1 | -5/+35 |
| * | | | | | | submodule--helper: introduce get_submodule_displaypath() | Prathamesh Chavan | 2017-10-02 | 1 | -12/+23 |
* | | | | | | | Merge branch 'rs/resolve-ref-optional-result' | Junio C Hamano | 2017-09-28 | 1 | -4/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | refs: pass NULL to resolve_ref_unsafe() if hash is not needed | René Scharfe | 2017-09-24 | 1 | -4/+2 |
| |/ / / / / / | |||||
* / / / / / / | consistently use "fallthrough" comments in switches | Jeff King | 2017-09-22 | 1 | -0/+1 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'bw/submodule-config-cleanup' | Junio C Hamano | 2017-08-27 | 1 | -22/+29 |
|\ \ \ \ \ \ | |||||
| * | | | | | | submodule: remove gitmodules_config | Brandon Williams | 2017-08-03 | 1 | -14/+0 |
| * | | | | | | submodule: remove submodule_config callback routine | Brandon Williams | 2017-08-03 | 1 | -1/+0 |
| * | | | | | | submodule--helper: don't overlay config in update-clone | Brandon Williams | 2017-08-03 | 1 | -4/+19 |
| * | | | | | | submodule--helper: don't overlay config in remote_submodule_branch | Brandon Williams | 2017-08-03 | 1 | -4/+11 |
| * | | | | | | Merge branch 'bc/object-id' into bw/submodule-config-cleanup | Junio C Hamano | 2017-08-02 | 1 | -4/+4 |
| |\ \ \ \ \ \ | |||||
* | | | | | | | | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-08-22 | 1 | -4/+13 |
|\| | | | | | | | |||||
| * | | | | | | | submodule: remove submodule.fetchjobs from submodule-config parsing | Brandon Williams | 2017-08-02 | 1 | -4/+13 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'bw/push-options-recursively-to-submodules' | Junio C Hamano | 2017-08-22 | 1 | -9/+40 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | submodule--helper: teach push-check to handle HEAD | Brandon Williams | 2017-07-20 | 1 | -9/+40 |
* | | | | | | | Merge branch 'js/run-process-parallel-api-fix' | Junio C Hamano | 2017-08-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | | | |||||
| * | | | | | run_processes_parallel: change confusing task_cb convention | Johannes Schindelin | 2017-07-21 | 1 | -1/+1 |
* | | | | | | submodule: convert submodule config lookup to use object_id | brian m. carlson | 2017-07-17 | 1 | -4/+4 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge branch 'jc/utf8-fprintf' | Junio C Hamano | 2017-07-07 | 1 | -3/+2 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | submodule--helper: do not call utf8_fprintf() unnecessarily | Junio C Hamano | 2017-06-28 | 1 | -3/+2 |
| |/ / / | |||||
* | | | | submodule: convert is_submodule_initialized to work on a repository | Brandon Williams | 2017-06-24 | 1 | -4/+5 |