summaryrefslogtreecommitdiff
path: root/submodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Add the 'fetch.recurseSubmodules' config settingJens Lehmann2010-11-121-1/+17
* | fetch/pull: Add the --recurse-submodules optionJens Lehmann2010-11-121-1/+65
* | Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano2010-08-211-0/+161
|\ \
| * | Implement automatic fast-forward merge for submodulesHeiko Voigt2010-07-071-0/+161
* | | Add the 'diff.ignoreSubmodules' config settingJohannes Schindelin2010-08-091-0/+4
* | | Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann2010-08-091-0/+19
* | | Submodules: Add the new "ignore" config option for diff and statusJens Lehmann2010-08-091-1/+56
|/ /
* | Add the option "--ignore-submodules" to "git status"Jens Lehmann2010-06-251-0/+13
* | Teach diff --submodule and status to handle .git files in submodulesJens Lehmann2010-04-101-17/+16
* | git status: ignoring untracked files must apply to submodules tooJens Lehmann2010-03-131-2/+7
* | git diff --submodule: Show detailed dirty status of submodulesJens Lehmann2010-03-041-5/+35
* | is_submodule_modified(): clear environment properlyGiuseppe Bilotta2010-02-241-11/+11
* | Fix memory leak in submodule.cJens Lehmann2010-01-311-5/+9
* | is_submodule_modified(): fix breakage with external GIT_INDEX_FILEv1.7.0-rc1Junio C Hamano2010-01-301-2/+5
* | Teach diff --submodule that modified submodule directory is dirtyJens Lehmann2010-01-241-0/+3
* | Merge branch 'jl/submodule-diff'Junio C Hamano2010-01-221-0/+49
|\ \ | |/
| * Show submodules as modified when they contain a dirty work treeJens Lehmann2010-01-161-0/+49
* | submodule.c: mark file-local function staticJunio C Hamano2010-01-121-1/+1
|/
* submodule.c: Squelch a "use before assignment" warningDavid Aguilar2009-11-201-1/+1
* fixup tr/stash-format mergeJunio C Hamano2009-10-301-2/+3
* Add the --submodule option to the diff option familyJohannes Schindelin2009-10-191-0/+113