aboutsummaryrefslogtreecommitdiffstats
path: root/submodule.h
AgeCommit message (Expand)AuthorFilesLines
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann1-0/+1
2013-08-06mv: update the path entry in .gitmodules for moved submodulesJens Lehmann1-0/+1
2013-07-30submodule.c: add .gitmodules staging helper functionsJens Lehmann1-0/+2
2013-07-30mv: move submodules using a gitfileJens Lehmann1-0/+1
2013-04-05submodule: print graph output next to submodule logJohn Keeping1-0/+1
2012-11-18submodule: display summary header in boldRamkumar Ramachandra1-1/+1
2012-10-29Merge branch 'jl/submodule-rm'Jeff King1-0/+2
2012-09-29submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann1-0/+2
2012-09-02submodule: use argv_array instead of hand-building arraysJens Lehmann1-1/+2
2012-04-24Merge branch 'hv/submodule-recurse-push'Junio C Hamano1-1/+3
2012-04-10submodule: fix prototype of gitmodules_configRené Scharfe1-1/+1
2012-03-30push: teach --recurse-submodules the on-demand optionHeiko Voigt1-0/+1
2012-03-30Refactor submodule push check to use string list instead of integerHeiko Voigt1-1/+2
2011-10-13submodule: Search for merges only at end of recursive mergeBrad King1-1/+1
2011-08-20push: Don't push a repository with unpushed submodulesFredrik Gustafsson1-0/+1
2011-03-09fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann1-1/+1
2011-03-09fetch/pull: recurse into submodules when necessaryJens Lehmann1-0/+9
2010-11-12Add the 'fetch.recurseSubmodules' config settingJens Lehmann1-1/+3
2010-11-12fetch/pull: Add the --recurse-submodules optionJens Lehmann1-0/+3
2010-08-21Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano1-0/+2
2010-08-09Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann1-0/+1
2010-08-09Submodules: Add the new "ignore" config option for diff and statusJens Lehmann1-0/+3
2010-07-07Implement automatic fast-forward merge for submodulesHeiko Voigt1-0/+2
2010-06-25Add the option "--ignore-submodules" to "git status"Jens Lehmann1-0/+3
2010-03-13git status: ignoring untracked files must apply to submodules tooJens Lehmann1-1/+1
2010-03-04git diff --submodule: Show detailed dirty status of submodulesJens Lehmann1-1/+1
2010-01-24Teach diff --submodule that modified submodule directory is dirtyJens Lehmann1-0/+1
2010-01-16Show submodules as modified when they contain a dirty work treeJens Lehmann1-0/+1
2009-10-19Add the --submodule option to the diff option familyJohannes Schindelin1-0/+8