Eric Amodio
de83305095
Adds new branch history node under status
6 years ago
Eric Amodio
4e1e52f51c
Changes ⟷ placement to be after mini diff
6 years ago
Eric Amodio
ec78a658ff
Adds recognition for Maxim Pekurin's contribution
6 years ago
Maxim Pekurin
9793d1da44
Adds GitLab icon
6 years ago
Maxim Pekurin
73ed78e4a0
Adds VSTS icon
6 years ago
Eric Amodio
1de7fd8489
Adds recognition for Roy Ivy III's contribution
6 years ago
Roy Ivy III
25e75d4631
add color suppression to all uses of `diff` and `status` verbs
6 years ago
Roy Ivy III
8c76f204f4
refactor color suppression options to use 'false'
6 years ago
Roy Ivy III
3991f4a11e
Fixes #415 - branch names mangled by color escapes
- add "-c color.branch=never" option to git branch commands, definitively disabling color branch output
.# Discussion
Branch names are mis-parsed if `git branch` output is colored (eg, when git is configured
with "config.branch=always"). Using the base "-c color.branch=never" option overrides any
user configuration, displaying git branch output as uncolored in all cases and fixing the
issue.
Notably, option ordering is important in this instance. The "-c ..." option is a git
base option, not a git branch subcommand option. So, as done here, it must be inserted
before the "branch" subcommand.
ref: Issue #415
6 years ago
Eric Amodio
8f30d0bcd9
Fixes #409 - removes $(ellipsis) from placeholder text
6 years ago
Eric Amodio
3fc6134ad0
Updates lint formatting
6 years ago
Eric Amodio
b5f3b0a751
Fixes #412 - Respects output level for tracing when debugging
6 years ago
Eric Amodio
427fcdeec3
Adds apply changes command to status file nodes
6 years ago
Eric Amodio
04ca78f706
Preps v8.3.5
6 years ago
Eric Amodio
f247487276
Adds better logging for isTracked
6 years ago
Eric Amodio
4da705b29b
Fixes missing awaits for proper error handling
6 years ago
Eric Amodio
9fe4597419
Fixes source mapping
6 years ago
Eric Amodio
6b341c5ae6
Fixes #295 , #318 - any error during repo search kills GitLens
6 years ago
Eric Amodio
bc4a84d279
Preps v8.3.4
6 years ago
Eric Amodio
924d40cfcd
Fixes the openWorkingFile command to always show when desired
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
Eric Amodio
fa00c94850
Fixes #400 - Reset TO commit also resets chosen one
6 years ago
Eric Amodio
876badacf4
Fixes issues with failing to load GitLens after bundling
6 years ago
Eric Amodio
b2452913ce
Fixes issue with chorded key for diffWithPreviousInDiff
6 years ago
Eric Amodio
b208e51ebf
Fixes #397 - Error while opening views using `Open View` command
6 years ago
Eric Amodio
d06537946c
Closes #394 - Linux clipboard w/o any external deps
6 years ago
Cédric Malard
43b87c3fe2
Support Linux without requiring external dependency (xclip)
6 years ago
Eric Amodio
56a6810294
Adds recognition for Cédric Malard's contribution
6 years ago
Cédric Malard
8ceb663400
Fixes #392 - unable to contribute if default script shell is sh
6 years ago
Eric Amodio
fe4a07199e
Adds recognition for ryenus' contribution
6 years ago
ryenus
4fef40af3b
add another unknownRevision error
The following error also caused blame not working:
> git rev-parse --symbolic-full-name my_branch@{u}
fatal: upstream branch 'refs/heads/my_branch' not stored as a remote-tracking branch
6 years ago
Eric Amodio
b4c14d433b
Fixes #391 - historyExplorer.enabled always gets set
6 years ago
Eric Amodio
969ba41133
Removes some `as any` usages
6 years ago
Eric Amodio
2ad9524d74
Updates dependencies
Fixes issue with new typescript
Pins node version to match vscode's version (7.9)
6 years ago
Eric Amodio
031c63e54a
Preps v8.3.3
6 years ago
Eric Amodio
4ac7124b64
Updates dependencies
6 years ago
Eric Amodio
38b55dfb9b
Uses git found by the vscode git extension if available
6 years ago
Eric Amodio
49703f572c
Removes extra logging
6 years ago
Eric Amodio
fe52312d4a
Adds ability to close (hide) repositories in the GitLens explorer
6 years ago
Eric Amodio
4dc5ce9e40
Fixes #384 - Absolute date not honored in GitLens Results explorer
6 years ago
Eric Amodio
a1fb3f0ef4
Fixes #385 - wrong terminal command for delete branch
6 years ago
Eric Amodio
daa598c949
Preps v8.3.3-beta
6 years ago
Eric Amodio
dfec2a8a4a
Fixes #362 - Too many code lenses in postcss files
6 years ago
Eric Amodio
85d9b500a6
Fixes #381 - Unable to save stash with older Git
6 years ago
Eric Amodio
cbd5612740
Closes #321 - re-adds support for single files
6 years ago
Eric Amodio
445326074f
Preps v8.3.2
6 years ago
Eric Amodio
6d15b90fa1
Fixes repo fallback on many commandsFixes #366 - deals null parameters from command callbacks
6 years ago
Eric Amodio
1cc3d98be7
Preps v8.3.1
6 years ago
Eric Amodio
2199843561
Renames Results view to Results explorer
6 years ago
Eric Amodio
5276288b0d
Closes #377 - adds control over explorer locations
6 years ago