Commit Graph

  • c4b8637 Fixes #7 - missing spawn-rx dependency (argh!) by Eric Amodio 2016-09-20 11:34:40 -0400
  • 20df773 Fixes #7 - missing lodash dependency by Eric Amodio 2016-09-20 10:16:33 -0400
  • 30b1fba Reduces the size of the vsix by Eric Amodio 2016-09-19 21:53:13 -0400
  • 7b4dd77 Adds new CodeLens visibility & location settings Adds new command to toggle CodeLens on and off when `gitlens.codeLens.visibility` is set to `ondemand` by Eric Amodio 2016-09-19 21:28:52 -0400
  • 14e9c5b Fixes blame explorer failing to load content by Eric Amodio 2016-09-19 21:28:16 -0400
  • 69c4d44 Fixes a slew of issues because of the Fix for #1 by Eric Amodio 2016-09-19 05:14:45 -0400
  • 7ebdaa0 Preps 0.2.0 release by Eric Amodio 2016-09-19 04:28:02 -0400
  • ff01054 Fixes #1 Support blame on files outside repo Replaces blame regex parsing with more robust parser (also use s--incremental instead of --porcelain) Stops throwing on git blame errors (too many are common) Fixes issues with Diff with Previous command Fixes issues with blame explorer code lens -- with previous commits Fixes issues with compact blame annotations -- skips blank lines by Eric Amodio 2016-09-19 04:11:46 -0400
  • c69a160 Refactors git modules - unify under gitProvider Adds advanced setting to enable blame cache Fixes codelens settings to actually work by Eric Amodio 2016-09-19 00:24:19 -0400
  • 05865d0 Fixes truncated description on marketplace by Eric Amodio 2016-09-15 12:40:26 -0400
  • cb81a82 Only 5 key words allowed by Eric Amodio 2016-09-15 11:44:39 -0400
  • 7a60419 Fixes issue where original filename got lost Fixes file path normalization by Eric Amodio 2016-09-15 12:33:43 -0400
  • b617a90 Better marketplace presence by Eric Amodio 2016-09-15 11:41:33 -0400
  • 2be76ed Fixes #4 by Eric Amodio 2016-09-15 10:50:45 -0400
  • dcb789f Adds many new settings Adds new blame annotation styles (compact & expanded) Cleaned up blame annotations Fixes issue with invalid repoPath on first start by Eric Amodio 2016-09-15 04:26:49 -0400
  • f34686d Preps 0.0.7 release by Eric Amodio 2016-09-14 13:32:28 -0400
  • 0ee09d9 Fixes #4 - Absolute paths fail on Windows due to backslash Hopefully for real this time by Eric Amodio 2016-09-14 13:31:57 -0400
  • 7fa0b9d Fixes #5 - Finding first non-white-space fails sometimes by Eric Amodio 2016-09-14 13:30:52 -0400
  • fba6def Adds .gitignore checks to reduce blame calls Caches failed blames to reduce blame calls Only clear failed blames from cache on change/save Add better error messages and handling by Eric Amodio 2016-09-14 13:30:14 -0400
  • dfd17a8 Preps 0.0.6 release by Eric Amodio 2016-09-14 02:32:52 -0400
  • d70a472 Fixes #4 - Absolute paths fail on Windows due to backslash by Eric Amodio 2016-09-14 02:29:22 -0400
  • e0cf335 Fixes #2 - Adds better error logging by Eric Amodio 2016-09-14 02:28:20 -0400
  • 8721585 Fixes #4 - Absolute paths fail on Windows due to backslash by Eric Amodio 2016-09-14 00:55:48 -0400
  • a2eee23 Scrolls to the correct position in the diff by Eric Amodio 2016-09-14 00:55:24 -0400
  • 19c0e46 Fixes some issues with uncommited blames Automatically turns off blame only when required now by Eric Amodio 2016-09-07 15:45:07 -0400
  • 26ce5f7 Fixes failure when filename changes in history Removes CodeLens from fields and single-line properties to reduce visual noise by Eric Amodio 2016-09-07 12:28:00 -0400
  • 67e1a6b Adds repository info by Eric Amodio 2016-09-05 18:28:04 -0400
  • fbcd0a9 Changes description to be more generic by Eric Amodio 2016-09-05 17:52:43 -0400
  • e929db0 Preps for 0.0.4 release by Eric Amodio 2016-09-05 17:49:25 -0400
  • b7920f3 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 by Eric Amodio 2016-09-05 16:40:38 -0400
  • d04696a Adds code actions to open diffs Adds context menus for toggling blame Adds context menus for opening diffs More refactoring and many bug fixes by Eric Amodio 2016-09-04 21:46:40 -0400
  • ebb1085 Switches to porcelain blame format Provides more data (commit message, previous commit, etc) by Eric Amodio 2016-09-04 03:43:35 -0400
  • 47ce5c5 Adds author count + leader CodeLens Upgrades to TypeScript 2 Lots of refactoring and many bug fixes by Eric Amodio 2016-09-04 00:49:02 -0400
  • f083393 Adds full blame UI support by Eric Amodio 2016-09-02 21:24:53 -0400
  • f4d3d17 Reverses diff ordering Only adds blame code lens within the specified range by Eric Amodio 2016-09-02 00:53:13 -0400
  • ea33560 Removes hard dependency on donjayamanne.githistory Provides optional additional code lens by Eric Amodio 2016-08-31 21:24:03 -0400
  • 70cc92d Adds CodeLens for Diff'ing in blame Other fixes and refactoring by Eric Amodio 2016-08-31 21:15:06 -0400
  • 0e064f1 Reworks git abstraction and acccess Adds commands module Adds git commit message to blame hover decorator by Eric Amodio 2016-08-31 17:20:53 -0400
  • 9964ea6 Fixes issue with executing blame command And minor other positioning issues by Eric Amodio 2016-08-31 15:55:33 -0400
  • 92beca2 Fixes issues with file renames And other git related edge cases by Eric Amodio 2016-08-31 15:03:22 -0400
  • 0ccac8d Preps 0.0.2 release by Eric Amodio 2016-08-31 05:05:09 -0400
  • a22b8b1 Reworks location processing Decoupled from the CodeLens and less processing before it is required by Eric Amodio 2016-08-31 05:02:12 -0400
  • 84becec Moves lens start char to center on symbol Also helps move lens after other lenses by Eric Amodio 2016-08-31 03:54:03 -0400
  • c395a58 Renamed to GitLens Reworked Uri scheme to drastically reduce encoded data (big perf improvement) by Eric Amodio 2016-08-31 03:34:16 -0400
  • 06b350b Fixes issues with ^ in a sha Dynamically pads uri index based on need by Eric Amodio 2016-08-26 22:43:55 -0400
  • 33fe3c5 Prepare for initial preview release by Eric Amodio 2016-08-26 19:09:22 -0400
  • 1576c08 Reworked git access Cleaned up the blame hightlights (wip) by Eric Amodio 2016-08-26 18:27:38 -0400
  • 03d4cc8 Richer blame info & highlight (wip) by Eric Amodio 2016-08-14 02:03:36 -0400
  • b08044f Adds blame "references" (wip) by Eric Amodio 2016-08-10 03:08:18 -0400
  • 53bebc8 Initial commit -- very basic blame support by Eric Amodio 2016-08-08 10:48:38 -0400