diff-tree_--root_-p_--full-index_--abbrev=10_initial
29 lines
669 Bytes
| 1 | $ git diff-tree --root -p --full-index --abbrev=10 initial |
| 2 | 444ac553ac7612cc88969031b02b3767fb8a353a |
| 3 | diff --git a/dir/sub b/dir/sub |
| 4 | new file mode 100644 |
| 5 | index 0000000000000000000000000000000000000000..35d242ba79ae89ac695e26b3d4c27a8e6f028f9e |
| 6 | --- /dev/null |
| 7 | +++ b/dir/sub |
| 8 | @@ -0,0 +1,2 @@ |
| 9 | +A |
| 10 | +B |
| 11 | diff --git a/file0 b/file0 |
| 12 | new file mode 100644 |
| 13 | index 0000000000000000000000000000000000000000..01e79c32a8c99c557f0757da7cb6d65b3414466d |
| 14 | --- /dev/null |
| 15 | +++ b/file0 |
| 16 | @@ -0,0 +1,3 @@ |
| 17 | +1 |
| 18 | +2 |
| 19 | +3 |
| 20 | diff --git a/file2 b/file2 |
| 21 | new file mode 100644 |
| 22 | index 0000000000000000000000000000000000000000..01e79c32a8c99c557f0757da7cb6d65b3414466d |
| 23 | --- /dev/null |
| 24 | +++ b/file2 |
| 25 | @@ -0,0 +1,3 @@ |
| 26 | +1 |
| 27 | +2 |
| 28 | +3 |
| 29 | $ |