diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2020-08-01 11:54:13 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2020-08-01 11:54:13 +0100 |
| commit | 434e93bc980d31aa4372daaaa79a9e24864d413e (patch) | |
| tree | d05b1cf95698edc15246ee70dddc4c333059ab8d /git | |
| parent | ff982aee95a49b4536b28409dcd0c8521cea7751 (diff) | |
git: Show line numbers with git grep
Diffstat (limited to 'git')
| -rw-r--r-- | git/config | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,11 +6,14 @@ st = status [branch] - autosetuprebase = always + autoSetupRebase = always [diff] algorithm = histogram +[grep] + lineNumber = true + [pull] ff = only |
