Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
bb370a74
Commit
bb370a74
authored
Jan 25, 2011
by
hjk
Browse files
doc: fix quoting of git ls-files arguments
parent
20f16c40
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/qtcreator.qdoc
View file @
bb370a74
...
...
@@ -7859,7 +7859,7 @@
To update the
\t
t{.files} on the \gui Git repository use the following
script:
\code
git ls-files *.cpp
*.h > MyProject.files
git ls-files
"
*.
cpp
" "
*.
h
"
> MyProject.files
\endcode
\section1 Specifying Include Paths
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment