summaryrefslogtreecommitdiffstats
path: root/submodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/merge-bases'Junio C Hamano2015-01-071-1/+1
|\
| * get_merge_bases(): always clean-up object flagsJunio C Hamano2014-10-301-1/+1
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-14/+7
* | Merge branch 'ta/string-list-init'Junio C Hamano2014-07-231-4/+1
|\ \
| * | replace memset with string-list initializersTanay Abhra2014-07-211-4/+1
| |/
* / submodule.c: use the ARRAY_SIZE macroElia Pinto2014-06-301-1/+1
|/
* Merge branch 'kb/fast-hashmap'Junio C Hamano2014-02-271-24/+1
|\
| * submodule: don't access the .gitmodules cache entry after removing itJens Lehmann2013-11-071-24/+1
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-1/+1
|/
* Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-0/+149
|\
| * rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann2013-08-061-0/+33
| * mv: update the path entry in .gitmodules for moved submodulesJens Lehmann2013-08-061-0/+34
| * submodule.c: add .gitmodules staging helper functionsJens Lehmann2013-07-301-0/+51
| * mv: move submodules using a gitfileJens Lehmann2013-07-301-0/+31
* | Merge branch 'jl/some-submodule-config-are-not-boolean'Junio C Hamano2013-09-041-0/+6
|\ \
| * | avoid segfault on submodule.*.path set to an empty "true"Jharrod LaFon2013-08-191-0/+6
* | | Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-221-1/+1
|\ \ \ | |_|/ |/| |
| * | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-091-1/+1
* | | Merge branch 'as/log-output-encoding-in-user-format'Junio C Hamano2013-07-121-0/+1
|\ \ \ | |/ / |/| |
| * | pretty: --format output should honor logOutputEncodingAlexey Shumkin2013-06-261-0/+1
* | | Merge branch 'mh/reflife'Junio C Hamano2013-06-141-4/+2
|\ \ \ | |/ / |/| |
| * | find_first_merges(): remove unnecessary codeMichael Haggerty2013-05-281-2/+1
| * | find_first_merges(): initialize merges variable using initializerMichael Haggerty2013-05-281-2/+1
* | | submodule: remove redundant check for the_index.initializedRené Scharfe2013-06-091-3/+2
|/ /
* / submodule: print graph output next to submodule logJohn Keeping2013-04-051-4/+9
|/
* submodule: clarify logic in show_submodule_summaryJeff King2013-03-221-7/+6
* submodule: simplify memory handling in config parsingJeff King2013-01-231-16/+14
* submodule: use parse_config_key when parsing configJeff King2013-01-231-9/+10
* submodule: display summary header in boldRamkumar Ramachandra2012-11-181-4/+4
* Merge branch 'jl/submodule-rm'Jeff King2012-10-291-0/+80
|\
| * submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann2012-09-291-0/+80
* | Merge branch 'jk/argv-array'Junio C Hamano2012-09-111-15/+16
|\ \
| * | submodule: use argv_array instead of hand-building arraysJens Lehmann2012-09-021-15/+16
* | | Merge branch 'jc/merge-bases'Junio C Hamano2012-09-111-6/+6
|\ \ \ | |_|/ |/| |
| * | in_merge_bases(): support only one "other" commitJunio C Hamano2012-08-271-6/+6
* | | Merge branch 'tr/void-diff-setup-done'Junio C Hamano2012-08-221-2/+1
|\ \ \
| * | | diff_setup_done(): return voidThomas Rast2012-08-031-2/+1
| |/ /
* | | Merge branch 'hv/submodule-alt-odb'Junio C Hamano2012-05-231-0/+3
|\ \ \ | |_|/ |/| |
| * | teach add_submodule_odb() to look for alternatesHeiko Voigt2012-05-141-0/+3
| |/
* | push: teach --recurse-submodules the on-demand optionHeiko Voigt2012-03-301-0/+48
* | Refactor submodule push check to use string list instead of integerHeiko Voigt2012-03-301-12/+11
* | Teach revision walking machinery to walk multiple times sequenciallyHeiko Voigt2012-03-301-0/+2
|/
* submodule: use diff_tree_combined_merge() instead of diff_tree_combined()René Scharfe2011-12-171-11/+3
* use struct sha1_array in diff_tree_combined()René Scharfe2011-12-171-9/+5
* Merge branch 'jl/submodule-status-failure-report'Junio C Hamano2011-12-131-2/+2
|\
| * diff/status: print submodule path when looking for changes failsJens Lehmann2011-12-081-2/+2
* | Merge branch 'ab/clang-lints'Junio C Hamano2011-12-051-1/+1
|\ \
| * | cast variable in call to free() in builtin/diff.c and submodule.cÆvar Arnfjörð Bjarmason2011-11-061-1/+1
* | | submodule: Search for merges only at end of recursive mergeBrad King2011-10-131-1/+5
* | | Merge branch 'jk/argv-array'Junio C Hamano2011-10-051-35/+6
|\ \ \