format
This commit is contained in:
parent
86f9f42ec7
commit
c36b7af0c7
1 changed files with 2 additions and 1 deletions
|
@ -6,9 +6,10 @@ It repeatedly launches the following command:
|
||||||
|
|
||||||
git --git-dir=/home/vincent/photos2/.git --work-tree=/home/vincent/photos2 ls-tree --full-tree -z -r -- 5fe5193e079631c0ceac0688ae0a6c1636491b61
|
git --git-dir=/home/vincent/photos2/.git --work-tree=/home/vincent/photos2 ls-tree --full-tree -z -r -- 5fe5193e079631c0ceac0688ae0a6c1636491b61
|
||||||
|
|
||||||
I have tried to execute it by hand and it produces a lot of output. I have redirected it into some files in order to count the content produced by this command.
|
I have tried to execute it by hand and it produces a lot of output. I have redirected it into some file in order to count the content produced by this command.
|
||||||
|
|
||||||
vincent@berlioz:~/photos2/.git$ git --git-dir=/home/vincent/photos2/.git --work-tree=/home/vincent/photos2 ls-tree --full-tree -z -r -- 5fe5193e079631c0ceac0688ae0a6c1636491b61 > /tmp/ls-tree
|
vincent@berlioz:~/photos2/.git$ git --git-dir=/home/vincent/photos2/.git --work-tree=/home/vincent/photos2 ls-tree --full-tree -z -r -- 5fe5193e079631c0ceac0688ae0a6c1636491b61 > /tmp/ls-tree
|
||||||
|
|
||||||
vincent@berlioz:/tmp$ wc ls-tree
|
vincent@berlioz:/tmp$ wc ls-tree
|
||||||
0 232525 11611220 ls-tree
|
0 232525 11611220 ls-tree
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue