summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Merge branch 'kb/fast-hashmap'Libravatar Junio C Hamano1-24/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-1/+1
2013-11-07submodule: don't access the .gitmodules cache entry after removing itLibravatar Jens Lehmann1-24/+1
2013-09-09Merge branch 'jl/submodule-mv'Libravatar Junio C Hamano1-0/+149
2013-09-04Merge branch 'jl/some-submodule-config-are-not-boolean'Libravatar Junio C Hamano1-0/+6
2013-08-19avoid segfault on submodule.*.path set to an empty "true"Libravatar Jharrod LaFon1-0/+6
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeLibravatar Jens Lehmann1-0/+33
2013-08-06mv: update the path entry in .gitmodules for moved submodulesLibravatar Jens Lehmann1-0/+34
2013-07-30submodule.c: add .gitmodules staging helper functionsLibravatar Jens Lehmann1-0/+51
2013-07-30mv: move submodules using a gitfileLibravatar Jens Lehmann1-0/+31
2013-07-22Merge branch 'nd/const-struct-cache-entry'Libravatar Junio C Hamano1-1/+1
2013-07-12Merge branch 'as/log-output-encoding-in-user-format'Libravatar Junio C Hamano1-0/+1
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-06-26pretty: --format output should honor logOutputEncodingLibravatar Alexey Shumkin1-0/+1
2013-06-14Merge branch 'mh/reflife'Libravatar Junio C Hamano1-4/+2
2013-06-09submodule: remove redundant check for the_index.initializedLibravatar René Scharfe1-3/+2
2013-05-28find_first_merges(): remove unnecessary codeLibravatar Michael Haggerty1-2/+1
2013-05-28find_first_merges(): initialize merges variable using initializerLibravatar Michael Haggerty1-2/+1
2013-04-05submodule: print graph output next to submodule logLibravatar John Keeping1-4/+9
2013-03-22submodule: clarify logic in show_submodule_summaryLibravatar Jeff King1-7/+6
2013-01-23submodule: simplify memory handling in config parsingLibravatar Jeff King1-16/+14
2013-01-23submodule: use parse_config_key when parsing configLibravatar Jeff King1-9/+10
2012-11-18submodule: display summary header in boldLibravatar Ramkumar Ramachandra1-4/+4
2012-10-29Merge branch 'jl/submodule-rm'Libravatar Jeff King1-0/+80
2012-09-29submodule: teach rm to remove submodules unless they contain a git directoryLibravatar Jens Lehmann1-0/+80
2012-09-11Merge branch 'jk/argv-array'Libravatar Junio C Hamano1-15/+16
2012-09-11Merge branch 'jc/merge-bases'Libravatar Junio C Hamano1-6/+6
2012-09-02submodule: use argv_array instead of hand-building arraysLibravatar Jens Lehmann1-15/+16
2012-08-27in_merge_bases(): support only one "other" commitLibravatar Junio C Hamano1-6/+6
2012-08-22Merge branch 'tr/void-diff-setup-done'Libravatar Junio C Hamano1-2/+1
2012-08-03diff_setup_done(): return voidLibravatar Thomas Rast1-2/+1
2012-05-23Merge branch 'hv/submodule-alt-odb'Libravatar Junio C Hamano1-0/+3
2012-05-14teach add_submodule_odb() to look for alternatesLibravatar Heiko Voigt1-0/+3
2012-03-30push: teach --recurse-submodules the on-demand optionLibravatar Heiko Voigt1-0/+48
2012-03-30Refactor submodule push check to use string list instead of integerLibravatar Heiko Voigt1-12/+11
2012-03-30Teach revision walking machinery to walk multiple times sequenciallyLibravatar Heiko Voigt1-0/+2
2011-12-17submodule: use diff_tree_combined_merge() instead of diff_tree_combined()Libravatar René Scharfe1-11/+3
2011-12-17use struct sha1_array in diff_tree_combined()Libravatar René Scharfe1-9/+5
2011-12-13Merge branch 'jl/submodule-status-failure-report'Libravatar Junio C Hamano1-2/+2
2011-12-08diff/status: print submodule path when looking for changes failsLibravatar Jens Lehmann1-2/+2
2011-12-05Merge branch 'ab/clang-lints'Libravatar Junio C Hamano1-1/+1
2011-11-06cast variable in call to free() in builtin/diff.c and submodule.cLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2011-10-13submodule: Search for merges only at end of recursive mergeLibravatar Brad King1-1/+5
2011-10-05Merge branch 'jk/argv-array'Libravatar Junio C Hamano1-35/+6
2011-10-05Merge branch 'jk/maint-fetch-submodule-check-fix'Libravatar Junio C Hamano1-5/+72
2011-09-14refactor argv_array into generic codeLibravatar Jeff King1-35/+6
2011-09-12fetch: avoid quadratic loop checking for updated submodulesLibravatar Jeff King1-5/+72
2011-09-12Sync with 1.7.6.3Libravatar Junio C Hamano1-0/+4
2011-09-12Merge branch 'jl/maint-fetch-submodule-check-fix' into maintLibravatar Junio C Hamano1-0/+4
2011-09-09fetch: skip on-demand checking when no submodules are configuredLibravatar Jens Lehmann1-0/+4