aboutsummaryrefslogtreecommitdiff
path: root/submodule.c
Commit message (Expand)AuthorAge
* Merge branch 'jc/am-state-fix'Junio C Hamano2015-08-31
|\
| * write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano2015-08-25
| * write_file(): drop "fatal" parameterJunio C Hamano2015-08-24
* | Merge branch 'hv/submodule-config'Junio C Hamano2015-08-31
|\ \ | |/ |/|
| * submodule: allow erroneous values for the fetchRecurseSubmodules optionHeiko Voigt2015-08-19
| * submodule: use new config API for worktree configurationsHeiko Voigt2015-08-19
| * submodule: extract functions for config set and lookupHeiko Voigt2015-08-19
| * submodule: implement a config API for lookup of .gitmodules valuesHeiko Voigt2015-08-19
* | convert "enum date_mode" into a structJeff King2015-06-29
* | Merge branch 'bc/object-id'Junio C Hamano2015-06-05
|\ \ | |/ |/|
| * submodule: rewrite to take an object_id argumentMichael Haggerty2015-05-25
| * each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* | Merge branch 'rs/janitorial'Junio C Hamano2015-06-01
|\ \ | |/ |/|
| * use file_exists() to check if a file exists in the worktreeRené Scharfe2015-05-20
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \ | |/ |/|
| * use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-01
* | submodule: use capture_commandJeff King2015-03-22
* | Merge branch 'jc/merge-bases'Junio C Hamano2015-01-07
|\ \ | |/ |/|
| * get_merge_bases(): always clean-up object flagsJunio C Hamano2014-10-30
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
* | Merge branch 'ta/string-list-init'Junio C Hamano2014-07-23
|\ \
| * | replace memset with string-list initializersTanay Abhra2014-07-21
| |/
* | submodule.c: use the ARRAY_SIZE macroElia Pinto2014-06-30
|/
* Merge branch 'kb/fast-hashmap'Junio C Hamano2014-02-27
|\
| * submodule: don't access the .gitmodules cache entry after removing itJens Lehmann2013-11-07
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/
* Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\
| * rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann2013-08-06
| * mv: update the path entry in .gitmodules for moved submodulesJens Lehmann2013-08-06
| * submodule.c: add .gitmodules staging helper functionsJens Lehmann2013-07-30
| * mv: move submodules using a gitfileJens Lehmann2013-07-30
* | Merge branch 'jl/some-submodule-config-are-not-boolean'Junio C Hamano2013-09-04
|\ \
| * | avoid segfault on submodule.*.path set to an empty "true"Jharrod LaFon2013-08-19
* | | Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-22
|\ \ \ | |_|/ |/| |
| * | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
* | | Merge branch 'as/log-output-encoding-in-user-format'Junio C Hamano2013-07-12
|\ \ \ | |/ / |/| |
| * | pretty: --format output should honor logOutputEncodingAlexey Shumkin2013-06-26
* | | Merge branch 'mh/reflife'Junio C Hamano2013-06-14
|\ \ \ | |/ / |/| |
| * | find_first_merges(): remove unnecessary codeMichael Haggerty2013-05-28
| * | find_first_merges(): initialize merges variable using initializerMichael Haggerty2013-05-28
* | | submodule: remove redundant check for the_index.initializedRené Scharfe2013-06-09
|/ /
* | submodule: print graph output next to submodule logJohn Keeping2013-04-05
|/
* submodule: clarify logic in show_submodule_summaryJeff King2013-03-22
* submodule: simplify memory handling in config parsingJeff King2013-01-23
* submodule: use parse_config_key when parsing configJeff King2013-01-23
* submodule: display summary header in boldRamkumar Ramachandra2012-11-18
* Merge branch 'jl/submodule-rm'Jeff King2012-10-29
|\
| * submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann2012-09-29
* | Merge branch 'jk/argv-array'Junio C Hamano2012-09-11
|\ \
| * | submodule: use argv_array instead of hand-building arraysJens Lehmann2012-09-02