Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| git_searching [2019/02/21 14:08] – [Searching with git grep] rpjday | git_searching [2019/02/21 14:17] (current) – [Config options] rpjday | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| $ git log --author=" | $ git log --author=" | ||
| $ git log --author=" | $ git log --author=" | ||
| + | 104 | ||
| $ git log -i --author=" | $ git log -i --author=" | ||
| </ | </ | ||
| Line 150: | Line 151: | ||
| [ [--[no-]exclude-standard] [--cached | --no-index | --untracked] | tree> | [ [--[no-]exclude-standard] [--cached | --no-index | --untracked] | tree> | ||
| [--] [< | [--] [< | ||
| + | </ | ||
| + | |||
| + | ==== Config options ==== | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | See '' | ||
| + | |||
| + | ==== Examples ==== | ||
| + | |||
| + | < | ||
| + | $ git grep -il torvalds | ||
| + | book/ | ||
| + | book/ | ||
| + | $ | ||
| </ | </ | ||