Eric Amodio
4e1e52f51c
Changes ⟷ placement to be after mini diff
6 years ago
Maxim Pekurin
9793d1da44
Adds GitLab icon
6 years ago
Maxim Pekurin
73ed78e4a0
Adds VSTS icon
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
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
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
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
b208e51ebf
Fixes #397 - Error while opening views using `Open View` command
6 years ago
Cédric Malard
43b87c3fe2
Support Linux without requiring external dependency (xclip)
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
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
6d15b90fa1
Fixes repo fallback on many commandsFixes #366 - deals null parameters from command callbacks
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
Eric Amodio
fc551c2df1
Updates dependencies
6 years ago
Eric Amodio
7244cdd273
Stops looking for bootstrap more than once
6 years ago
Eric Amodio
dafa74d9b7
Fixes #372 - VSTS workitems links don't work
6 years ago
Eric Amodio
72e65f392d
Updates copy
6 years ago
Eric Amodio
84df8f372d
Adds merged PRs to README / CHANGELOG
6 years ago
Brett Cannon
4fbcf75972
"invididually" -> "individually"
Fix a minor spelling mistake.
6 years ago
Eric Amodio
fe46110a99
Preps v8.3.0
6 years ago
Eric Amodio
07619d7b94
Adds user-defined modes support
6 years ago
Eric Amodio
0884098748
Fixes issue with line blame toggle not working
When current line blame starts off, the toggle doesn't work
6 years ago
Eric Amodio
c4d7de1978
Fixes undefined exception
6 years ago
Eric Amodio
16ecbf04ba
Updates donation links
6 years ago
Eric Amodio
57c686dad6
Adds expand/collapse toggle to settings editor
6 years ago
Eric Amodio
c7582b3e23
Adds more symbol information to codelens debug
6 years ago
Eric Amodio
b17dd483c5
Adds --minimal for changes diffs
6 years ago
Eric Amodio
f7d84ab3f4
Adds cash.app payment option
6 years ago