mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
BIG REF UPDATE
This commit is contained in:
parent
24c344a4d0
commit
efc789c11f
4 changed files with 171 additions and 27 deletions
|
@ -857,7 +857,9 @@ var Commit = Backbone.Model.extend({
|
|||
},
|
||||
|
||||
getLogEntry: function() {
|
||||
// for now we are just joining all these things with newlines...
|
||||
// for now we are just joining all these things with newlines which
|
||||
// will get placed by paragraph tags. Not really a fan of this, but
|
||||
// it's better than making an entire template and all that jazz
|
||||
return [
|
||||
'Author: ' + this.get('author'),
|
||||
'Date: ' + this.get('createTime'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue