Eric Amodio
3c05f841e9
Handles all floating promises
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
1f657bbbb3
Removes inheritance from Disposable
6 years ago
Eric Amodio
b5f94fc19c
Switches to returning uris for versioned files
To allow greater flexibility in how versioned files are implemented
6 years ago
Eric Amodio
6ac6ebda3b
Changes commit search by sha to jump to commit directly
6 years ago
Eric Amodio
6e5a82e469
Fixes issue showing changes with working with renamed files
6 years ago
Eric Amodio
89523f7ae3
Fixes #454 - Avoids merge commits for file/change searches
6 years ago
Eric Amodio
8939ac3ed1
Reorders imports (via tslint) and moves some files for better structure
6 years ago
Eric Amodio
5da25f1698
Adds alt command to compare with previous toolbar command
6 years ago
Eric Amodio
a911aca471
Closes #316 - Show file history from another branch or tag
Renames Show Branches and Tags -> Choose from Branch or Tag History...
Changes it to show the revision history rather than immediate executing
6 years ago
Eric Amodio
a04f25f4e8
Removes space before ellipsis for consistency
6 years ago
Eric Amodio
32d683ce5e
Fixes compare with prev/next with renames (especially case only renames)
6 years ago
Eric Amodio
d11aac0feb
Fixes issue with diff with previous and renames
6 years ago
Eric Amodio
f8e287615f
Fixes #440 - Increases max buffer to 100MB
6 years ago
Eric Amodio
d790e9db04
Prettier all-the-things
6 years ago
Eric Amodio
f47a92e324
Resolves #436 - Copy to clipboard not working
6 years ago
Eric Amodio
4da705b29b
Fixes missing awaits for proper error handling
6 years ago
Eric Amodio
d2a7a1ceb3
Fixes #399 - "Open x in Remote" commands aren't always available
Closes #209 - Open File in Remote should ask for a branch if no upstream
6 years ago
Cédric Malard
43b87c3fe2
Support Linux without requiring external dependency (xclip)
6 years ago
Eric Amodio
969ba41133
Removes some `as any` usages
6 years ago
Eric Amodio
85d9b500a6
Fixes #381 - Unable to save stash with older Git
6 years ago
Eric Amodio
6d15b90fa1
Fixes repo fallback on many commandsFixes #366 - deals null parameters from command callbacks
6 years ago
Eric Amodio
07619d7b94
Adds user-defined modes support
6 years ago
Eric Amodio
003da86002
Normalizes line endings
6 years ago
Eric Amodio
26adc2eb06
Adds show explorer(s) commands
6 years ago
Eric Amodio
b162c7c962
Reworks some commands for consistency
6 years ago
Eric Amodio
07592c6d18
Fixes #366 - keybinding args changed 😢
6 years ago
Eric Amodio
1fae4e871f
Reworks menu contributions
6 years ago
Eric Amodio
6aee5f42f4
Fixes #155 - prev/next navigation works in diff editors
Also adds icons for prev/next and places them into the editor toolbar
6 years ago
Eric Amodio
f8a1183039
Fixes various failures when not on a branch
6 years ago
Eric Amodio
965f7f87ce
Cancels tokens because of vscode api change
See https://github.com/Microsoft/vscode/pull/46102
6 years ago
Eric Amodio
249474139e
Adds rich tooltips to views
Fixes duplicate upstream node issue
Fixes results explorer node refreshing
6 years ago
Eric Amodio
28b87cfc92
Refactors current line tracking
Splits currentLineController into:
lineAnnotationController - end of line annotation
lineHoverController - hovers to current line(s)
statusBarController - blame on the statusbar
6 years ago
Eric Amodio
5b5bad84fa
Fixes issues with image & binary files
Fixes open file, open revision, & show file history
6 years ago
Eric Amodio
2ac71647cb
Fixes #309 - comparision commands terminology
6 years ago
Eric Amodio
adda808182
Moves filter into getRemotes
6 years ago
Eric Amodio
35b437afbf
Renames files for better clarity
6 years ago
Eric Amodio
b10f7391ed
Adds control over annotation toggling
Supports toggling annotations for each file individually or all files at once
Closes #289
6 years ago
Eric Amodio
266b43b012
Closes #279 - removes selected from ancestor compare
Adds custom label support to result view
6 years ago
Eric Amodio
3d994bd0cf
Adds compare working tree to branch/tag command
7 years ago
Eric Amodio
cb15bd6149
Renames DiffHeadWithBranchCommand
7 years ago
Eric Amodio
90b5fdf1df
Fixes incorrect error messages
7 years ago
Eric Amodio
29e48fa1f8
Fixes typo
7 years ago
Geoffrey
dd3768fa33
Add new command to diff HEAD with branch using command palette
7 years ago
Eric Amodio
d0354de864
Fixes issues opening the working file if renamed
7 years ago
Eric Amodio
2ef4051c3d
Opens changes and files in the active column
7 years ago
Eric Amodio
c4483b1b91
Fixes title issue with newly added files
7 years ago
Eric Amodio
edfd0327e6
Fixes #35 - Traps xclip error and notifies
7 years ago
Eric Amodio
cd7a9ced38
Fixes typos
7 years ago