fix formatting

This commit is contained in:
aditya.mmy@be7b2fbd14a6ce2b6b8588f6719672725a11ed35 2017-08-27 07:17:23 +00:00 committed by admin
parent a2166d67bd
commit b22e6c1352

View file

@ -8,7 +8,7 @@ git clone git://git-annex.branchable.com/ git-annex
I get errors about filenames being too long and the checkout fails after the clone: I get errors about filenames being too long and the checkout fails after the clone:
```
$ git clone git://git-annex.branchable.com/ git-annex $ git clone git://git-annex.branchable.com/ git-annex
Cloning into 'git-annex'... Cloning into 'git-annex'...
remote: Counting objects: 183837, done. remote: Counting objects: 183837, done.
@ -23,13 +23,11 @@ fatal: cannot create directory at 'doc/bugs/__39__git_annex_get__39___fails_for_
warning: Clone succeeded, but checkout failed. warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status' You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD' and retry the checkout with 'git checkout -f HEAD'
```
I would like to contribute, but I was a bit surprised by this problem right when I wanted to poke around in the code. I would like to contribute, but I was a bit surprised by this problem right when I wanted to poke around in the code.
After the clone attempt running `git status` in the checkout directory produces a **huge** amount of output about deleted files and changes to the repo: After the clone attempt running `git status` in the checkout directory produces a **huge** amount of output about deleted files and changes to the repo:
```
On branch master On branch master
Your branch is up-to-date with 'origin/master'. Your branch is up-to-date with 'origin/master'.
Changes to be committed: Changes to be committed:
@ -44,7 +42,6 @@ Changes to be committed:
deleted: Annex/AdjustedBranch.hs deleted: Annex/AdjustedBranch.hs
... ...
```
Note that I have snipped off over 10K lines of output from above! Note that I have snipped off over 10K lines of output from above!