Commit Graph

286 Commits

Author SHA1 Message Date
Eric Amodio
8fb61e7ab5 Switches the order of Show Commit Search 2017-04-12 16:21:25 -04:00
Eric Amodio
065300be06 Fixes issue with open commit in remote not working 2017-04-12 10:58:14 -04:00
Eric Amodio
89474a2aa6 Fixes issue with newlines in commit messages 2017-04-10 13:10:25 -04:00
Eric Amodio
a5be6f0533 Closes #63 - Switch commit message and author in commit pick list 2017-04-10 12:50:23 -04:00
Eric Amodio
e5653d1c66 Removes obsolete character settings 2017-04-10 12:38:28 -04:00
Eric Amodio
0854e0bcfb Changes sha terminology to commit id 2017-04-09 10:58:42 -04:00
Eric Amodio
2a9b274920 Changes search prefixes
Fixes issue with author searching
2017-04-09 10:58:28 -04:00
Eric Amodio
b334d5ff66 Adds stashed changes command to repo status 2017-04-09 01:22:02 -04:00
Eric Amodio
9fed706fd2 Adds commit search command to branch history 2017-04-09 01:19:14 -04:00
Eric Amodio
4707b0640d Adds go back support to stash apply, delete, & save 2017-04-09 01:18:45 -04:00
Eric Amodio
3aab904aaf Fixes go back support 2017-04-09 01:17:32 -04:00
Eric Amodio
0d19224a97 Fixes issue with the current & go back commands 2017-04-09 01:16:19 -04:00
Eric Amodio
a7dc29a9aa Adds search commits command
Search by message, author, file pattern, or sha
2017-04-09 00:05:15 -04:00
Eric Amodio
7cb1b9d0f1 Fixes #59 - Updates command context to opened file state
Removes insiders restriction from Open in Remote commands
2017-04-08 15:07:51 -04:00
Eric Amodio
b70ffbdeee Adds ability to suppress update notifications 2017-04-08 14:49:41 -04:00
Eric Amodio
6a3428e6d2 Fixes #57 - no more blank message w/o a diff.tool 2017-04-07 11:09:15 -04:00
Eric Amodio
d59f4ef6dc Changes diff to compare 2017-04-01 02:49:13 -04:00
Eric Amodio
0c13050387 Addresses #57 - adds warning if no diff.tool 2017-04-01 02:48:53 -04:00
Eric Amodio
3b195b6be2 Fixes missing context 2017-04-01 02:32:39 -04:00
Eric Amodio
b961646c95 Adds support for single files 2017-04-01 02:08:12 -04:00
Eric Amodio
d3af67b21b Attempts to fix #58 - work with sub-modules
Also fixes issue with nested repos
2017-04-01 00:58:09 -04:00
Eric Amodio
7ce5a396a1 Updates remotes context based on the active editor 2017-04-01 00:54:02 -04:00
Eric Amodio
c36bc2692d Changes remotes to be cached by repoPath 2017-04-01 00:53:20 -04:00
Eric Amodio
276c24ac24 Adds fromFileStatus to GitUri 2017-03-30 00:56:48 -04:00
Eric Amodio
ab2bf893e1 Fixes incorrect counts in upstream status 2017-03-29 01:57:46 -04:00
Eric Amodio
d8564c215c Adds experimental 'Stash Changes' command
Adds experimental 'Stash Changes' to stash list
Adds experimental 'Stash Unstaged Changes' to stash list
2017-03-29 01:50:16 -04:00
Eric Amodio
e3c9fd53ca Changes quick pick item structure of the stash list 2017-03-29 01:50:15 -04:00
Eric Amodio
640a11b3cb Changes commit type repo to branch 2017-03-29 01:50:15 -04:00
Eric Amodio
9aadf73407 Removes some commands when dealing with a stash 2017-03-29 01:50:15 -04:00
Eric Amodio
7b63d4f437 Uses stash name in place of a shorten sha 2017-03-29 01:50:15 -04:00
Eric Amodio
0686c882c8 Use 'stashed changes' terminology 2017-03-29 01:50:15 -04:00
Eric Amodio
0dda92cf8d Uses shortSha in git uris 2017-03-29 01:50:15 -04:00
Eric Amodio
dcbf70682e Changes placeholder for consistency with other quick picks 2017-03-29 01:50:15 -04:00
Eric Amodio
2a70e5b4cb Adds newlines to console output
(not sure when this changed)
2017-03-29 01:50:15 -04:00
Eric Amodio
9945ee6d94 Adds 'Show Stashed Changes` command
Adds experimental 'Apply Stashed Changes' command
Adds experimental 'Delete Stashed Changes' to stashed changes quick pick
2017-03-29 01:49:26 -04:00
Eric Amodio
19fe22f061 Switches to use repoPath on GitService 2017-03-28 16:42:35 -04:00
Eric Amodio
8b0748608d Renames commands/commands to commands/common
Renames quickpicks/quickpicks to quickpicks/common
Moves git quick picks into common and other quick pick files
2017-03-28 16:19:57 -04:00
Eric Amodio
aa39792843 Moves type to GitCommit for better consistency 2017-03-28 15:10:00 -04:00
Eric Amodio
073353dcda Refactors log parsing (a tiny bit) 2017-03-28 11:31:22 -04:00
Eric Amodio
296e562d9f Unifies file status model 2017-03-28 10:41:32 -04:00
Eric Amodio
8a0e27b7df Adds line support to Open File in Remote command 2017-03-28 02:12:15 -04:00
Eric Amodio
851522f593 Adds GitLab remote link support
Adds Bitbucket remote link support
Adds Visual Studio Team Services remote link support
2017-03-28 01:28:03 -04:00
Eric Amodio
ab417eadbe Fixes error when there is no branches yet 2017-03-28 01:26:53 -04:00
Eric Amodio
9071b55026 Adds renamed file info into quick pick description 2017-03-28 00:35:06 -04:00
Eric Amodio
6d8a37a10f Fixes #56 - Handle file names with spaces 2017-03-28 00:24:55 -04:00
Eric Amodio
e7604ed863 Tweaks telemetry a bit 2017-03-27 13:53:50 -04:00
Eric Amodio
e1190d50a4 Stops re-throw of know errors 2017-03-27 12:08:53 -04:00
Eric Amodio
5c2712bcb7 Uses branch rather than attempting to use sha 2017-03-27 12:08:35 -04:00
Eric Amodio
61f002420a Switches to non-strict iso date format for compatibility
Older git versions don't support strict iso dates
2017-03-27 11:44:35 -04:00
Eric Amodio
f632829822 Comments out unused props 2017-03-27 11:43:46 -04:00