summaryrefslogtreecommitdiff
path: root/submodule-config.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano2018-08-021-1/+1
|\
| * config: add options parameter to git_config_from_memJeff King2018-07-031-1/+1
* | Merge branch 'ao/config-from-gitmodules'Junio C Hamano2018-07-181-12/+63
|\ \
| * | submodule-config: reuse config_from_gitmodules in repo_read_gitmodulesAntonio Ospite2018-06-261-29/+21
| * | submodule-config: pass repository as argument to config_from_gitmodulesAntonio Ospite2018-06-261-5/+5
| * | submodule-config: make 'config_from_gitmodules' privateAntonio Ospite2018-06-261-4/+4
| * | submodule-config: add helper to get 'update-clone' config from .gitmodulesAntonio Ospite2018-06-261-0/+14
| * | submodule-config: add helper function to get 'fetch' config from .gitmodulesAntonio Ospite2018-06-261-0/+28
| * | config: move config_from_gitmodules to submodule-config.cAntonio Ospite2018-06-261-0/+17
| |/
* | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ | |/ |/|
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-33/+33
|\ \
| * | submodule-config: convert structures to object_idbrian m. carlson2018-05-021-33/+33
| |/
* | Sync with Git 2.17.1Junio C Hamano2018-05-291-0/+31
|\ \
| * \ Sync with Git 2.15.2Junio C Hamano2018-05-221-0/+31
| |\ \
| | * \ Sync with Git 2.14.4Junio C Hamano2018-05-221-0/+31
| | |\ \
| | | * \ Sync with Git 2.13.7Junio C Hamano2018-05-221-0/+31
| | | |\ \
| | | | * | submodule-config: verify submodule names as pathsJeff King2018-05-211-0/+31
* | | | | | Merge branch 'sb/submodule-move-nested'Junio C Hamano2018-05-081-18/+11
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | submodule-config: remove submodule_from_cacheStefan Beller2018-03-291-9/+0
| * | | | | submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller2018-03-291-6/+8
| * | | | | submodule-config: allow submodule_free to handle arbitrary repositoriesStefan Beller2018-03-291-3/+3
| | |/ / / | |/| | |
* | | | | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
| |/ / / |/| | |
* | | | Correct mispellings of ".gitmodule" to ".gitmodules"rd/typofixRobert P. J. Day2018-02-141-2/+2
|/ / /
* | | Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-08-261-12/+53
|\ \ \
| * | | submodule-config: lazy-load a repository's .gitmodules fileBrandon Williams2017-08-031-5/+22
| * | | submodule-config: move submodule-config functions to submodule-config.cBrandon Williams2017-08-031-7/+31
| * | | Merge branch 'bc/object-id' into bw/submodule-config-cleanupJunio C Hamano2017-08-021-19/+19
| |\ \ \
* | \ \ \ Merge branch 'ma/parse-maybe-bool'Junio C Hamano2017-08-221-3/+3
|\ \ \ \ \
| * | | | | treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ă…gren2017-08-071-2/+2
* | | | | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-08-221-0/+8
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams2017-08-021-0/+8
| | |_|/ / | |/| | |
* | | | | Merge branch 'sb/hashmap-cleanup'Junio C Hamano2017-08-111-6/+12
|\ \ \ \ \
| * | | | | submodule-config.c: drop hashmap_cmp_fn castStefan Beller2017-07-051-6/+12
* | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-08-111-19/+19
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | submodule: convert submodule config lookup to use object_idbrian m. carlson2017-07-171-19/+19
* | | | | Merge branch 'sb/pull-rebase-submodule'Junio C Hamano2017-07-131-0/+22
|\ \ \ \ \
| * | | | | builtin/fetch: factor submodule recurse parsing out to submodule configStefan Beller2017-06-231-0/+22
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano2017-07-131-6/+8
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-6/+8
* | | | submodule-config: store the_submodule_cache in the_repositoryBrandon Williams2017-06-231-18/+52
|/ / /
* | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
|/ /
* | Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-03-281-0/+20
|\ \
| * | update submodules: add submodule config parsingStefan Beller2017-03-151-0/+20
| |/
* | Merge branch 'sb/submodule-config-parse-ignore-fix'Junio C Hamano2017-03-211-1/+1
|\ \ | |/ |/|
| * submodule-config: correct error reporting for invalid ignore valuesb/submodule-config-parse-ignore-fixStefan Beller2017-03-151-1/+1
* | Merge branch 'bw/push-submodule-only'Junio C Hamano2017-01-311-0/+2
|\ \
| * | submodules: add RECURSE_SUBMODULES_ONLY valueBrandon Williams2016-12-201-0/+2
| |/
* | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-01-181-1/+1
|\ \
| * | submodules: load gitmodules file from commit sha1Brandon Williams2016-12-221-3/+3
| |/