summaryrefslogtreecommitdiffstats
path: root/submodule.c
AgeCommit message (Expand)AuthorLines
2011-04-04Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano-12/+140
2011-03-22Fix sparse warningsStephen Boyd-3/+3
2011-03-16diff --submodule: split into bite-sized piecesJonathan Nieder-42/+61
2011-03-09fetch/pull: Don't recurse into a submodule when commits are already presentJens Lehmann-1/+28
2011-03-09Submodules: Add 'on-demand' value for the 'fetchRecurseSubmodule' optionJens Lehmann-2/+7
2011-03-09config: teach the fetch.recurseSubmodules option the 'on-demand' valueJens Lehmann-1/+1
2011-03-09fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann-2/+6
2011-03-09fetch/pull: recurse into submodules when necessaryJens Lehmann-7/+99
2010-12-09fetch_populated_submodules(): document dynamic allocationJunio C Hamano-1/+2
2010-11-12Submodules: Add the "fetchRecurseSubmodules" config optionJens Lehmann-2/+18
2010-11-12Add the 'fetch.recurseSubmodules' config settingJens Lehmann-1/+17
2010-11-12fetch/pull: Add the --recurse-submodules optionJens Lehmann-1/+65
2010-08-21Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano-0/+161
2010-08-09Add the 'diff.ignoreSubmodules' config settingJohannes Schindelin-0/+4
2010-08-09Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann-0/+19
2010-08-09Submodules: Add the new "ignore" config option for diff and statusJens Lehmann-1/+56
2010-07-07Implement automatic fast-forward merge for submodulesHeiko Voigt-0/+161
2010-06-25Add the option "--ignore-submodules" to "git status"Jens Lehmann-0/+13
2010-04-10Teach diff --submodule and status to handle .git files in submodulesJens Lehmann-17/+16
2010-03-13git status: ignoring untracked files must apply to submodules tooJens Lehmann-2/+7
2010-03-04git diff --submodule: Show detailed dirty status of submodulesJens Lehmann-5/+35
2010-02-24is_submodule_modified(): clear environment properlyGiuseppe Bilotta-11/+11
2010-01-31Fix memory leak in submodule.cJens Lehmann-5/+9
2010-01-30is_submodule_modified(): fix breakage with external GIT_INDEX_FILEv1.7.0-rc1Junio C Hamano-2/+5
2010-01-24Teach diff --submodule that modified submodule directory is dirtyJens Lehmann-0/+3
2010-01-22Merge branch 'jl/submodule-diff'Junio C Hamano-0/+49
2010-01-16Show submodules as modified when they contain a dirty work treeJens Lehmann-0/+49
2010-01-12submodule.c: mark file-local function staticJunio C Hamano-1/+1
2009-11-20submodule.c: Squelch a "use before assignment" warningDavid Aguilar-1/+1
2009-10-30fixup tr/stash-format mergeJunio C Hamano-2/+3
2009-10-19Add the --submodule option to the diff option familyJohannes Schindelin-0/+113