aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Expand)AuthorAge
* releasing version 0.150.15Gravatar Joey Hess2010-12-31
* support ssh urls containing "~", and relative user:pathGravatar Joey Hess2010-12-31
* updateGravatar Joey Hess2010-12-31
* Now rsync is exclusively used for copying files to and from remotes. scp is n...Gravatar Joey Hess2010-12-31
* wordingGravatar Joey Hess2010-12-29
* Fix bug in numcopies handling when a repoisitory has multiple remotes that po...Gravatar Joey Hess2010-12-29
* noteGravatar Joey Hess2010-12-28
* Add trust and untrust subcommands, to allow configuring remotes that are trus...Gravatar Joey Hess2010-12-28
* 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
* Add --exclude option to exclude files from processing.Gravatar Joey Hess2010-12-08
* 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 fr...Gravatar Joey Hess2010-12-02
* 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 known...Gravatar Joey Hess2010-11-28
* Bugfix: Always correctly handle gitattributes when in a subdirectory of the r...Gravatar Joey Hess2010-11-28
* In .gitattributes, the git-annex-numcopies attribute can be used to control t...Gravatar Joey Hess2010-11-28
* 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
* Add configure step to build process.Gravatar Joey Hess2010-11-18
* Fix `git annex add ../foo` (when ran in a subdir of the repo).Gravatar Joey Hess2010-11-17