Eric Amodio
0eb202b8ae
Closes #150 - adds auto view to custom view
7 years ago
Eric Amodio
f7df845dfe
Adds working tree status to custom view (insiders)
Hides working changed files behind insiders flag
Unhides Changed Files node from behind insiders flag
Adds changed file count to Changed Files node label
Adds icon to Changed Files node
Adds upstream branch to upstream status nodes
Sorts files in the Changed Files node
7 years ago
Eric Amodio
079f7b7f36
Switches to use a unicode arrow for the external link icon
7 years ago
Eric Amodio
6837414f22
Adds more details to remotes in custom view
7 years ago
Eric Amodio
4102bdd471
Reworks git command error handling
Switches to use the new diffWith command
7 years ago
Eric Amodio
9782a81e46
Adds new GitLens custom view
7 years ago
Eric Amodio
00cdd2e375
Adds "on" state to file annotation command
Adds "progress" state to file annotation command
7 years ago
Eric Amodio
45aa9b17ac
Changes to use enum for glyphs
7 years ago
Eric Amodio
a618b7efe6
Adds ability to esc out of file annotations
7 years ago
Eric Amodio
9ae4cc36a1
Adds ability to suppress most warning messages
7 years ago
Eric Amodio
30bb4398a3
Changes formatting & ordering
7 years ago
Eric Amodio
2a8dafd9e9
Fixes #83 - Close Unchanged Files command can infinitely loop
7 years ago
Eric Amodio
d01c592533
Adds welcome message for first-time users
7 years ago
Eric Amodio
a69c83f64f
Adds ExtensionOutputChannelName to constants
7 years ago
Eric Amodio
bb59f2899a
Adds const for ExtensionKey
7 years ago
Eric Amodio
b70ffbdeee
Adds ability to suppress update notifications
7 years ago
Eric Amodio
19fe22f061
Switches to use repoPath on GitService
7 years ago
Eric Amodio
4e67a84531
Adds basic telemetry
7 years ago
Eric Amodio
5a0a2f3b61
Adds update notification
Adds don't show again option to invalid git version notification
7 years ago
Eric Amodio
df838e883a
Changes shortcut keys for diff with previous commands
Adds diff with next command
Fixes #45 - Keyboard Shortcut collision with Project Manager
Preps v2.11.2
7 years ago
Eric Amodio
4da21c3cc1
Adds blame and active line annotation support to git diff split view
Adds command (compare, copy sha/message, etc) support to git diff split view
Fixes #41 - Toggle Blame annotations on compare files page
7 years ago
Eric Amodio
a2f4c4c953
Moves Commands into commands file
7 years ago
Eric Amodio
dc26d90ebc
Adds Open Files command to commit files quick pick
Adds Open File command to commit quick pick
7 years ago
Eric Amodio
360c38e536
Adds copyMessageToClipboard command
Adds copyMessageToClipboard to the editor content menu
Adds copyMessageToClipboard to showQuickCommitDetails quick pick
7 years ago
Eric Amodio
4d0c18f330
Fixes #31 - Disable gitlens if no `.git` folder
7 years ago
Eric Amodio
aaa1b78d29
Adds copy sha to clipboard - fixes #28
Rearranges menu structure
7 years ago
Eric Amodio
e12ec7093c
Adds new command to show quick commit info
7 years ago
Eric Amodio
ea375f478f
Fixes issue with latest insiders build - namespaces DocumentScheme
Changes from git to gitlens-git
7 years ago
Eric Amodio
d3ffabd76b
Adds new gitlens.showQuickFileHistory command
Adds new gitlens.showQuickRepoHistory command
Adds gitlens.showQuickFileHistory option to the settings
Removes git.viewFileHistory option
Changes the gitlens.statusBar.command settings default to gitlens.showQuickFileHistory
8 years ago
Eric Amodio
a3895d27ab
Removes git-blame document scheme
Removes git-blame content provider
Fixes some CodeLens issues
Adds support for git uris in more places
Adds git content CodeLens provider
8 years ago
Eric Amodio
638a6dc838
Adds support for git commands on scheme=git
Rewrites blame annotation controller and provider - fixes whitespace issues, reduces overhead, and provides better performance
Rewrites status bar blame support - reduces overhead and provides better performance
Adds showFileHistory command to status bar
Renames showHistory to showFileHistory
Fixes log to use iso 8601 for dates
8 years ago
Eric Amodio
f4410be30a
Adds error messages for failed operations
Adds showHistory command support to CodeLens
Fixes and improve the showHistory explorer
Refactoring
8 years ago
Eric Amodio
409be335f9
1.0 wip
8 years ago
Eric Amodio
834b4904db
Adds blame information in the statusBar
Add new StatusBar settings -- see **Extension Settings** above for details
Renames the `gitlens.codeLens.recentChange.command` & `gitlens.codeLens.authors.command` settings options (to align with command names)
Adds new `gitlens.diffWithPrevious` option to the `gitlens.codeLens.recentChange.command` & `gitlens.codeLens.authors.command` settings
Fixes Diff with Previous when the selection is uncommited
Removes `gitlens.blame.annotation.useCodeActions` setting and behavior
8 years ago
Eric Amodio
7b4dd77fbc
Adds new CodeLens visibility & location settings
Adds new command to toggle CodeLens on and off when `gitlens.codeLens.visibility` is set to `ondemand`
8 years ago
Eric Amodio
a2eee23d7f
Scrolls to the correct position in the diff
8 years ago
Eric Amodio
b7920f3c3d
Fixes (read: hacks) blame with visible whitespace
Adds diff menu commands always
Attempts to move the diff file to the correct line number
Fixes code action provider -- works again
Deletes deprecated code
8 years ago
Eric Amodio
d04696ac1d
Adds code actions to open diffs
Adds context menus for toggling blame
Adds context menus for opening diffs
More refactoring and many bug fixes
8 years ago
Eric Amodio
47ce5c5132
Adds author count + leader CodeLens
Upgrades to TypeScript 2
Lots of refactoring and many bug fixes
8 years ago
Eric Amodio
ea33560f14
Removes hard dependency on donjayamanne.githistory
Provides optional additional code lens
8 years ago
Eric Amodio
70cc92ddd6
Adds CodeLens for Diff'ing in blame
Other fixes and refactoring
8 years ago
Eric Amodio
0e064f15c7
Reworks git abstraction and acccess
Adds commands module
Adds git commit message to blame hover decorator
8 years ago
Eric Amodio
c395a583b7
Renamed to GitLens
Reworked Uri scheme to drastically reduce encoded data (big perf improvement)
8 years ago
Eric Amodio
b08044fc18
Adds blame "references" (wip)
8 years ago