Eric Amodio
|
a8cbe0188e
|
Adds Git extended regex support to commit searches
Changes commit search by message to be case-insensitive
Clarifies path/glob for file searches
|
6 yıl önce |
Eric Amodio
|
fc312959d8
|
Changes show revision details to be file-based
|
6 yıl önce |
Eric Amodio
|
a4972f86c2
|
Changes alt of toggle blame to toggle heatmap
|
6 yıl önce |
Eric Amodio
|
199ef0a0b8
|
Adds control over scm menu contributions
|
6 yıl önce |
Eric Amodio
|
df3a118f36
|
Adds recognition for sgtwilko's contribution
Updates CHANGELOG
|
6 yıl önce |
Eric Amodio
|
9759e5008c
|
Preps v9.0.3
|
6 yıl önce |
Eric Amodio
|
a543a474e7
|
Fixes #576 - fails to load with older versions of git
|
6 yıl önce |
Eric Amodio
|
c1c8c7568e
|
Fixes regression causing copy message to clipboard to fail
|
6 yıl önce |
Eric Amodio
|
7814d5e13d
|
Preps v9.0.2
|
6 yıl önce |
Eric Amodio
|
857fb47dab
|
Fixes issues with external files over a Live Share session
|
6 yıl önce |
Eric Amodio
|
e07bc76977
|
Fixes #565 - Submodules don't work properly
Missing repo in view, file and inline blame, etc
|
6 yıl önce |
Eric Amodio
|
98d7716cc5
|
Fixes an issue where close repo command didn't work
|
6 yıl önce |
Eric Amodio
|
6a7b478d53
|
Updates CHANGELOG for #528 fix
|
6 yıl önce |
Eric Amodio
|
1fc6ac322c
|
Closes #569 - Adds directory compare with head command
|
6 yıl önce |
Eric Amodio
|
8248afb58e
|
Preps v9.0.1
|
6 yıl önce |
Eric Amodio
|
6ac3128b71
|
Preps v9.0
Updates GitLens logo
Adds CodeStream sponsor
|
6 yıl önce |
Eric Amodio
|
02f35540fd
|
Adds recognition for Ash Clarke's contribution
|
6 yıl önce |
Ash Clarke
|
81033fba75
|
Update CHANGELOG.md
- Surround `😄` with code backticks, as this gets parsed in GitHub.
|
6 yıl önce |
Eric Amodio
|
e6712e1ae6
|
Closes #560 - Adds tag markers to all commit lists
Adds branch markers to all commit lists
|
6 yıl önce |
Eric Amodio
|
fa4a2dd242
|
Adds recognition for Matt Cooper's contribution
|
6 yıl önce |
Eric Amodio
|
ba87142853
|
Preps v9.0-beta - Updates Welcome, README, & CHANGELOG
|
6 yıl önce |
Eric Amodio
|
7606783132
|
Renames explorer to view
|
6 yıl önce |
Eric Amodio
|
f13fd60bab
|
Adds recognition for Loris Bettazza's contribution
|
6 yıl önce |
Eric Amodio
|
9ae4877f05
|
Fixes #496 - matches git's default abbrev sha length
|
6 yıl önce |
Eric Amodio
|
065bd0ff40
|
Fixes #503 - Open Changes (w difftool) should only open single file
Changes Open All Changes (w difftool) to open files, rather than dirdiff
Changes Open All Changes (w difftool) to prompt for repo when needed
|
6 yıl önce |
Eric Amodio
|
530bba47a2
|
Changes on status bar to in status bar
|
6 yıl önce |
Eric Amodio
|
5a88901a3c
|
Renames GitLens explorer to Repositories explorer
Changes changelog image links to permalinks
Moves all images for docs into a docs folder
Removes unused images
|
6 yıl önce |
Eric Amodio
|
6565951e81
|
Closes #388 - Adds git mailmap support
|
6 yıl önce |
Eric Amodio
|
b58dc49d07
|
Adds diffWithWorking to editor toolbar when diffing
Renanes "Compare x with" commands
|
6 yıl önce |
Eric Amodio
|
0f2f79fca7
|
Fixes #430 - Use content provider instead of tmp files (for text docs)
|
6 yıl önce |
Eric Amodio
|
d7212eb419
|
Reworks git commands a bit to reduce rethrows
Fixes #405 - stops non-repo from showing up in explorer
|
6 yıl önce |
Eric Amodio
|
a42fc650e0
|
Fixes issue with log cache (exact match miss)
|
6 yıl önce |
Eric Amodio
|
d9807774ec
|
Switches to use new git extension api (for git path)
Removes gitlens.advanced.git setting
|
6 yıl önce |
Eric Amodio
|
d53b45432d
|
Prettiers more things
|
6 yıl önce |
Eric Amodio
|
4ddb871459
|
Preps v8.5.6
|
6 yıl önce |
Eric Amodio
|
0e770816a7
|
Fixes #482 - UI displays "undefined" in results panel when comparing
|
6 yıl önce |
Eric Amodio
|
9f0199efae
|
Fixes #477 - Waits for the git extension to load when getting the git path
|
6 yıl önce |
Eric Amodio
|
14e2aa67bf
|
Preps v8.5.5
|
6 yıl önce |
Eric Amodio
|
58700ab15b
|
Closes #467 - Adds copy remote url to clipboard command
|
6 yıl önce |
Eric Amodio
|
457ab38974
|
Fixes #468 - better handles detached head state
|
6 yıl önce |
Eric Amodio
|
754ffc4c77
|
Fixes #478 - Stops adding suppressShowKeyBindingsNotice unnecessarily
|
6 yıl önce |
Eric Amodio
|
d1a613b1c8
|
Fixes #471 - Changes Ctrl+Alt to Ctrl+Shift
|
6 yıl önce |
Eric Amodio
|
1c1ec2894e
|
Preps v8.5.4
|
6 yıl önce |
Eric Amodio
|
dba38fb6f8
|
Fixes #459 - letter spacing breaks gutter annotation
|
6 yıl önce |
Eric Amodio
|
cd3dbb3e6c
|
Improves performance of blame annotations
|
6 yıl önce |
Eric Amodio
|
910b26555c
|
Closes #463: adds checkout terminal command
Changes rebase & reset terminal commands to apply to all commit nodes
|
6 yıl önce |
Eric Amodio
|
877cae2894
|
Fixes issues welcome & settings editor with light themes
|
6 yıl önce |
Eric Amodio
|
915e6bd693
|
Adds recognition for Zyck's contribution
Adds clearing of the user cache on config change
Fixes lint issues and adds some comments
|
6 yıl önce |
Eric Amodio
|
7a34e98f50
|
Fixes #462 - Don't override SCM shortcut (⌃⇧G) on macOS
|
6 yıl önce |
Eric Amodio
|
e6c56cff8c
|
Updates settings descriptions for settings editor
|
6 yıl önce |