Eric Amodio
|
46045aae56
|
Fixes #588 - changes outputlevel to errors by default
|
6 years ago |
Eric Amodio
|
cdc2241279
|
Adds detailed tracking status to all branches in the repos view
|
6 years ago |
Eric Amodio
|
f4710737a0
|
Fixes #584, #523 - file history with merge commits, renames, etc
|
6 years ago |
Eric Amodio
|
28034ced7a
|
Fixes #552 - comparing across renames wouldn't always work
|
6 years ago |
Eric Amodio
|
0904daf08f
|
Fixes #566 - errors with unc paths
Fixes the uri handling when using the fs provider
Fixes the fs provider when getting the stat of the repo root
|
6 years ago |
Eric Amodio
|
99ec87f77c
|
Renames the explore repo from here command
|
6 years ago |
Eric Amodio
|
c2483200c9
|
Fixes the path of git: uris -- won't load content otherwise
|
6 years ago |
Eric Amodio
|
043c4e184f
|
Fixes #572 - can't expand some branch folders
Duplicate nodes caused by branches with the same last path part
|
6 years ago |
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 years ago |
Eric Amodio
|
fc312959d8
|
Changes show revision details to be file-based
|
6 years ago |
Eric Amodio
|
a4972f86c2
|
Changes alt of toggle blame to toggle heatmap
|
6 years ago |
Eric Amodio
|
199ef0a0b8
|
Adds control over scm menu contributions
|
6 years ago |
Eric Amodio
|
df3a118f36
|
Adds recognition for sgtwilko's contribution
Updates CHANGELOG
|
6 years ago |
Eric Amodio
|
9759e5008c
|
Preps v9.0.3
|
6 years ago |
Eric Amodio
|
a543a474e7
|
Fixes #576 - fails to load with older versions of git
|
6 years ago |
Eric Amodio
|
c1c8c7568e
|
Fixes regression causing copy message to clipboard to fail
|
6 years ago |
Eric Amodio
|
7814d5e13d
|
Preps v9.0.2
|
6 years ago |
Eric Amodio
|
857fb47dab
|
Fixes issues with external files over a Live Share session
|
6 years ago |
Eric Amodio
|
e07bc76977
|
Fixes #565 - Submodules don't work properly
Missing repo in view, file and inline blame, etc
|
6 years ago |
Eric Amodio
|
98d7716cc5
|
Fixes an issue where close repo command didn't work
|
6 years ago |
Eric Amodio
|
6a7b478d53
|
Updates CHANGELOG for #528 fix
|
6 years ago |
Eric Amodio
|
1fc6ac322c
|
Closes #569 - Adds directory compare with head command
|
6 years ago |
Eric Amodio
|
8248afb58e
|
Preps v9.0.1
|
6 years ago |
Eric Amodio
|
6ac3128b71
|
Preps v9.0
Updates GitLens logo
Adds CodeStream sponsor
|
6 years ago |
Eric Amodio
|
02f35540fd
|
Adds recognition for Ash Clarke's contribution
|
6 years ago |
Ash Clarke
|
81033fba75
|
Update CHANGELOG.md
- Surround `😄` with code backticks, as this gets parsed in GitHub.
|
6 years ago |
Eric Amodio
|
e6712e1ae6
|
Closes #560 - Adds tag markers to all commit lists
Adds branch markers to all commit lists
|
6 years ago |
Eric Amodio
|
fa4a2dd242
|
Adds recognition for Matt Cooper's contribution
|
6 years ago |
Eric Amodio
|
ba87142853
|
Preps v9.0-beta - Updates Welcome, README, & CHANGELOG
|
6 years ago |
Eric Amodio
|
7606783132
|
Renames explorer to view
|
6 years ago |
Eric Amodio
|
f13fd60bab
|
Adds recognition for Loris Bettazza's contribution
|
6 years ago |
Eric Amodio
|
9ae4877f05
|
Fixes #496 - matches git's default abbrev sha length
|
6 years ago |
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 years ago |
Eric Amodio
|
530bba47a2
|
Changes on status bar to in status bar
|
6 years ago |
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 years ago |
Eric Amodio
|
6565951e81
|
Closes #388 - Adds git mailmap support
|
6 years ago |
Eric Amodio
|
b58dc49d07
|
Adds diffWithWorking to editor toolbar when diffing
Renanes "Compare x with" commands
|
6 years ago |
Eric Amodio
|
0f2f79fca7
|
Fixes #430 - Use content provider instead of tmp files (for text docs)
|
6 years ago |
Eric Amodio
|
d7212eb419
|
Reworks git commands a bit to reduce rethrows
Fixes #405 - stops non-repo from showing up in explorer
|
6 years ago |
Eric Amodio
|
a42fc650e0
|
Fixes issue with log cache (exact match miss)
|
6 years ago |
Eric Amodio
|
d9807774ec
|
Switches to use new git extension api (for git path)
Removes gitlens.advanced.git setting
|
6 years ago |
Eric Amodio
|
d53b45432d
|
Prettiers more things
|
6 years ago |
Eric Amodio
|
4ddb871459
|
Preps v8.5.6
|
6 years ago |
Eric Amodio
|
0e770816a7
|
Fixes #482 - UI displays "undefined" in results panel when comparing
|
6 years ago |
Eric Amodio
|
9f0199efae
|
Fixes #477 - Waits for the git extension to load when getting the git path
|
6 years ago |
Eric Amodio
|
14e2aa67bf
|
Preps v8.5.5
|
6 years ago |
Eric Amodio
|
58700ab15b
|
Closes #467 - Adds copy remote url to clipboard command
|
6 years ago |
Eric Amodio
|
457ab38974
|
Fixes #468 - better handles detached head state
|
6 years ago |
Eric Amodio
|
754ffc4c77
|
Fixes #478 - Stops adding suppressShowKeyBindingsNotice unnecessarily
|
6 years ago |
Eric Amodio
|
d1a613b1c8
|
Fixes #471 - Changes Ctrl+Alt to Ctrl+Shift
|
6 years ago |