From: roryokane Date: Mon, 27 Aug 2012 20:22:04 +0000 (-0700) Subject: format inline code X-Git-Url: http://git.tremily.us/?p=git-submod-enhancements.wiki.git;a=commitdiff_plain;h=9b9900b62633024d8a68cf77f7a7023f9d296158 format inline code --- diff --git a/Home.textile b/Home.textile index e55c28c..25f97e1 100644 --- a/Home.textile +++ b/Home.textile @@ -5,23 +5,23 @@ 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 +* 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 -* Teach "git prune" the "--recurse-submodules" option (and maybe honour the same default and options "git fetch" uses) +* 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 +* Teach @git prune@ the @--recurse-submodules@ option (and maybe honour the same default and options @git fetch@ uses) * Better support for displaying merge conflicts of submodules -* 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. +* @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* * Cherry picking across submodule creation fails even if the cherry pick doesn't touch any file in the submodules path -* git submodule add doesn't record the url in .git/config when the submodule path doesn't exist. -* git rebase --continue won't work if the commit only contains submodule changes. +* @git submodule add@ doesn't record the url in .git/config when the submodule path doesn't exist. +* @git rebase --continue@ won't work if the commit only contains submodule changes. *Issues already solved and merged into Junio's Repo:*