summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)Author
2017-05-01Merge branch 'jk/submodule-init-segv-fix'Junio C Hamano
2017-04-25submodule_init: die cleanly on submodules without url definedJeff King
2017-04-20Merge branch 'bw/submodule-is-active'Junio C Hamano
2017-04-14submodule--helper: fix typo in is_active error messageStefan Beller
2017-04-11submodule--helper: add push-check subcommandBrandon Williams
2017-03-30Merge branch 'bw/submodule-is-active'Junio C Hamano
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-03-18submodule--helper init: set submodule.<name>.activeBrandon Williams
2017-03-18submodule init: initialize active submodulesBrandon Williams
2017-03-17submodule--helper clone: check for configured submodules using helperBrandon Williams
2017-03-17submodule--helper: add is-active subcommandBrandon Williams
2017-03-16submodule--helper.c: remove duplicate codeValery Tolstov
2017-02-28submodule init: warn about falling back to a local pathStefan Beller
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano
2017-01-27use absolute_pathdup()René Scharfe
2017-01-23Merge branch 'sb/submodule-init'Junio C Hamano
2017-01-12submodule update --init: display correct path from submoduleStefan Beller
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano
2016-12-12submodule: add absorb-git-dir functionStefan Beller
2016-12-12submodule--helper: set alternateLocation for cloned submodulesVitaly "_Vi" Shukela
2016-12-09submodule helper: support super prefixStefan Beller
2016-10-27Merge branch 'sb/submodule-ignore-trailing-slash'Junio C Hamano
2016-10-17Merge branch 'jk/alt-odb-cleanup'Junio C Hamano
2016-10-10alternates: use a separate scratch spaceJeff King
2016-10-10submodule: ignore trailing slash in relative urlStefan Beller
2016-10-10submodule: ignore trailing slash on superproject URLStefan Beller
2016-10-06Merge branch 'rs/cocci'Junio C Hamano
2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe
2016-09-26Merge branch 'jk/clone-recursive-progress'Junio C Hamano
2016-09-26Merge branch 'rs/cocci'Junio C Hamano
2016-09-22clone: pass --progress decision to recursive submodulesJeff King
2016-09-19Merge branch 'bc/object-id'Junio C Hamano
2016-09-15use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe
2016-09-09Merge branch 'sb/submodule-clone-rr'Junio C Hamano
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-08-18clone: recursive and reference option triggers submodule alternatesStefan Beller
2016-08-12submodule--helper update-clone: allow multiple referencesStefan Beller
2016-08-12submodule--helper module-clone: allow multiple referencesStefan Beller
2016-08-12Merge branch 'rs/child-process-init'Junio C Hamano
2016-08-12Merge branch 'sb/submodule-clone-retry'Junio C Hamano
2016-08-10Merge branch 'sb/submodule-update-dot-branch'Junio C Hamano
2016-08-09submodule--helper: use parallel processor correctlyStefan Beller
2016-08-05use CHILD_PROCESS_INIT to initialize automatic variablesRené Scharfe
2016-08-03submodule update: allow '.' for branch valueStefan Beller
2016-08-03submodule--helper: add remote-branch helperStefan Beller
2016-08-01submodule--helper: fix usage string for relative-pathStefan Beller
2016-07-22submodule-helper: fix indexing in clone retry error reporting pathJohannes Sixt
2016-07-11Merge branch 'sb/submodule-clone-retry'Junio C Hamano
2016-06-20Merge branch 'sb/submodule-recommend-shallowness'Junio C Hamano
2016-06-13submodule--helper: initial clone learns retry logicStefan Beller