Migrated from home v12
[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 * Adding tools to git gui and gitk for easier submodule handling (in progress)
8 ** git gui: Add popup menu for submodule diffs (waiting for Shawn to merge it)
9 ** git gui: Add submodule menu for adding and fetching submodules
10 ** gitk: Add popup menu for submodules to see the detailed history of changes
11 * Showing dirty working directories of submodules in supermodule (in progress)
12 * Showing that a submodule has a HEAD not on any branch (in progress)
13 * Check before a push in the superproject that all submodules HEADs are pushed
14 * Let checkout, index-update & reset work recursively on submodules
15 * Let fetch run recursively on submodules
16 * Collecting hooks useful for submodules
17 * Better support for merging and resolving merge conflicts of submodules
18 * Add an "always-tip" mode
19
20 *Issues already solved and merged into Junio's Repo:*
21
22 * since git 1.6.6: Better output of submodule diffs (many thanks to Dscho for writing the core part!)
23 * since git 1.6.6: Display of submodule summary in git gui and gitk