Skip to content

Commit

Permalink
Move PureGitBlob>>#gtDetails to the correct repository
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvc committed Oct 27, 2024
1 parent 007e4e8 commit 96cbc12
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/GToolkit4Git/PureGitBlob.extension.st
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Extension { #name : #PureGitBlob }

{ #category : #'*GToolkit4Git' }
PureGitBlob >> gtDetails [
^ super gtDetails , {
{ 'blob'
. self shortId
. self id }.
{ 'contents'
. '{1} bytes' format: { self contents size }
. self contents }
}
]

{ #category : #'*GToolkit4Git' }
PureGitBlob >> gtImageFor: composite [
<gtView>
Expand Down

0 comments on commit 96cbc12

Please sign in to comment.