summaryrefslogtreecommitdiff
path: root/submodule.h
AgeCommit message (Expand)Author
2012-09-03submodule: use argv_array instead of hand-building arraysJens Lehmann
2012-04-24Merge branch 'hv/submodule-recurse-push'Junio C Hamano
2012-04-10submodule: fix prototype of gitmodules_configRené Scharfe
2012-03-30push: teach --recurse-submodules the on-demand optionHeiko Voigt
2012-03-30Refactor submodule push check to use string list instead of integerHeiko Voigt
2011-10-13submodule: Search for merges only at end of recursive mergeBrad King
2011-08-21push: Don't push a repository with unpushed submodulesFredrik Gustafsson
2011-03-09fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann
2011-03-09fetch/pull: recurse into submodules when necessaryJens Lehmann
2010-11-12Add the 'fetch.recurseSubmodules' config settingJens Lehmann
2010-11-12fetch/pull: Add the --recurse-submodules optionJens Lehmann
2010-08-22Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano
2010-08-09Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann
2010-08-09Submodules: Add the new "ignore" config option for diff and statusJens Lehmann
2010-07-07Implement automatic fast-forward merge for submodulesHeiko Voigt
2010-06-25Add the option "--ignore-submodules" to "git status"Jens Lehmann
2010-03-14git status: ignoring untracked files must apply to submodules tooJens Lehmann
2010-03-05git diff --submodule: Show detailed dirty status of submodulesJens Lehmann
2010-01-25Teach diff --submodule that modified submodule directory is dirtyJens Lehmann
2010-01-17Show submodules as modified when they contain a dirty work treeJens Lehmann
2009-10-20Add the --submodule option to the diff option familyJohannes Schindelin