From: roryokane Date: Mon, 27 Aug 2012 20:23:39 +0000 (-0700) Subject: format individual commands as code X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=41f094bb988b6b980caf759fd52760b9c9a5c074;p=git-submod-enhancements.wiki.git format individual commands as code --- diff --git a/Home.textile b/Home.textile index 25f97e1..26fd5a8 100644 --- a/Home.textile +++ b/Home.textile @@ -4,8 +4,8 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch *Issues still to be tackled in this repo:* -* Let am, bisect, checkout, checkout-index, cherry-pick, merge, pull, read-tree, rebase, reset & stash work recursively on submodules (in progress) -* Teach grep the @--recursive@ option +* Let @am@, @bisect@, @checkout@, @checkout-index@, @cherry-pick@, @merge@, @pull@, @read-tree@, @rebase@, @reset@ & @stash@ work recursively on submodules (in progress) +* Teach @grep@ the @--recursive@ option * Add means to specify which submodules shall be populated on clone * Showing that a submodule has a HEAD not on any branch in @git status@ * @gitk@: Add popup menu for submodules to see the detailed history of changes @@ -14,7 +14,7 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch * @git gui@: Add submodule menu for adding and fetching submodules * @git status@ should call @git diff --submodule --ignore-submodules=dirty@ instead of @git submodule summary@ for providing a submodule summary when configured to do so. * Add an "always-tip" mode -* Other commands that could benefit from a @--recurse-submodules@ option: archive, branch, clean, commit, revert, tag. +* Other commands that could benefit from a @--recurse-submodules@ option: @archive@, @branch@, @clean@, @commit@, @revert@, @tag@. * In the long run git-submodule.sh should be converted to a rather simple wrapper script around core git functionality as more and more of that is implemented in the git core. *Submodule related bugs to fix*