summaryrefslogtreecommitdiff
path: root/lib/gitlab/blame.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make Highlight accept language paramMark Chao2018-10-301-2/+1
| | | | | | | | | | This replaces the repository param. This allows more flexiblity as sometimes we have highlight content not related to repository. Sometimes we know ahead of time the language of the content. Lastly language determination seems better fit as a logic in the Blob class. `repository` param is only used to determine the language, which seems to be the responsiblity of Blob.
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
|
* Blob#load_all_data! doesn’t need an argumentblob-load-all-dataDouwe Maan2017-06-071-1/+1
|
* add custom highlighting via .gitattributeshttp://jneen.net/2016-06-271-1/+2
| | | | paired with @stanhu
* Load all blob data when highlighting content for git-blame.Rubén Dávila2016-02-111-0/+1
|
* Move blame group logic to dedicated classDouwe Maan2016-01-281-0/+54