summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
Commit message (Collapse)AuthorAge
...
* fixed dropkey, setkey, and git-annex-shell subcommandsGravatar Joey Hess2011-03-15
| | | | key is now specified as the full key, no --backend needed
* initial pass at doc updateGravatar Joey Hess2011-03-15
|
* whereis: New subcommand to show where a file's content has gotten to.Gravatar Joey Hess2011-03-05
|
* document describe commandGravatar Joey Hess2011-03-03
|
* updates for bare repo supportGravatar Joey Hess2011-03-03
|
* Typo fixes in git-annex.mdwnGravatar http://sunny256.sunbase.org/2011-02-15
|
* new map subcommand, basically workingGravatar Joey Hess2011-02-03
| | | | | | | | | | | Still todo: - add repos from uuid.log that were not directly found - group repos into their respective hosts - display inaccessible repos and broken remote connections in red - anonymize the url display somewhat, so the maps can be shared - use uuid info to tell when two apparently different repos are actually the same repo accessed in different ways
* unannex: Commit staged changes at endGravatar Joey Hess2011-02-01
| | | | | to avoid some confusing behavior with the pre-commit hook, which would see some types of commits after an unannex as checking in of an unlocked file.
* Improved temp file handlingGravatar Joey Hess2011-01-28
| | | | | | | * Improved temp file handling. Transfers of content can now be resumed from temp files later; the resume does not have to be the immediate next git-annex run. * unused: Include partially transferred content in the list.
* trust setting improvementsGravatar Joey Hess2011-01-26
|
* implement 3 level trust storage in trust.logGravatar Joey Hess2011-01-26
|
* document 3-level trustGravatar Joey Hess2011-01-26
|
* rework config storageGravatar Joey Hess2011-01-26
| | | | | | | Moved away from a map of flags to storing config directly in the AnnexState structure. Got rid of most accessor functions in Annex. This allowed supporting multiple --exclude flags.
* document interaction of annex-ignore with --from/--toGravatar Joey Hess2011-01-25
|
* clarify default values when no path is specifiedGravatar Joey Hess2011-01-13
| | | | | Much of the code to handle this was unnecessary, as git ls-files is used, and defaults to returning all files of the desired type.
* New migrate subcommand can be used to switch files to using a different ↵Gravatar Joey Hess2011-01-08
| | | | backend, safely and with no duplication of content.
* Now rsync is exclusively used for copying files to and from remotes. scp is ↵Gravatar Joey Hess2010-12-31
| | | | not longer supported.
* add git-annex-shell commandGravatar Joey Hess2010-12-30
| | | | This is not yet complete, as it does not allow starting rsync or scp.
* Add trust and untrust subcommands, to allow configuring remotes that are ↵Gravatar Joey Hess2010-12-28
| | | | trusted to retain files without explicit checking.
* formattingGravatar Joey Hess2010-12-10
|
* 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.
* Add uninit subcommand. Closes: #605749Gravatar Joey Hess2010-12-03
|
* use rsync for all remote file transfersGravatar Joey Hess2010-12-02
|
* 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
|
* update docsGravatar Joey Hess2010-11-28
|
* 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.
* Add copy subcommand.Gravatar Joey Hess2010-11-27
|
* fsck no longer runs unusedGravatar Joey Hess2010-11-15
|
* clearifyGravatar 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
|
* 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.
* tweakGravatar Joey Hess2010-11-10
|
* edit an alias for unlockGravatar 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
| * Reorganised the layout of .git/annex/Gravatar Joey Hess2010-11-08
| |
| * Add annex.version, which will be used to automate upgrades.Gravatar Joey Hess2010-11-08
| |
* | documentation for checkoutGravatar Joey Hess2010-11-07
|/
* add fsck subcommand (stub)Gravatar Joey Hess2010-11-06
|
* rework subcommand invocation logicGravatar Joey Hess2010-11-01
|
* fixGravatar Joey Hess2010-11-01
|
* expandGravatar Joey Hess2010-11-01
|
* cleanupGravatar Joey Hess2010-11-01
|
* add global fallback for per-repo optionsGravatar Joey Hess2010-11-01
|
* Added remote.annex-scp-options and remote.annex-ssh-options.Gravatar Joey Hess2010-10-31
|
* Add --verboseGravatar Joey Hess2010-10-28
|