1.1.40 • Published 2 months ago

git-diff-from v1.1.40

Weekly downloads
7
License
ISC
Repository
github
Last release
2 months ago

git-diff-from

git diff-tree
import * as path from "path";
import gitDiffFrom from 'git-diff-from';

let r = gitDiffFrom(5, null, {
	cwd: path.resolve('../../../test/demo/git1/sub'),
});

console.log(r);
[ { status: 'D',
    path: '2.txt',
    fullpath: 'D:/Users/Documents/The Project/nodejs-yarn/ws-git/test/demo/git1/2.txt' },
  { status: 'M',
    path: '3.txt',
    fullpath: 'D:/Users/Documents/The Project/nodejs-yarn/ws-git/test/demo/git1/3.txt' },
  { status: 'A',
    path: 'sub/sub.txt',
    fullpath: 'D:/Users/Documents/The Project/nodejs-yarn/ws-git/test/demo/git1/sub/sub.txt' },
  { status: 'A',
    path: 'カリギュラ.txt',
    fullpath: 'D:/Users/Documents/The Project/nodejs-yarn/ws-git/test/demo/git1/カリギュラ.txt' },
  { status: 'A',
    path: '卡利古拉.txt',
    fullpath: 'D:/Users/Documents/The Project/nodejs-yarn/ws-git/test/demo/git1/卡利古拉.txt' } ]
1.1.39

2 months ago

1.1.40

2 months ago

1.1.38

3 months ago

1.1.37

2 years ago

1.1.34

2 years ago

1.1.33

2 years ago

1.1.36

2 years ago

1.1.35

2 years ago

1.1.30

2 years ago

1.1.32

2 years ago

1.1.31

2 years ago

1.1.29

2 years ago

1.1.28

2 years ago

1.1.27

2 years ago

1.1.26

2 years ago

1.1.25

2 years ago

1.1.24

3 years ago

1.1.23

3 years ago

1.1.22

3 years ago

1.1.21

3 years ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.17

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.5

5 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago