aboutsummaryrefslogtreecommitdiff
path: root/submodule.c
Commit message (Expand)AuthorAge
* 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
* | | Merge branch 'jc/merge-bases'Junio C Hamano2012-09-11
|\ \ \ | |_|/ |/| |
| * | in_merge_bases(): support only one "other" commitJunio C Hamano2012-08-27
* | | Merge branch 'tr/void-diff-setup-done'Junio C Hamano2012-08-22
|\ \ \
| * | | diff_setup_done(): return voidThomas Rast2012-08-03
| |/ /
* | | Merge branch 'hv/submodule-alt-odb'Junio C Hamano2012-05-23
|\ \ \ | |_|/ |/| |
| * | teach add_submodule_odb() to look for alternatesHeiko Voigt2012-05-14
| |/
* | push: teach --recurse-submodules the on-demand optionHeiko Voigt2012-03-30
* | Refactor submodule push check to use string list instead of integerHeiko Voigt2012-03-30
* | Teach revision walking machinery to walk multiple times sequenciallyHeiko Voigt2012-03-30
|/
* submodule: use diff_tree_combined_merge() instead of diff_tree_combined()René Scharfe2011-12-17
* use struct sha1_array in diff_tree_combined()René Scharfe2011-12-17
* Merge branch 'jl/submodule-status-failure-report'Junio C Hamano2011-12-13
|\
| * diff/status: print submodule path when looking for changes failsJens Lehmann2011-12-08
* | Merge branch 'ab/clang-lints'Junio C Hamano2011-12-05
|\ \
| * | cast variable in call to free() in builtin/diff.c and submodule.cÆvar Arnfjörð Bjarmason2011-11-06
* | | submodule: Search for merges only at end of recursive mergeBrad King2011-10-13
* | | Merge branch 'jk/argv-array'Junio C Hamano2011-10-05
|\ \ \
| * | | refactor argv_array into generic codeJeff King2011-09-14
* | | | Merge branch 'jk/maint-fetch-submodule-check-fix'Junio C Hamano2011-10-05
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | fetch: avoid quadratic loop checking for updated submodulesJeff King2011-09-12
* | | Sync with 1.7.6.3Junio C Hamano2011-09-12
|\ \ \
| * \ \ Merge branch 'jl/maint-fetch-submodule-check-fix' into maintJunio C Hamano2011-09-12
| |\ \ \
| | * | | fetch: skip on-demand checking when no submodules are configuredJens Lehmann2011-09-09
| | |/ /