summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 0.201106010.20110601Gravatar Joey Hess2011-06-01
|
* remove unnecessary importsGravatar Joey Hess2011-06-01
|
* Somewhat sped up `git commit` of modifications to unlocked files.Gravatar Joey Hess2011-05-31
| | | | | | | | | | | | Avoid git reset here too, so I no longer need to care that it's much more expensive than seems wise (but I asked the git list about that anyway). It's not necessary to reset the staged file content from the index, as the `git add` of the the symlink will replace it anyway. `git commit` of unlocked files is still slow, since git still has to shove their entire content into the index, only to have it be thrown away. So it's still better to use `git annex add`
* Fix locking of files with staged changes.Gravatar Joey Hess2011-05-31
| | | | | Previously, lock would skip files that had staged changes, but that is counterintuitive, I think.
* Added a comment: fixedGravatar http://joey.kitenet.net/2011-05-31
|
* Massively sped up `git annex lock` by avoiding use of the uber-slow `git ↵Gravatar Joey Hess2011-05-31
| | | | reset`, and only running `git checkout` once, even when many files are being locked.
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-05-31
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-05-31
|
* unused --from . checks local repo, for consistencyGravatar Joey Hess2011-05-28
|
* bugfix: fix unused list numberingGravatar Joey Hess2011-05-28
| | | | Introduced in 43f0a666f0f6cc152a2b778921831d6d7daedcaf
* tweakGravatar Joey Hess2011-05-28
|
* improve unused command's outputGravatar Joey Hess2011-05-28
| | | | | Display the name of the remote being checked, with "." for the current remote, echoing the way describe takes that to change its description.
* improve error message when no remote name is specifiedGravatar Joey Hess2011-05-28
| | | | list available remotes in case user wanted to use or change one of them
* show error message on unexpected parameters to commands that take noneGravatar Joey Hess2011-05-28
| | | | Before it would exit nonzero w/o doing anything, which was confusing.
* simplifyGravatar Joey Hess2011-05-28
|
* bleaghGravatar Joey Hess2011-05-28
|
* remove newlineGravatar Joey Hess2011-05-28
|
* lose redir pageGravatar Joey Hess2011-05-28
| | | | meta does not support nested inlines inside redir urls
* debugging my inlineGravatar Joey Hess2011-05-28
|
* typoGravatar Joey Hess2011-05-28
|
* add a redirect to the current version's tarballGravatar Joey Hess2011-05-28
|
* add link to stable tarball download from new gitweb versionGravatar Joey Hess2011-05-28
|
* Added a commentGravatar http://joey.kitenet.net/2011-05-28
|
* Data.Tuple.swap not available with ghc 6.12.3Gravatar Joey Hess2011-05-28
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-05-28
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-05-28
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-05-28
|
* add news item for git-annex 0.20110522Gravatar Joey Hess2011-05-27
|
* releasing version 0.201105220.20110522Gravatar Joey Hess2011-05-27
|
* typoGravatar Joey Hess2011-05-27
|
* Fix bug in --exclude introduced in 0.20110516.Gravatar Joey Hess2011-05-27
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnOvt3TwSSDOLnoVzDNbOP1qO9OmNH5s0s2011-05-27
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-05-23
|\
* | updateGravatar Joey Hess2011-05-23
| |
* | clarifyGravatar Joey Hess2011-05-22
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnOvt3TwSSDOLnoVzDNbOP1qO9OmNH5s0s2011-05-22
|/
* Closer emulation of git's behavior when told to use "foo/.git" as a git ↵Gravatar Joey Hess2011-05-22
| | | | repository instead of just "foo". Closes: #627563
* show a warning message when failing to find requested keyGravatar Joey Hess2011-05-22
| | | | | Otherwise, the user sees only a rsync protocol error message and then git-annex's less specific failure message.
* clarify synopsis re optionsGravatar Joey Hess2011-05-21
|
* add explict build dep on hsloggerGravatar Joey Hess2011-05-21
| | | | pulled in by missingh, but now used directly by git-annex
* add news item for git-annex 0.20110521Gravatar Joey Hess2011-05-21
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-05-21
|\
* | releasing version 0.201105210.20110521Gravatar Joey Hess2011-05-21
| |
* | Add --debug option. Closes: #627499Gravatar Joey Hess2011-05-21
| | | | | | | | | | | | | | This takes advantage of the debug logging done by missingh, and I added my own debug messages for executeFile calls. There are still some other low-level ways git-annex runs stuff that are not shown by debugging, but this gets most of it easily.
* | found a few places I can use newtypeGravatar Joey Hess2011-05-21
| | | | | | | | for presumably some speedups
| * Added a commentGravatar http://ertai.myopenid.com/2011-05-20
|/
* fixed urlGravatar Joey Hess2011-05-19
|
* test commit at 4:09Gravatar http://joey.kitenet.net/2011-05-19
|
* main git repo switching to branchable oneGravatar Joey Hess2011-05-19
| | | | | It allows anonymous git push, and it's simpler to just have it there. The kite repo will remain, as a mirror.
* update with irc channelGravatar Joey Hess2011-05-19
|