mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 01:55:07 +00:00
use short commit hash for git
This commit is contained in:
parent
bf4aa6e47a
commit
7b6e41c43a
@ -20,7 +20,7 @@ Scm.prototype._fieldsSeparator = String.fromCharCode(2063);
|
|||||||
Scm.prototype._fieldsSeparator += Scm.prototype._fieldsSeparator;
|
Scm.prototype._fieldsSeparator += Scm.prototype._fieldsSeparator;
|
||||||
|
|
||||||
Scm.prototype._revTemplate = [
|
Scm.prototype._revTemplate = [
|
||||||
'%H', '%cn', '%cd', '%s', '%d'
|
'%h', '%cn', '%cd', '%s', '%d'
|
||||||
].join(Scm.prototype._fieldsSeparator);
|
].join(Scm.prototype._fieldsSeparator);
|
||||||
|
|
||||||
Scm.prototype._parseRev = function(str) {
|
Scm.prototype._parseRev = function(str) {
|
||||||
|
@ -45,18 +45,18 @@ exports.mercurialRevs = [{
|
|||||||
}];
|
}];
|
||||||
|
|
||||||
exports.gitRevs = [{
|
exports.gitRevs = [{
|
||||||
id: '4ec4643d2044871177d758b3b0e7962b5c4f40d1',
|
id: '4ec4643',
|
||||||
tags: ['zero'],
|
tags: ['zero'],
|
||||||
author: 'oleg',
|
author: 'oleg',
|
||||||
date: new Date('Mon Jul 13 22:30:58 2015 +0300').getTime(),
|
date: new Date('Mon Jul 13 22:30:58 2015 +0300').getTime(),
|
||||||
comment: 'zero revision'
|
comment: 'zero revision'
|
||||||
}, {
|
}, {
|
||||||
id: 'f76bae67efc6fd5a43392517646bb9d685f4266f',
|
id: 'f76bae6',
|
||||||
author: 'oleg',
|
author: 'oleg',
|
||||||
date: new Date('Mon Jul 13 22:31:58 2015 +0300').getTime(),
|
date: new Date('Mon Jul 13 22:31:58 2015 +0300').getTime(),
|
||||||
comment: 'first revision'
|
comment: 'first revision'
|
||||||
}, {
|
}, {
|
||||||
id: '39245d9b93bcd2a0c6708d483b83c98a7bff1d3e',
|
id: '39245d9',
|
||||||
tags: ['release-0.1.0', 'second-revision'],
|
tags: ['release-0.1.0', 'second-revision'],
|
||||||
author: 'oleg',
|
author: 'oleg',
|
||||||
date: new Date('Mon Jul 13 22:32:59 2015 +0300').getTime(),
|
date: new Date('Mon Jul 13 22:32:59 2015 +0300').getTime(),
|
||||||
|
Loading…
Reference in New Issue
Block a user