summaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)Author
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
2016-06-01submodule: remove bashism from shell scriptStefan Beller
2016-06-01submodule--helper: offer a consistent APIStefan Beller
2016-05-27submodule update: learn `--[no-]recommend-shallow` optionStefan Beller
2016-05-17Merge branch 'jk/submodule-c-credential'Junio C Hamano
2016-05-17Merge branch 'sb/submodule-init'Junio C Hamano
2016-05-06submodule: stop sanitizing config optionsJeff King
2016-05-03submodule init: redirect stdout to stderrStefan Beller
2016-04-29submodule--helper update-clone: abort gracefully on missing .gitmodulesStefan Beller
2016-04-29submodule init: fail gracefully with a missing .gitmodules fileStefan Beller
2016-04-28submodule--helper: move config-sanitizing to submodule.cJeff King
2016-04-22Merge branch 'sb/submodule-helper-clone-regression-fix'Junio C Hamano
2016-04-17submodule: port init from shell to CStefan Beller