Eric Amodio
46f7d6c1f8
Fixes #736 - unsupported find-renames on older git
5 years ago
Eric Amodio
98e225f39a
Preps v9.7
5 years ago
Eric Amodio
3e8603b93f
Fixes #730 - removes -S support from commit search
Causes too much confusion vs -G which better matches user expectations
5 years ago
Eric Amodio
643e2262df
Overhauls previous line diffing - closes #719
Changes & Details hovers now know about staged vs unstaged changes
Significantly increased accuracy with the following:
- Open Line Changes with Previous Revision
- Open Changes with Previous Revision
- Changes & Details hovers
5 years ago
Eric Amodio
26cbee6d60
Makes GitUri immutable & memoizes many members
5 years ago
Eric Amodio
25d38956c6
Reverts diff editor changes for diff w/ working
Since we are going forward in time, the changes didn't make sense
5 years ago
Eric Amodio
00d3ee0c9e
Cleans up annotations a bit
5 years ago
Eric Amodio
65440a42b3
Renames Dates.toFormatter to getFormatter
5 years ago
Eric Amodio
81f931e073
Adds memoization to many members
5 years ago
Eric Amodio
6d9a666d12
Renames some members for consistency
5 years ago
Eric Amodio
4c79d0f1c2
Adds rename detection on status
5 years ago
Eric Amodio
2130072b97
Removes extra container call
5 years ago
Eric Amodio
3f9da33f2d
Renames some git commands for consistency
Updates vsls git whitelist
5 years ago
Eric Amodio
818242c6c6
Renames getLogCommit* methods
Removes getRecentLogCommitForFile
5 years ago
Eric Amodio
9c75a749ef
Fixes diff line / previous (line number was wrong)
Fixes scrolling to accurate line numbers when diffing in history
5 years ago
Eric Amodio
1a66dd6a18
Adds root path collapsing with compact hierarchy
5 years ago
Eric Amodio
d2b87f98c6
Fixes branch commit quickpick nav
5 years ago
Eric Amodio
c5f510ecbd
Fixes get working file & file commit quickpick nav
Adds GitService.getWorkingUri
Removes WorkspaceFileExistsRequestType from vsls protocol
5 years ago
Eric Amodio
36b6b9680e
Adds show more to file & line histories
5 years ago
Eric Amodio
10a3b7e279
Fixes changes hover with renamed files
5 years ago
Eric Amodio
7bd929049f
Closes #728 - Adds advanced.maxSearchItems
5 years ago
Eric Amodio
3780b3956e
Removes `Searching` and `?` prefix while searching
5 years ago
Eric Amodio
665985330c
Fixes #729 - broken show more in search & compare
Adds a Show All command to the Show More nodes
Improves experience after starting a new search or compare
Fixes issues with maxCount == 0
5 years ago
Eric Amodio
193a4f8495
Fixes issues with hovers not showing up sometimes
5 years ago
Eric Amodio
8ec5ceb815
Adds mode logging - #725
5 years ago
Eric Amodio
751ad0ecfd
Adds live share presence support
5 years ago
Eric Amodio
b94b97135d
Adds more debug logging
5 years ago
Eric Amodio
df7f0597ba
Fixes missing originalFileName sometimes
Reworks file status parsing -- uses consistent regex now
5 years ago
Eric Amodio
8551edcceb
Adds debug log timings for parsers
5 years ago
Eric Amodio
3f3a0de59a
Reworks new committer vs author switch
Adds `${committerAgo}`, `${committerAgoOrDate}`, `${committerDate}`
Repurposes `${authorAgo}` & replaces current ones w/ `${author}, ${ago}`
Repurposes `${authorAgoOrDate}` & replaces w/ `${author}, ${agoOrDate}`
Renames defaultDateType to defaultDateSource
Points format settings to new formatting wiki
5 years ago
Mathew King
b8d9d7a364
Adds option to show committer date
Fixes #537
5 years ago
Eric Amodio
c69777e985
Fixes diffs with renamed files
5 years ago
Eric Amodio
e901bff3ce
Changes & renames findRenames to always apply
5 years ago
x13machine
2b1777fbaf
Fixes #670 - Configure similarity index for diffs
5 years ago
Eric Amodio
e77be8bf57
Fixes id collisions with branches/remotes/tags
5 years ago
Eric Amodio
d9e33429c2
Fixes #724 - catastrophic backtracking regex
Reworks branch parsing to use for-each-ref
5 years ago
Eric Amodio
8a64a06b95
Fixes #716 - reworks diff w/ next
Disables commands for the deleted or missing sha
Adds getNextDiffUris & getNextUri
Renames getDiffWithPreviousForFile to getPreviousDiffUris
Renames getPreviousRevisionUri to getPreviousUri
5 years ago
Eric Amodio
223f81140a
Fixes wrong fileName/originalFileName sometimes
Reworks file status parsing -- uses consistent regex now
5 years ago
Eric Amodio
97456ad33a
Fixes line history w/ uncommitted & dirty changes
5 years ago
Eric Amodio
4658b80a83
Reworks diff with prev (line) for better accuracy
Adds getDiffWithPreviousForFile & getPreviousRevisionUri
5 years ago
Eric Amodio
38bf21ccb2
Adds dbg info to view node tooltips when debugging
5 years ago
Eric Amodio
bfd310fa8d
Adds renamed file path to file view nodes
Adds originalPath token
5 years ago
Eric Amodio
0a39667953
Adds ToC section tracking to settings page
5 years ago
Eric Amodio
9d3b99c3b7
Adds views layout options & notification
5 years ago
Eric Amodio
5020fe18f0
Preps v9.6.3
5 years ago
Eric Amodio
2bce0e5b74
Maintains line when opening changes from hovers
5 years ago
Eric Amodio
f625d37b00
Improves changes hover accuracy & diff rendering
Adds hovers.changesDiff setting for line vs hunk diff
5 years ago
Eric Amodio
3d95a93054
Removes line breaks from ${message} itself
5 years ago
Eric Amodio
dd130f86c0
Adds better git error handling/logging
5 years ago
Eric Amodio
07d5f1a563
Fixes #718 - branch compare missing changed files
5 years ago