Migrated from home v15
[git-submod-enhancements.wiki.git] / Home.textile
1 *Welcome to the git-submod-enhancements wiki!*
2
3 As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to change that ...
4
5 *Issues still to be tackled in this repo:*
6
7 * git gui: Add popup menu for submodule diffs (Shawn merged it on Jan 23th 2010, still has to be merged into Junios repo though)
8 * Showing dirty working directories of submodules in superproject (basic support seems to make it into 1.7.0)
9 * Showing that a submodule has a HEAD not on any branch in "git status" (in progress)
10 * gitk: Add popup menu for submodules to see the detailed history of changes
11 * Check before a push in the superproject that all submodules HEADs are pushed
12 * Let checkout, update-index & reset work recursively on submodules
13 * Let fetch run recursively on submodules
14 * git gui: Add submodule menu for adding and fetching submodules
15 * Collecting hooks useful for submodules (this may be obsolete when submodules become a first class citizen of git)
16 * Better support for merging and resolving merge conflicts of submodules
17 * Add an "always-tip" mode
18
19 *Issues already solved and merged into Junio's Repo:*
20
21 * since git 1.6.6: New --submodule option to "git diff" (many thanks to Dscho for writing the core part!)
22 * since git 1.6.6: Display of submodule summary in git gui and gitk
23 * expected for 1.7.0: "git status" and "git diff*" show submodules with untracked or modified files in their work tree as modified