summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* releasing version 0.090.09Gravatar Joey Hess2010-11-27
|
* Fix bug in setkey subcommand triggered by move --to.Gravatar Joey Hess2010-11-27
|
* Add copy subcommand.Gravatar Joey Hess2010-11-27
|
* releasing version 0.080.08Gravatar Joey Hess2010-11-21
|
* add tests for uuid and xargs -0Gravatar Joey Hess2010-11-18
|
* typoGravatar Joey Hess2010-11-18
|
* Only use cp -a if it is supported, falling back to cp -p or plain cp.Gravatar Joey Hess2010-11-18
| | | | | * cp --reflink=auto is used if supported, and will make git annex unlock much faster on filesystems like btrfs that support copy of write.
* Add configure step to build process.Gravatar Joey Hess2010-11-18
| | | | | * configure: Check to see if cp -a can be used. * configure: Check to see if cp --reflink=auto can be used.
* Fix `git annex add ../foo` (when ran in a subdir of the repo).Gravatar Joey Hess2010-11-17
| | | | There was no reason for Git.relative to be used here.
* releasing version 0.070.07Gravatar Joey Hess2010-11-15
|
* fsck: Print warnings to stderr; --quiet can now be used to only see problems.Gravatar Joey Hess2010-11-15
|
* on dropunused and unusedGravatar Joey Hess2010-11-15
|
* dropunusedGravatar Joey Hess2010-11-15
|
* unused: New subcommand, finds unused data (the global part of fsck).Gravatar Joey Hess2010-11-15
|
* find: New subcommand.Gravatar Joey Hess2010-11-14
|
* releasing version 0.060.06Gravatar Joey Hess2010-11-13
|
* fsck improvementsGravatar Joey Hess2010-11-13
| | | | | | | | | * fsck: Check if annex.numcopies is satisfied. * fsck: Verify the sha1 of files when the SHA1 backend is used. * fsck: Verify the size of files when the WORM backend is used. * fsck: Allow specifying individual files to fsk if fscking everything is not desired. * fsck: Fix bug, introduced in 0.04, in detection of unused data.
* link to ghc bugGravatar Joey Hess2010-11-11
|
* releasing version 0.050.05Gravatar Joey Hess2010-11-11
|
* refactor param seekingGravatar 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.
* 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.
* releasing version 0.040.04Gravatar Joey Hess2010-11-10
|
* cleanupGravatar Joey Hess2010-11-10
|
* edit an alias for unlockGravatar Joey Hess2010-11-10
|
* 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.
* closeGravatar 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
* 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
| * 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.)
| * Reorganised the layout of .git/annex/Gravatar 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
|/
* releasing version 0.030.03Gravatar Joey Hess2010-11-07
|
* updateGravatar Joey Hess2010-11-07
|
* ideaGravatar Joey Hess2010-11-07
|
* add fsck subcommand (stub)Gravatar Joey Hess2010-11-06
|
* In .gitattributes, the git-annex-backend attribute can be set to the names ↵Gravatar Joey Hess2010-11-01
| | | | of backends to use when adding different types of files.
* rework subcommand invocation logicGravatar Joey Hess2010-11-01
|
* Added remote.annex-scp-options and remote.annex-ssh-options.Gravatar Joey Hess2010-10-31
|
* Fix crash on unknown symlinks.Gravatar Joey Hess2010-10-31
|
* Fixed memory leak; git-annex no longer reads the whole file list from git ↵Gravatar Joey Hess2010-10-30
| | | | before starting, and will be much faster with large repos.
* Support building with Debian stable's ghc.Gravatar Joey Hess2010-10-30
|
* changelogGravatar Joey Hess2010-10-29
|
* Fix SIGINT handling.Gravatar Joey Hess2010-10-29
|
* Add --verboseGravatar Joey Hess2010-10-28
|
* Fix support for file:// remotes.Gravatar Joey Hess2010-10-28
|