summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* add monad-control to build dependsGravatar Joey Hess2011-07-07
| | | | Will use this to handle exceptions in the Annex monad, yay.
* add news item for git-annex 3.20110707Gravatar Joey Hess2011-07-07
|
* add: Avoid a failure mode that resulted in the file seemingly being deleted ↵Gravatar Joey Hess2011-07-07
| | | | (content put in the annex but no symlink present).
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-07-07
|\
| * Added a commentGravatar http://joey.kitenet.net/2011-07-07
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-07-07
| |
| * (no commit message)Gravatar ssqq2011-07-07
| |
| * (no commit message)Gravatar ssqq2011-07-07
| |
| * (no commit message)Gravatar ssqq2011-07-07
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-07-07
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-07-07
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmL8pteP2jbYJUn1M3CbeLDvz2SWAA1wtg2011-07-06
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmL8pteP2jbYJUn1M3CbeLDvz2SWAA1wtg2011-07-06
| |
| * Added a commentGravatar https://lithitux.org/openidserver/users/pavel2011-07-06
|/
* add news item for git-annex 3.20110705Gravatar Joey Hess2011-07-05
|
* Added a commentGravatar http://joey.kitenet.net/2011-07-05
|
* Added a commentGravatar http://joey.kitenet.net/2011-07-05
|
* my fix is confirmed to have workedGravatar Joey Hess2011-07-05
| | | | | Also audited for other uses of pipeBoth and hPipeBoth and they mostly seem safe.
* Added a commentGravatar http://joey.kitenet.net/2011-07-05
|
* Added a comment: "Me too"Gravatar https://lithitux.org/openidserver/users/pavel2011-07-05
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-07-04
|\
* | Drop the dependency on the haskell curl bindings, use regular haskell HTTP.Gravatar Joey Hess2011-07-04
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-07-04
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-07-04
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmJfIszzreLNvCqzqzvTayA9_9L6gb9RtY2011-07-04
|/
* uninit: Use unannex in --fast mode, to support unannexing multiple files ↵Gravatar Joey Hess2011-07-04
| | | | that link to the same content.
* unannex: In --fast mode, file content is left in the annex, and a hard link ↵Gravatar Joey Hess2011-07-04
| | | | made to it.
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-07-04
|
* Comment moderationGravatar http://joey.kitenet.net/2011-07-04
|
* responseGravatar Joey Hess2011-07-04
|
* Added a comment: git annex fetchGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-07-03
|
* Added a comment: git annex fetchGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-07-03
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-07-03
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-07-03
|
* reorderGravatar Joey Hess2011-07-02
|
* updateGravatar Joey Hess2011-07-02
|
* link to hackageGravatar Joey Hess2011-07-02
|
* formattingGravatar Joey Hess2011-07-02
|
* add news item for git-annex 3.20110702Gravatar Joey Hess2011-07-02
|
* better cabal commandGravatar Joey Hess2011-07-02
| | | | (which will work once I upload to hackage)
* download urls via tmp file, and support resumingGravatar Joey Hess2011-07-01
|
* document web special remote log filesGravatar Joey Hess2011-07-01
|
* wordingGravatar Joey Hess2011-07-01
|
* documentation for using the webGravatar Joey Hess2011-07-01
|
* updates for web remote and removing URL backendGravatar Joey Hess2011-07-01
|
* addGravatar Joey Hess2011-06-30
|
* Merge branch 'master' into v3Gravatar Joey Hess2011-06-30
|\ | | | | | | | | Conflicts: debian/changelog
| * cabal can now be used to build git-annex.Gravatar Joey Hess2011-06-30
| | | | | | | | | | | | This is substantially slower than using make, does not build or install documentation, does not run the test suite, and is not particularly recommended, but could be useful to some.
* | Sped back up fsck, copy --from etcGravatar Joey Hess2011-06-29
| | | | | | | | | | | | | | | | | | | | | | All commands that often have to read a lot of information from the git-annex branch should now be nearly as fast as before the branch was introduced. Before fsck was taking approximatly 3 hours, now it's running in 8 minutes. The code is very nasty. It should be rewritten to read the header line from git cat-file, and then read the specified number of bytes of content.
* | new planGravatar Joey Hess2011-06-29
| |