summaryrefslogtreecommitdiffstats
path: root/doc/git-howto.texi
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2012-07-13 11:35:11 -0400
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2012-07-13 11:51:06 -0400
commit86dd5fbf1505a09afe8eaa66548e8876d5a9e817 (patch)
tree61351a52f7f8238f97acd12452cdeb269fac7e54 /doc/git-howto.texi
parent7ff318e2dd31e8fd10b593111ee64aea11ceb9a4 (diff)
downloadffmpeg-streaming-86dd5fbf1505a09afe8eaa66548e8876d5a9e817.zip
ffmpeg-streaming-86dd5fbf1505a09afe8eaa66548e8876d5a9e817.tar.gz
doc: Remove stray @item from git-howto
Fixes warning: ** @item outside of table or list (l. 362) Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc/git-howto.texi')
-rw-r--r--doc/git-howto.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-howto.texi b/doc/git-howto.texi
index f9acad5..cd30b47 100644
--- a/doc/git-howto.texi
+++ b/doc/git-howto.texi
@@ -359,7 +359,7 @@ First, make sure that the commits and branches you are going to push
match what you want pushed and that nothing is missing, extraneous or
wrong. You can see what will be pushed by running the git push command
with --dry-run first. And then inspecting the commits listed with
-@command{git log -p 1234567..987654}. The @item @command{git status} command
+@command{git log -p 1234567..987654}. The @command{git status} command
may help in finding local changes that have been forgotten to be added.
Next let the code pass through a full run of our testsuite.
OpenPOWER on IntegriCloud