Skip to content

Commit

Permalink
Fix file name display in git status section
Browse files Browse the repository at this point in the history
ref #74
  • Loading branch information
phil294 committed Feb 23, 2024
1 parent 9b5115d commit 99bea47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/store.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export git_run_log = (###* @type string ### log_args) =>
git log_args
git "branch --list --all --format=\"%(upstream:remotename)#{sep}%(refname)\""
(try await git "stash list --format=\"%h %gd\"") || ''
git 'status'
git '-c core.quotepath=false status'
git 'rev-parse --abbrev-ref HEAD'
]
return if not log_data?
Expand Down

0 comments on commit 99bea47

Please sign in to comment.