File tree Expand file tree Collapse file tree 1 file changed +5
-21
lines changed
Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Original file line number Diff line number Diff line change 22
33var git = require ( '../' )
44
5- console . log ( '[ git.short()]' , git . short ( ) ) ;
5+ console . log ( 'git.short() => ' + git . short ( ) ) ;
66// 75bf4ee
77
8- console . log ( '[ git.long()]' , git . long ( ) ) ;
8+ console . log ( 'git.long() => ' + git . long ( ) ) ;
99// 75bf4eea9aa1a7fd6505d0d0aa43105feafa92ef
1010
11- console . log ( '[ git.branch()]' , git . branch ( ) ) ;
11+ console . log ( 'git.branch() => ' + git . branch ( ) ) ;
1212// master
1313
14- console . log ( '[git.tag()]' , git . tag ( ) ) ;
15- // 0.1.0
14+ // console.log('git.tag() => ', git.tag());
1615
17- console . log ( '[git.log()]' , git . log ( ) ) ;
18- // [
19- // [
20- // '75bf4eea9aa1a7fd6505d0d0aa43105feafa92ef',
21- // 'update pjson to include sync exec',
22- // '17 minutes ago',
23- // 'kurttheviking'
24- // ],
25- // [
26- // '143120ac3ecc07aeae1462b372bb2033aa20c3ee',
27- // 'Merge pull request #6 from shtylman/patch-1',
28- // '1 year, 2 months ago',
29- // 'Thomas Blobaum'
30- // ],
31- // ...
32- // ]
16+ // console.log('git.log() => ', git.log());
You can’t perform that action at this time.
0 commit comments