summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/submodule-init-segv-fix'Junio C Hamano2017-05-011-3/+3
|\
| * submodule_init: die cleanly on submodules without url definedjk/submodule-init-segv-fixJeff King2017-04-241-3/+3
* | Merge branch 'bw/submodule-is-active'Junio C Hamano2017-04-191-1/+1
|\ \
| * | submodule--helper: fix typo in is_active error messagebw/submodule-is-activeStefan Beller2017-04-131-1/+1
* | | submodule--helper: add push-check subcommandBrandon Williams2017-04-111-0/+45
* | | Merge branch 'bw/submodule-is-active'Junio C Hamano2017-03-301-12/+56
|\ \ \ | |/ /
| * | submodule--helper init: set submodule.<name>.activeBrandon Williams2017-03-181-0/+12
| * | submodule init: initialize active submodulesBrandon Williams2017-03-181-0/+30
| * | submodule--helper clone: check for configured submodules using helperBrandon Williams2017-03-171-12/+3
| * | submodule--helper: add is-active subcommandBrandon Williams2017-03-171-0/+11
* | | Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-03-281-20/+2
|\ \ \ | |/ / |/| |
| * | submodule--helper.c: remove duplicate codeValery Tolstov2017-03-151-20/+2
* | | submodule init: warn about falling back to a local pathsb/submodule-init-url-selectionStefan Beller2017-02-281-5/+3
|/ /
* | Merge branch 'rs/absolute-pathdup'Junio C Hamano2017-02-021-1/+1
|\ \
| * | use absolute_pathdup()rs/absolute-pathdupRené Scharfe2017-01-271-1/+1
* | | Merge branch 'sb/submodule-init'Junio C Hamano2017-01-231-6/+7
|\ \ \
| * | | submodule update --init: display correct path from submodulesb/submodule-initStefan Beller2017-01-121-6/+7
* | | | Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano2017-01-101-11/+58
|\ \ \ \ | |/ / /
| * | | submodule: add absorb-git-dir functionStefan Beller2016-12-121-0/+38
| * | | submodule helper: support super prefixStefan Beller2016-12-091-11/+20
* | | | submodule--helper: set alternateLocation for cloned submodulesvs/submodule-clone-nested-submodules-alternatesVitaly "_Vi" Shukela2016-12-121-2/+17
|/ / /
* | | Merge branch 'sb/submodule-ignore-trailing-slash'Junio C Hamano2016-10-271-2/+6
|\ \ \
| * | | submodule: ignore trailing slash in relative urlStefan Beller2016-10-101-0/+2
| * | | submodule: ignore trailing slash on superproject URLStefan Beller2016-10-101-2/+4
* | | | Merge branch 'jk/alt-odb-cleanup'Junio C Hamano2016-10-171-8/+3
|\ \ \ \
| * | | | alternates: use a separate scratch spaceJeff King2016-10-101-8/+3
* | | | | Merge branch 'rs/cocci'Junio C Hamano2016-10-061-1/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe2016-09-271-1/+1
* | | | Merge branch 'jk/clone-recursive-progress'Junio C Hamano2016-09-261-3/+15
|\ \ \ \
| * | | | clone: pass --progress decision to recursive submodulesjk/clone-recursive-progressJeff King2016-09-221-3/+15
* | | | | Merge branch 'rs/cocci'Junio C Hamano2016-09-261-2/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe2016-09-151-2/+3
* | | | | Merge branch 'bc/object-id'Junio C Hamano2016-09-191-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-2/+3
| |/ / /
* | | | Merge branch 'sb/submodule-clone-rr'Junio C Hamano2016-09-081-13/+123
|\ \ \ \ | |/ / / |/| | |
| * | | clone: recursive and reference option triggers submodule alternatessb/submodule-clone-rrStefan Beller2016-08-171-0/+102
| * | | submodule--helper update-clone: allow multiple referencesStefan Beller2016-08-121-5/+9
| * | | submodule--helper module-clone: allow multiple referencesStefan Beller2016-08-121-8/+12
* | | | Merge branch 'rs/child-process-init'Junio C Hamano2016-08-121-2/+1
|\ \ \ \
| * | | | use CHILD_PROCESS_INIT to initialize automatic variablesrs/child-process-initRené Scharfe2016-08-051-2/+1
| |/ / /
* | | | Merge branch 'sb/submodule-clone-retry'Junio C Hamano2016-08-121-2/+6
|\ \ \ \
| * | | | submodule--helper: use parallel processor correctlysb/submodule-clone-retryStefan Beller2016-08-091-2/+6
| |/ / /
* | | | Merge branch 'sb/submodule-update-dot-branch'Junio C Hamano2016-08-101-2/+54
|\ \ \ \ | |/ / / |/| | |
| * | | submodule update: allow '.' for branch valueStefan Beller2016-08-031-0/+18
| * | | submodule--helper: add remote-branch helperStefan Beller2016-08-031-1/+35
| * | | submodule--helper: fix usage string for relative-pathStefan Beller2016-08-011-1/+1
* | | | submodule-helper: fix indexing in clone retry error reporting pathJohannes Sixt2016-07-221-1/+1
|/ / /
* | | Merge branch 'sb/submodule-clone-retry'Junio C Hamano2016-07-111-7/+59
|\ \ \
| * | | submodule--helper: initial clone learns retry logicStefan Beller2016-06-131-7/+59
* | | | Merge branch 'sb/submodule-recommend-shallowness'Junio C Hamano2016-06-201-1/+6
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |