Commit Graph

  • 49cc681520 Prepopulates commit search to the current line commit If there is an active editor, otherwise will fall back to the clipboard Eric Amodio 2017-05-22 16:08:07 -04:00
  • 6d1a1ca346 Adds gitlens.openBranchInRemote command Adds gitlens.openRepoInRemote command Eric Amodio 2017-05-22 16:06:45 -04:00
  • 49fa9b5078 Fixes issues with missing repoPath Allows commit search without an active editor Eric Amodio 2017-05-22 16:04:46 -04:00
  • ec6ca8188c Changes to Uncommitted change Eric Amodio 2017-05-19 18:19:22 -04:00
  • 034a01c7d1 Turns off console hijacking by appinsights Eric Amodio 2017-05-17 00:35:30 -04:00
  • 15ebde445d Change appinsights to load dynamically appinsights seems to monkey patch even if explicitly disabled, so instead just only load it if needed Eric Amodio 2017-05-16 00:38:08 -04:00
  • f184feda2c Removes the need for the outputLevel in debug Eric Amodio 2017-05-15 23:16:25 -04:00
  • d35074ecf8 Changes file alt+right to be a diff on commit details quick pick Changes file alt+right to be a diff on repo status quick pick Eric Amodio 2017-05-15 03:09:54 -04:00
  • 4d62e5cdad Reorders settings Eric Amodio 2017-05-15 02:01:52 -04:00
  • ce5ff1eb47 Reduces git calls on known untrackables Eric Amodio 2017-05-15 01:50:09 -04:00
  • 3a38f6ae39 Increases debounce on cursor movement to reduce lag Eric Amodio 2017-05-15 01:44:41 -04:00
  • 3e403a2d5c Changes stash icons Moves stash number from label to description Eric Amodio 2017-05-14 03:27:08 -04:00
  • 83fff1590d Fixes incorrect file selection on commit file details Eric Amodio 2017-05-14 03:02:41 -04:00
  • 27425e3deb Fixes typo in stash parsing Eric Amodio 2017-05-14 03:02:09 -04:00
  • dbdb77c2c1 Fixes left alignment priority Adds live update support for status bar alignment Adds values to description Adds to README Eric Amodio 2017-05-14 02:18:22 -04:00
  • 263bdc728a Makes status bar alignment configurable Zack Schuster 2017-05-11 11:07:58 -07:00
  • 0ef1e509a6 Moves menu group down Eric Amodio 2017-05-14 01:51:08 -04:00
  • 9a35fc6b47 Changes commit search shortcut to alt+/ Eric Amodio 2017-05-14 01:50:00 -04:00
  • 078f3fd482 Updates dependencies Eric Amodio 2017-05-14 01:49:33 -04:00
  • 33ef9687f2 Adds clipboard default into commit search Eric Amodio 2017-05-14 01:48:53 -04:00
  • 361789f859 Fixes incorrect command Eric Amodio 2017-05-14 01:48:26 -04:00
  • 1acc183621 Refactors commands to use typed args objects Eric Amodio 2017-05-14 01:48:07 -04:00
  • ee29596d45 Enables typescript strict mode Fixes all the compile/lint issues Eric Amodio 2017-05-11 02:14:58 -04:00
  • 90245b1111 Excludes images from package (except the icons) Eric Amodio 2017-05-07 02:01:38 -04:00
  • a69c83f64f Adds ExtensionOutputChannelName to constants Eric Amodio 2017-05-07 02:00:04 -04:00
  • 6f04514a27 Updates to vscode v1.12 Eric Amodio 2017-05-07 01:58:53 -04:00
  • 6eccb2a8da Updates dependencies Eric Amodio 2017-05-07 01:58:19 -04:00
  • d86b18bc7a Preps v3.4.9 Eric Amodio 2017-05-03 00:28:52 -04:00
  • 3f5798357e Updates dependencies Eric Amodio 2017-05-03 00:28:21 -04:00
  • 23065e1177 Adds better support for deleted files Eric Amodio 2017-05-03 00:27:54 -04:00
  • dba7c2ea52 Updates the issue template with more instructions Eric Amodio 2017-05-03 00:26:01 -04:00
  • 8f40ba8542 Preps v3.4.8 Eric Amodio 2017-05-02 03:03:23 -04:00
  • b477b34278 Changes display name in the marketplace to Git Lens because of the marketplace search ranking algorithm Eric Amodio 2017-05-02 02:58:21 -04:00
  • a8b0aaa3e3 Preps v3.4.6 Eric Amodio 2017-05-01 14:22:18 -04:00
  • 071bfdb82e Adds better support for deleted files Will now open the file from the previous commit Eric Amodio 2017-05-01 14:03:36 -04:00
  • 474741aeb4 Fixes incorrect file selection when showing commit details Eric Amodio 2017-05-01 13:19:09 -04:00
  • 187f7881ca Adds safety for debounced timing Eric Amodio 2017-05-01 13:18:32 -04:00
  • 14b9d93807 Saves the found git path to avoid constant searchs Eric Amodio 2017-05-01 13:18:13 -04:00
  • ba346da54b Adds linting to compile step Reorgs tasks Fixes lint issues Eric Amodio 2017-05-01 13:17:50 -04:00
  • 564856853a Pins & updates dependencies Eric Amodio 2017-04-30 16:05:33 -04:00
  • 3e0ad47698 Fixes typescript syntax error Eric Amodio 2017-04-22 09:28:09 -04:00
  • 675050d923 Adds error logging Eric Amodio 2017-04-22 09:27:44 -04:00
  • 6af753c0ae Renames *.advanced.codeLens.debug to *.codeLens.debug Renames *.advanced.debug to *.debug Renames *.output.level to *.outputLevel Eric Amodio 2017-04-22 09:27:30 -04:00
  • bb59f2899a Adds const for ExtensionKey Eric Amodio 2017-04-22 09:19:55 -04:00
  • cfafa8c020 Updates dependencies Eric Amodio 2017-04-22 09:16:29 -04:00
  • f99ba89a4b Stops Git from leaking out of GitService Eric Amodio 2017-04-14 00:29:57 -04:00
  • 8f2ec85c6b Stops throwing for a common error case Eric Amodio 2017-04-13 23:56:12 -04:00
  • b58c48841f Only reset code lens if its config changes Eric Amodio 2017-04-13 14:40:02 -04:00
  • d3800a1ae8 Adds an issue template Eric Amodio 2017-04-13 00:50:43 -04:00
  • 4a379511d5 Preps v3.4.5 - more fun with the marketplace :( Eric Amodio 2017-04-13 00:23:36 -04:00
  • e5a94bb2ff Preps v3.4.4 - re-adds more tags Eric Amodio 2017-04-12 21:32:17 -04:00
  • 224200e32a Reduces to only 5 allowed tags Eric Amodio 2017-04-12 21:25:59 -04:00
  • a285fb5505 Preps v3.4.2 - marketplace changes for better ranking 🤞 Eric Amodio 2017-04-12 21:23:51 -04:00
  • cd5faa1336 Preps v3.4.1 Eric Amodio 2017-04-12 18:54:03 -04:00
  • c09deb54b1 Removes keywords as they seem to hurt more than help Eric Amodio 2017-04-12 18:53:48 -04:00
  • bc747e9d5f Preps v3.4.0 Eric Amodio 2017-04-12 18:37:40 -04:00
  • ce0842f41c Allows toggle CodeLens command to work when set to auto Eric Amodio 2017-04-12 18:22:13 -04:00
  • 0cf107a817 Removes Emitter from event emitter names Eric Amodio 2017-04-12 18:21:13 -04:00
  • 5fc567372c Fixes compile errors from Typescript upgrade Eric Amodio 2017-04-12 18:18:46 -04:00
  • 0875cc12d5 Adds control over the active line annotation colors Eric Amodio 2017-04-12 17:06:39 -04:00
  • 04a6574f16 Stops certain keybindings from being too context sensative Eric Amodio 2017-04-12 17:03:18 -04:00
  • 25696ffa94 Crops left edge to remove the unwanted noise Eric Amodio 2017-04-12 16:44:07 -04:00
  • feea0e62fc Adds more content & cosmentic changes Eric Amodio 2017-04-12 16:41:57 -04:00
  • c5993fe145 Completely overhauls messaging & README Eric Amodio 2017-04-12 16:23:45 -04:00
  • 67dfcb6226 Updates dependencies Eric Amodio 2017-04-12 16:22:45 -04:00
  • 7c0bc78574 Adds File into file based comparision commands Eric Amodio 2017-04-12 16:22:24 -04:00
  • 8fb61e7ab5 Switches the order of Show Commit Search Eric Amodio 2017-04-12 16:21:25 -04:00
  • b38f357bc2 Fixes another copy/paste description issue Eric Amodio 2017-04-12 16:20:54 -04:00
  • 6db6eff6b7 Fixes issue with commands missing from the palette Eric Amodio 2017-04-12 11:00:56 -04:00
  • c05fcdc1bd Removes bogus command Eric Amodio 2017-04-12 10:59:37 -04:00
  • d7b28e1a56 Fixes copy/paste error in the setting description Eric Amodio 2017-04-12 10:59:03 -04:00
  • 065300be06 Fixes issue with open commit in remote not working Eric Amodio 2017-04-12 10:58:14 -04:00
  • 9afa06c00d Adds a Gitter chat badge to README.md (#64) The Gitter Badger 2017-04-11 07:43:58 +01:00
  • 99aa4ee74b Preps v3.3.3 Eric Amodio 2017-04-10 13:12:13 -04:00
  • 89474a2aa6 Fixes issue with newlines in commit messages Eric Amodio 2017-04-10 13:10:25 -04:00
  • 35694303c4 Preps v3.3.2 Eric Amodio 2017-04-10 12:53:56 -04:00
  • a5be6f0533 Closes #63 - Switch commit message and author in commit pick list Eric Amodio 2017-04-10 12:50:23 -04:00
  • e5653d1c66 Removes obsolete character settings Eric Amodio 2017-04-10 12:38:28 -04:00
  • 7643e338c5 Preps v3.3.1 Eric Amodio 2017-04-09 11:01:31 -04:00
  • 0854e0bcfb Changes sha terminology to commit id Eric Amodio 2017-04-09 10:58:42 -04:00
  • 2a9b274920 Changes search prefixes Fixes issue with author searching Eric Amodio 2017-04-09 10:58:28 -04:00
  • 82bd510593 Preps v3.3.0 Eric Amodio 2017-04-09 01:25:10 -04:00
  • b334d5ff66 Adds stashed changes command to repo status Eric Amodio 2017-04-09 01:22:02 -04:00
  • 9fed706fd2 Adds commit search command to branch history Eric Amodio 2017-04-09 01:19:14 -04:00
  • 4707b0640d Adds go back support to stash apply, delete, & save Eric Amodio 2017-04-09 01:18:45 -04:00
  • 3aab904aaf Fixes go back support Eric Amodio 2017-04-09 01:17:32 -04:00
  • 0d19224a97 Fixes issue with the current & go back commands Eric Amodio 2017-04-09 01:16:19 -04:00
  • a7dc29a9aa Adds search commits command Search by message, author, file pattern, or sha Eric Amodio 2017-04-09 00:01:57 -04:00
  • 7cb1b9d0f1 Fixes #59 - Updates command context to opened file state Removes insiders restriction from Open in Remote commands Eric Amodio 2017-04-08 15:07:22 -04:00
  • b70ffbdeee Adds ability to suppress update notifications Eric Amodio 2017-04-08 14:49:41 -04:00
  • 9292fc23a8 Preps v3.2.1 Eric Amodio 2017-04-07 11:10:36 -04:00
  • 6a3428e6d2 Fixes #57 - no more blank message w/o a diff.tool Eric Amodio 2017-04-07 11:09:15 -04:00
  • 4c4d21741e Prep v3.2.0 Eric Amodio 2017-04-03 22:52:06 -04:00
  • d59f4ef6dc Changes diff to compare Eric Amodio 2017-04-01 02:49:13 -04:00
  • 0c13050387 Addresses #57 - adds warning if no diff.tool Eric Amodio 2017-04-01 02:48:53 -04:00
  • 3b195b6be2 Fixes missing context Eric Amodio 2017-04-01 02:32:39 -04:00
  • b961646c95 Adds support for single files Eric Amodio 2017-04-01 02:08:12 -04:00
  • d3af67b21b Attempts to fix #58 - work with sub-modules Also fixes issue with nested repos Eric Amodio 2017-04-01 00:58:09 -04:00
  • 7ce5a396a1 Updates remotes context based on the active editor Eric Amodio 2017-04-01 00:54:02 -04:00
  • c36bc2692d Changes remotes to be cached by repoPath Eric Amodio 2017-04-01 00:53:20 -04:00