Eric Amodio
393ec351f0
Adds gitlens.gitExplorer.includeWorkingTree setting
...
Adds auto-update for working trree
Fixes issues with working tree status
2017-09-23 16:29:56 -04:00
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
2017-09-20 01:37:18 -04:00
Eric Amodio
712544fab8
Adds git diff --shortstat support
2017-09-20 01:10:47 -04:00
Eric Amodio
70071448d6
Closes #146 - Attempts to deal with emoji in gutter
...
Adds ability to automagically set the width of the gutter annotations
2017-09-20 01:01:21 -04:00
Amanda Cameron
04ea3b7971
Apply Review Comments.
2017-09-17 11:20:21 -04:00
Amanda Cameron
6d7f44e091
Fix GitLab integration's multi-line selection.
2017-09-17 11:20:21 -04:00
Eric Amodio
71d17bcc2f
Closes #139 - adds changed files node to repository status
...
Reworks commit-file nodes
2017-09-17 02:34:09 -04:00
Eric Amodio
2c9a26e47b
Fixes untracked files not showing in stash list
2017-09-15 18:12:22 -04:00
Eric Amodio
858d9ec578
Fixes issue with stashes w/ only untracked files
2017-09-15 17:39:38 -04:00
Eric Amodio
aacf7cc2b5
Reworks date parsing, formatting etc for perf
...
Isolates moment.js
2017-09-14 21:52:51 -04:00
Eric Amodio
543d39246f
Closes #138 - adds ignore whitespace setting
2017-09-12 17:46:22 -04:00
Eric Amodio
ccc29e3dfc
Reworks remote parsing
...
Combines same url into same remote
Adds a change event for custom remote providers
Adds a repo change event for custom remote providers
2017-09-12 15:46:44 -04:00
Eric Amodio
77482f4930
Adds openChangedFileChanges to custom view
...
Adds openChangedFileChangesWithWorking to custom view
Removes unneeded context checks from custom view commands
2017-09-12 11:11:03 -04:00
Eric Amodio
38c44c808d
Fixes double getRemotes call
2017-09-11 21:32:52 -04:00
Eric Amodio
21e0963600
Adds bitbucket server support
2017-09-11 21:32:40 -04:00
Eric Amodio
92b57580b8
Fixes #120 - Adds custom remotes support
2017-09-11 02:09:32 -04:00
Eric Amodio
a2dc65c044
Adds message truncation at newline
2017-09-11 00:41:11 -04:00
Eric Amodio
4102bdd471
Reworks git command error handling
...
Switches to use the new diffWith command
2017-09-11 00:39:52 -04:00
Eric Amodio
260874fa1d
Adds better filename sanitization
2017-09-10 17:44:26 -04:00
Eric Amodio
9d83fbcacb
Switches to use the new diffWith command
2017-09-09 15:48:44 -04:00
Eric Amodio
df0599a832
Adds shortenSha method
2017-09-09 00:43:20 -04:00
Eric Amodio
04d2c00ebf
Fixes issue with branch name truncations (rebase)
2017-09-08 17:03:21 -04:00
Eric Amodio
d161084ccd
Fixes issue with stashing untracked files
2017-09-04 03:04:05 -04:00
Eric Amodio
5a2bd02402
Reworks branch parsing to include tracking info
...
Reworks current branch retrieval for better performance
2017-09-04 01:46:21 -04:00
Eric Amodio
f58d085352
Adds Open Branches in Remote command
...
Adds Open Branches in Remote command to the Branches custom view item
Adds Open Repository in Remote command to the Repository Status custom view item
2017-09-03 15:37:52 -04:00
Eric Amodio
d31eb25451
Adds Apply Changes command to custom view files
...
Adds Stash Changes command to SCM view items
2017-09-03 12:58:05 -04:00
Eric Amodio
9782a81e46
Adds new GitLens custom view
2017-09-02 01:43:08 -04:00
Eric Amodio
ca089777db
Adds ${filePath} support to status file formatting
2017-08-30 12:25:07 -04:00
Eric Amodio
9d9c3181f7
Fixes #107 - Double-byte characters break blame layout
2017-07-27 00:56:33 -04:00
Johannes Rieken
459a8dce1d
mixin state of super type
...
As discussed, this should be ok for Insiders and Stable and accommodate for our URI changes.
2017-07-20 21:54:37 +02:00
Eric Amodio
d193676502
Adds status icons to explorer views
...
Adds templating support to explorer views
2017-07-02 22:33:56 -04:00
Eric Amodio
3081632815
Updates dependencies (typescript)
...
Fixes newly detected typescript errors
2017-07-02 22:23:54 -04:00
Eric Amodio
3d32d86998
Renames onDidBlameabilityChange for consistency
2017-06-29 01:41:10 -04:00
Eric Amodio
e42af14b11
Adds status formatter
2017-06-26 23:54:50 -04:00
Eric Amodio
bcfa2cb4d7
Renames icon references to octicon
2017-06-26 23:53:18 -04:00
Eric Amodio
191a158b3b
Optimizes diff with previous command
2017-06-25 13:26:33 -04:00
Eric Amodio
1cdd94cb46
Adds a with method to commit
2017-06-24 17:54:19 -04:00
Eric Amodio
12caa017a9
Fixes issues with changes showing wrong diff
...
Refactors diff parsing
2017-06-24 17:52:52 -04:00
Eric Amodio
6b4642d8c8
Fixes #96 - stops opening external diff if configured
2017-06-15 23:44:41 -04:00
Eric Amodio
45aa9b17ac
Changes to use enum for glyphs
2017-06-13 22:34:51 -04:00
Eric Amodio
a618b7efe6
Adds ability to esc out of file annotations
2017-06-13 01:31:13 -04:00
Eric Amodio
a2903ce4a9
Refactors formatters
...
Moves annotation messages from formatter to annotations
Moves icons into dark/light folders
2017-06-13 00:14:10 -04:00
Eric Amodio
12debe583c
Cleans up more duplicate code
2017-06-12 12:25:35 -04:00
Eric Amodio
76961d6697
Fixes #33 - escape commit message
2017-06-12 12:13:48 -04:00
Eric Amodio
6f3441a9e7
Adds default date format
2017-06-12 12:13:48 -04:00
Eric Amodio
64ae82075e
Cleans up some duplicate code
2017-06-12 12:13:48 -04:00
Eric Amodio
c1c65127b7
Fixes extra newline in multiline commit messages
2017-06-11 17:56:07 -04:00
Eric Amodio
dd0b95498e
Fixes excessive memory usages with diff regex
2017-06-10 00:49:22 -04:00
Eric Amodio
e6316400f0
Optimized parsers for speed & memory usage
...
Switches to lazy parsing of diff chunks
2017-06-10 00:16:46 -04:00
Eric Amodio
eeff31cf27
Removes I from interface naming of "things"
2017-06-09 18:00:54 -04:00