git ssb

16+

cel / patchfoo



Commit d885b9ab9c1a7d5a624b9d122583d77d42eee076

Make git repo message copy-pasteable to shell

cel committed on 2/1/2017, 12:52:41 AM
Parent: 15a241e039d5b8481e349c709ee01435c09d8a2c

Files changed

lib/render-msg.jschanged
lib/render-msg.jsView
@@ -288,12 +288,12 @@
288288 }
289289
290290 RenderMsg.prototype.gitRepo = function (cb) {
291291 this.wrapMini([
292- 'git repo ',
292 + 'git clone ',
293293 h('code', h('small', 'ssb://' + this.msg.key)),
294294 this.c.name ? [' ', h('a', {href: this.toUrl(this.msg.key)},
295- '%' + this.c.name)] : ''
295 + this.c.name)] : ''
296296 ], cb)
297297 }
298298
299299 RenderMsg.prototype.gitUpdate = function (cb) {

Built with git-ssb-web