Remove shell output that breaks formatting
This commit is contained in:
parent
f47701cbdb
commit
c9e3c59aec
1 changed files with 4 additions and 4 deletions
|
@ -43,8 +43,8 @@ $ git annex add asdf qwer
|
||||||
add asdf ok
|
add asdf ok
|
||||||
git-annex: qwer not found
|
git-annex: qwer not found
|
||||||
|
|
||||||
$ file *
|
$ file * | sed -e 's/`.*//'
|
||||||
asdf: symbolic link to `.git/annex/objects/pX/ZJ/SHA256E-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855/SHA256E-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
|
asdf: symbolic link to
|
||||||
|
|
||||||
$ git status
|
$ git status
|
||||||
On branch master
|
On branch master
|
||||||
|
@ -86,8 +86,8 @@ add asdf ok
|
||||||
git-annex: qwer not found
|
git-annex: qwer not found
|
||||||
(Recording state in git...)
|
(Recording state in git...)
|
||||||
|
|
||||||
$ file *
|
$ file * | sed -e 's/`.*//'
|
||||||
asdf: symbolic link to `.git/annex/objects/pX/ZJ/SHA256E-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855/SHA256E-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
|
asdf: symbolic link to
|
||||||
|
|
||||||
$ git status
|
$ git status
|
||||||
On branch master
|
On branch master
|
||||||
|
|
Loading…
Add table
Reference in a new issue