Skip to content

Commit 48f2741

Browse files
committed
chore: optimize code
1 parent 2e4174a commit 48f2741

File tree

7 files changed

+371
-386
lines changed

7 files changed

+371
-386
lines changed

src/git/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export class GitService {
3636
try {
3737
const logResult = await this.git.log([
3838
'--all',
39-
'--max-count=100',
4039
'--decorate=full',
4140
]) as ExtendedLogResult
4241

src/views/history/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup lang="ts">
22
import { computed, onMounted, ref, watch } from 'vue'
33
4-
import CommitTable from './components/CommitTable.vue'
4+
import CommitTable from './components/CommitTable/index.vue'
55
66
import { CHANNEL, WEBVIEW_CHANNEL } from '@/constant'
77

0 commit comments

Comments
 (0)