diff options
author | Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> | 2016-02-15 11:21:54 +0100 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> | 2016-02-15 11:29:22 +0000 |
commit | 3c484e30130d71513ac998a01758be0d9bf8c185 (patch) | |
tree | 76883e1d418ce74c15b7dfeeffd3065ac56e268b /doc | |
parent | 5c5e5a3aae4ffd072c84a5ae1c2b5d94242068eb (diff) | |
download | qt-creator-3c484e30130d71513ac998a01758be0d9bf8c185.tar.gz |
Doc: using Git Grep to search files
Change-Id: I0927565cf5eb8dd52a6e2daa1a69ea09ca3c5e2c
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/editors/creator-editors.qdoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc index a3f79705cb..0e1549b6ae 100644 --- a/doc/src/editors/creator-editors.qdoc +++ b/doc/src/editors/creator-editors.qdoc @@ -1520,6 +1520,12 @@ \li \uicontrol {Files in File System} recursively searches files matching the defined file pattern in the selected directory. + Select the \uicontrol {Use Git Grep} check box to use Git to + only search tracked files in the Git work tree. To restrict + the search to the HEAD, a tag, a local or remote branch, or + a commit hash, enter a reference in the field. Leave the + field empty to search through the file system. + \li \uicontrol {Current File} searches only the current file. \li \uicontrol {Open Documents} searches all open files. |