Skip to content

Commit

Permalink
hide the 'refs/stash' branch, it's useless
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed May 1, 2023
1 parent 370b2ee commit 5724ab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/views/log-utils.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ parse = (data, separator) =>
.split ', '
# map to ["master", "origin/master", "tag: xyz"]
.map (r) => r.split(' -> ')[1] or r
.filter (r) => r != 'refs/stash'
.filter Boolean
.map (name) =>
###* @type {GitRef} ###
Expand Down

0 comments on commit 5724ab9

Please sign in to comment.