summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 0.050.05Gravatar Joey Hess2010-11-11
|
* refactor param seekingGravatar Joey Hess2010-11-11
|
* remove dup filterGravatar Joey Hess2010-11-11
|
* got rid of several more calls to git when finding unlocked filesGravatar Joey Hess2010-11-11
|
* rework command dispatching for add and pre-commitGravatar Joey Hess2010-11-11
| | | | | Both subcommands do two different operations on different sets of files, so allowing a subcommand to perform a list of operations cleans things up.
* build with -O2Gravatar Joey Hess2010-11-11
|
* remove unnecessary mkdirGravatar Joey Hess2010-11-11
|
* Optimize both pre-commit and lock subcommands.Gravatar Joey Hess2010-11-11
| | | | | | | | isLocked was doing the expensive check before the cheap one. Let's not fork git diff twice per file when committing, especially. git diff is still run more than strictly necessary (ie, more than once) if multiple unlocked files are being committed. But much better now.
* add news item for git-annex 0.04Gravatar Joey Hess2010-11-10
|
* releasing version 0.040.04Gravatar Joey Hess2010-11-10
|
* tweakGravatar Joey Hess2010-11-10
|
* cleanupGravatar Joey Hess2010-11-10
|
* use -- before filenames when running git add, git rm, etcGravatar Joey Hess2010-11-10
|
* Merge branch 'checkout'Gravatar Joey Hess2010-11-10
|\
| * tweakGravatar Joey Hess2010-11-10
| |
| * use new git functionGravatar Joey Hess2010-11-10
| |
| * allow adding unlocked filesGravatar Joey Hess2010-11-10
| |
| * add typeChangedFilesGravatar Joey Hess2010-11-10
| |
| * explicity run queue to git add filesGravatar Joey Hess2010-11-10
| |
| * edit an alias for unlockGravatar Joey Hess2010-11-10
| |
| * update for modifying filesGravatar Joey Hess2010-11-10
| |
| * bugfixGravatar Joey Hess2010-11-10
| | | | | | | | | | | | | | | | | | | | | | | | The object's directory might exist if the backend picked the same key as was already present. That could happen, for example, if the sha1 is the same. Note that I chose to go ahead and replace the old content with the new. We don't know if they are the same (even with sha1, their timestamp or perms could differ), so have to assume the newer one is preffered. Although it won't propigate to other annexes, so it had better not be significantly different!
| * Unlocked files will now automatically be added back into the annex when ↵Gravatar Joey Hess2010-11-10
| | | | | | | | committed (and the updated symlink committed), by some magic in the pre-commit hook.
| * fix handling of staged unlocked filesGravatar Joey Hess2010-11-10
| |
| * set write bit on unlocked fileGravatar Joey Hess2010-11-10
| |
| * closeGravatar Joey Hess2010-11-10
| |
| * updateGravatar Joey Hess2010-11-10
| |
| * addGravatar Joey Hess2010-11-10
| |
* | in debian unstable!Gravatar Joey Hess2010-11-10
| |
| * in debian unstable!Gravatar Joey Hess2010-11-10
| |
| * Avoid using runghc to run test suite as it is not available on all ↵Gravatar Joey Hess2010-11-10
| | | | | | | | architectures. Closes: #603006
| * lock and unlock subcommandsGravatar Joey Hess2010-11-09
| |
| * maybe call it unlock and not checkoutGravatar Joey Hess2010-11-09
| | | | | | | | | | It'd be confusing to have a git-annex subcommand with the same name as a git subcommand.
| * Merge branch 'master' into checkoutGravatar Joey Hess2010-11-09
| |\ | |/ |/| | | | | | | Conflicts: debian/changelog doc/backends.mdwn
* | tweakGravatar Joey Hess2010-11-09
| |
* | Annexed file contents are now made unwritable and put in unwriteable ↵Gravatar Joey Hess2010-11-08
| | | | | | | | directories, to avoid them accidentially being removed or modified. (Thanks Josh Triplett for the idea.)
* | typoGravatar Joey Hess2010-11-08
| |
* | add unsetFileModeGravatar Joey Hess2010-11-08
| |
* | Reorganised the layout of .git/annex/Gravatar Joey Hess2010-11-08
| |
* | add showSideActionGravatar Joey Hess2010-11-08
| |
* | addGravatar Joey Hess2010-11-08
| |
* | set version on initGravatar Joey Hess2010-11-08
| |
* | add queueRunGravatar Joey Hess2010-11-08
| |
* | refactoring, no code changes reallyGravatar Joey Hess2010-11-08
| |
* | reorg .git/annexGravatar Joey Hess2010-11-08
| |
* | Add annex.version, which will be used to automate upgrades.Gravatar Joey Hess2010-11-08
| |
* | Add build dep on libghc6-testpack-dev.Gravatar Joey Hess2010-11-08
| |
| * documentation for checkoutGravatar Joey Hess2010-11-07
|/
* add news item for git-annex 0.03Gravatar Joey Hess2010-11-07
|
* releasing version 0.030.03Gravatar Joey Hess2010-11-07
|