Skip to content

Commit 6b56e76

Browse files
committed
improvement
1 parent 779c173 commit 6b56e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/js/components/DiffCommitSelector.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ export default defineComponent({
178178
},
179179
/**
180180
* When a commit is clicked while holding Shift, it enables range selection.
181+
* - The range selection is a half-open, half-closed range, meaning it excludes the start commit but includes the end commit.
181182
* - The start of the commit range is always the previous commit of the first clicked commit.
182183
* - If the first commit in the list is clicked, the mergeBase will be used as the start of the range instead.
183184
* - The second Shift-click defines the end of the range.

0 commit comments

Comments
 (0)