summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
| |
* | Merge branch 'master' into v3Gravatar Joey Hess2011-06-29
|\| | | | | | | | | Conflicts: debian/changelog
| * --force will cause add, etc, to operate on ignored files.Gravatar Joey Hess2011-06-29
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-06-29
| |
* | Modify location log parser to allow future expansion.Gravatar Joey Hess2011-06-28
| | | | | | | | | | | | Since the logs have just been moved into the git-annex branch, don't need to worry about backwards compatability with old versions of git-annex that would fail to parse location logs with extra fields tacked on.
* | freebsd port now availableGravatar Joey Hess2011-06-26
| |
* | add news item for git-annex 3.20110624Gravatar Joey Hess2011-06-24
| |
* | better setup of git-annex branch pushing on upgradeGravatar Joey Hess2011-06-24
| |
* | addGravatar Joey Hess2011-06-23
| |
* | tweak fsck wording so file is at the end of the lineGravatar Joey Hess2011-06-23
| |
* | improve post-upgrade push instructionsGravatar Joey Hess2011-06-23
| |
* | unused command updates for branchesGravatar Joey Hess2011-06-23
| | | | | | | | | | Now that branches are more likely, unused needs to more explicitly warn that it does not look in them.
* | updatesGravatar Joey Hess2011-06-23
| |
* | v3 upgrade is fast!Gravatar Joey Hess2011-06-23
| | | | | | | | | | The journal sped this up approximatly 100-fold; it runs in just a few minutes for a large repository with 30 thousand log files.
* | add journaling to speed up changes to the git-annex branchGravatar Joey Hess2011-06-23
| | | | | | | | | | | | | | | | git is slow when the index file is large and has to be rewritten each time a file is changed. To speed this up, added a journal where changes are recorded before being fed into the index file and committed to the git-annex branch. The entire journal can be fed into git with just 2 commands, and only one write of the index file.
* | update re git-annex branch direct modificationGravatar Joey Hess2011-06-23
| |