You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -409,12 +409,11 @@ A [customizable](#search-commits-view-settings- 'Jump to the Search Commits view
409
409
- A toolbar provides quick access to the _Search Commits_, _Keep Results_, _Clear Results_, and _Refresh_ commands
410
410
- A context menu provides _Automatic Layout_, _List Layout_, _Tree Layout_, _Open Settings_ commands
411
411
- Use the _Search Commits_ command (`gitlens.showCommitSearch`) with a shortcut of `alt+/` to search for commits
412
-
- by message — use `<message>` to search for commits with messages that match `<message>`— See [Git docs](https://git-scm.com/docs/git-log#git-log---grepltpatterngt'Open Git docs')
413
-
- or, by author — use `@<pattern>` to search for commits with authors that match `<pattern>`— See [Git docs](https://git-scm.com/docs/git-log#git-log---authorltpatterngt'Open Git docs')
414
-
- or, by commit id — use `#<sha>` to search for a commit with id of `<sha>`— See [Git docs](https://git-scm.com/docs/git-log#git-log-ltrevisionrangegt'Open Git docs')
415
-
- or, by files — use `:<path/glob>` to search for commits with file names that match `<path/glob>`— See [Git docs](https://git-scm.com/docs/git-log---ltpathgt82308203'Open Git docs')
416
-
- or, by changes — use `~<pattern>` to search for commits with differences whose patch text contains added/removed lines that match `<pattern>`— See [Git docs](https://git-scm.com/docs/git-log#git-log--Gltregexgt'Open Git docs')
417
-
- or, by changed lines — use `=<string>` to search for commits with differences that change the number of occurrences of the specified string (i.e. addition/deletion) in a file — See [Git docs](https://git-scm.com/docs/git-log#git-log--Sltstringgt'Open Git docs')
412
+
- by message — use `<message>` to search for commits with messages that match `<message>`— See [Git docs](https://git-scm.com/docs/git-log#Documentation/git-log.txt---grepltpatterngt'Open Git docs')
413
+
- or, by author — use `@<pattern>` to search for commits with authors that match `<pattern>`— See [Git docs](https://git-scm.com/docs/git-log#Documentation/git-log.txt---authorltpatterngt'Open Git docs')
414
+
- or, by commit id — use `#<sha>` to search for a commit with id of `<sha>`— See [Git docs](https://git-scm.com/docs/git-log#Documentation/git-log.txt-ltrevisionrangegt'Open Git docs')
415
+
- or, by files — use `:<path/glob>` to search for commits with file names that match `<path/glob>`— See [Git docs](https://git-scm.com/docs/git-log#Documentation/git-log.txt---ltpathgt82308203'Open Git docs')
416
+
- or, by changes — use `~<pattern>` to search for commits with differences whose patch text contains added/removed lines that match `<pattern>`— See [Git docs](https://git-scm.com/docs/git-log#Documentation/git-log.txt--Gltregexgt'Open Git docs')
418
417
419
418
The search commits view provides the following features,
0 commit comments