summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* wordingGravatar Joey Hess2010-12-29
|
* Fix bug in numcopies handling when a repoisitory has multiple remotes that ↵Gravatar Joey Hess2010-12-29
| | | | point to the same repository.
* noteGravatar Joey Hess2010-12-28
|
* Add trust and untrust subcommands, to allow configuring remotes that are ↵Gravatar Joey Hess2010-12-28
| | | | trusted to retain files without explicit checking.
* Support scp-style urls for remotes (host:path).Gravatar Joey Hess2010-12-28
|
* releasing version 0.140.14Gravatar Joey Hess2010-12-24
|
* Avoid multiple calls to git ls-files when passed eg, "*".Gravatar Joey Hess2010-12-23
|
* Support upgrading from a v0 annex with nothing in it.Gravatar Joey Hess2010-12-20
|
* Bugfix to git annex unused in a repository with nothing yet annexed.Gravatar Joey Hess2010-12-20
|
* releasing version 0.130.13Gravatar Joey Hess2010-12-14
|
* Support remotes using git+ssh and ssh+git as protocol. Closes: #607056Gravatar Joey Hess2010-12-14
|
* Support remotes using git+ssh:// as protocol. Closes: #607056Gravatar Joey Hess2010-12-14
|
* Fix upgrade from 0.03.Gravatar Joey Hess2010-12-13
|
* Makefile: Add GHCFLAGS variable.Gravatar Joey Hess2010-12-12
|
* Makefile: Add GHCOPTS variable.Gravatar Joey Hess2010-12-12
|
* Makefile: Install man page and html (when built).Gravatar Joey Hess2010-12-12
|
* releasing version 0.120.12Gravatar Joey Hess2010-12-11
|
* Makefile: Add PREFIX variable.Gravatar Joey Hess2010-12-11
|
* Bugfix to git annex add of an unlocked file in a subdir. Closes: #606579Gravatar Joey Hess2010-12-11
|
* mwdn2man: Fix a bug in newline supression. Closes: #606578Gravatar Joey Hess2010-12-10
|
* use Text.Regex.PCRE.Light.Char8 rather than Text.RegexpGravatar Joey Hess2010-12-08
| | | | | Text.Regexp does not think that á matches . -- seems to be a unicode problem.
* Add --exclude option to exclude files from processing.Gravatar Joey Hess2010-12-08
| | | | | Required some lifting so flags are evaled in the Annex monad before file filtering.
* releasing version 0.110.11Gravatar Joey Hess2010-12-04
|
* Add uninit subcommand. Closes: #605749Gravatar Joey Hess2010-12-03
|
* Improve detection of version 0 repos.Gravatar Joey Hess2010-12-02
|
* Avoid deleting temp files when rsync fails.Gravatar Joey Hess2010-12-02
|
* use rsync for all remote file transfersGravatar Joey Hess2010-12-02
|
* Rsync will now be used to resume interrupted/failed partial file transfers ↵Gravatar Joey Hess2010-12-02
| | | | from a remote.
* releasing version 0.100.10Gravatar Joey Hess2010-11-28
|
* The git-annex-backend attribute has been renamed to annex.backend.Gravatar Joey Hess2010-11-28
|
* change name of numcopies attributeGravatar Joey Hess2010-11-28
|
* clarifyGravatar Joey Hess2010-11-28
|
* missing \n in -q modeGravatar Joey Hess2010-11-28
|
* fsck: Fix warning about not enough copies of a file, when locations are ↵Gravatar Joey Hess2010-11-28
| | | | known, but are not available in currently configured remotes.
* Bugfix: Always correctly handle gitattributes when in a subdirectory of the ↵Gravatar Joey Hess2010-11-28
| | | | repository.
* In .gitattributes, the git-annex-numcopies attribute can be used to control ↵Gravatar Joey Hess2010-11-28
| | | | the number of copies to retain of different types of files.
* precommit: Optimise to avoid calling git-check-attr more than once.Gravatar Joey Hess2010-11-28
|
* 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
|