aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/unlocked_files.mdwn
Commit message (Collapse)AuthorAge
* Fixed typo: changed "an" to "a" in "an new feature"Gravatar elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e2017-11-03
|
* fix wording slightlyGravatar edward2016-08-31
|
* smudge: Print a warning when annex.thin is set, as git's smudge interface ↵Gravatar Joey Hess2016-04-13
| | | | does not allow honoring that configuration.
* hard links on windowsGravatar Joey Hess2016-04-08
| | | | | * annex.thin and annex.hardlink are now supported on Windows. * unannex --fast now makes hard links on Windows.
* docs for git-annex adjustGravatar Joey Hess2016-03-29
|
* annex.addunlockedGravatar Joey Hess2016-02-16
| | | | | | | * add, addurl, import, importfeed: When in a v6 repository on a crippled filesystem, add files unlocked. * annex.addunlocked: New configuration setting, makes files always be added unlocked. (v6 only)
* rework largefiles documentationGravatar Joey Hess2016-02-02
|
* layoutGravatar Joey Hess2016-01-14
|
* move aside to better placeGravatar Joey Hess2016-01-14
|
* wordingGravatar Joey Hess2016-01-14
|
* clarifyGravatar Joey Hess2016-01-14
|
* v6 mode is no longer experimental, downgrade warningGravatar Joey Hess2016-01-14
|
* cleanupGravatar Joey Hess2015-12-27
|
* devblogGravatar Joey Hess2015-12-27
|
* doc improvementsGravatar Joey Hess2015-12-27
|
* annex.thinGravatar Joey Hess2015-12-27
| | | | | | | | | | | | | | Decided it's too scary to make v6 unlocked files have 1 copy by default, but that should be available to those who need it. This is consistent with git-annex not dropping unused content without --force, etc. * Added annex.thin setting, which makes unlocked files in v6 repositories be hard linked to their content, instead of a copy. This saves disk space but means any modification of an unlocked file will lose the local (and possibly only) copy of the old version. * Enable annex.thin by default on upgrade from direct mode to v6, since direct mode made the same tradeoff. * fix: Adjusts unlocked files as configured by annex.thin.
* update walkthrough and add tip about using v6 unlocked filesGravatar Joey Hess2015-12-26
The walkthrough should make sense now both for v5 and v6 repo users.