Commit d885b9ab9c1a7d5a624b9d122583d77d42eee076
Make git repo message copy-pasteable to shell
cel committed on 2/1/2017, 12:52:41 AMParent: 15a241e039d5b8481e349c709ee01435c09d8a2c
Files changed
lib/render-msg.js | changed |
lib/render-msg.js | ||
---|---|---|
@@ -288,12 +288,12 @@ | ||
288 | 288 … | } |
289 | 289 … | |
290 | 290 … | RenderMsg.prototype.gitRepo = function (cb) { |
291 | 291 … | this.wrapMini([ |
292 | - 'git repo ', | |
292 … | + 'git clone ', | |
293 | 293 … | h('code', h('small', 'ssb://' + this.msg.key)), |
294 | 294 … | this.c.name ? [' ', h('a', {href: this.toUrl(this.msg.key)}, |
295 | - '%' + this.c.name)] : '' | |
295 … | + this.c.name)] : '' | |
296 | 296 … | ], cb) |
297 | 297 … | } |
298 | 298 … | |
299 | 299 … | RenderMsg.prototype.gitUpdate = function (cb) { |
Built with git-ssb-web