aboutsummaryrefslogtreecommitdiff
path: root/doc/walkthrough
Commit message (Collapse)AuthorAge
* responseGravatar Joey Hess2018-03-02
|
* Added a comment: Remotes when using multiple reposGravatar elmimmo2018-01-18
|
* Fixed typo: added "that" to "to require [that] more than one copy of a file ↵Gravatar elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e2017-11-02
| | | | exists"
* remove recent addition of receive.denyNonFastForwards to walkthroughGravatar Joey Hess2017-02-13
| | | | | | | | | | | | | | That is a dangerous setting, and not needed. I tried the walkthrough as it was without it, and syncing in the USB remote worked ok. There was a problem merging from origin/master, since that branch didn't exist yet, but that didn't prevent sync from working at all. To avoid even that problem, reordered the walkthrough, so files get committed to the repo before the remote gets set up. This commit was sponsored by Ole-Morten Duesund on Patreon.
* spacingGravatar alanz2017-01-31
|
* Otherwise the USB remote cannot syncGravatar alanz2017-01-31
|
* Added a comment: Bitten again by "E" backend, wish "e" backend.Gravatar https://launchpad.net/~stephane-gourichon-lpad2016-10-30
|
* Added a comment: Nevermind - broken symlinks will be fixed on commitGravatar dusty@dba9614abc02e013134f95c2c59181a6c12a84682016-08-23
|
* Added a comment: moving files with git mv can yield broken symlinkGravatar dusty@dba9614abc02e013134f95c2c59181a6c12a84682016-08-23
|
* commentGravatar Joey Hess2016-03-14
|
* rename files containing :Gravatar Joey Hess2016-03-12
| | | | | | This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..
* Added a comment: dropping files after changing branches/tagsGravatar tom_clune2016-02-24
|
* 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.
* Added a commentGravatar http://joeyh.name/2015-12-10
|
* Added a comment: Complete removalGravatar fbicknel@01ede624a1a56b3998b823e9b60da0ff81cccb162015-12-10
|
* responseGravatar Joey Hess2015-10-15
|
* Added a commentGravatar CandyAngel2015-10-15
|
* Added a comment: renaming oesn't work as expected when changing the extensionGravatar ptspts@d0db5f2b8c4e6befae8899f31c117d093913f43e2015-10-15
|
* show git-annex init w/o description for laptop, where default would suffice. ↵Gravatar Joey Hess2015-10-06
| | | | And for init of usb drive, be clear that it's a description, not a name.
* link to the centralized_git_repository_tutorialGravatar Joey Hess2015-08-05
|
* I hope these notes do not make this walkthrough page too big.Gravatar https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg2015-08-01
|
* remove possibly incorrect statement about walkthrough not making a direct ↵Gravatar Joey Hess2015-01-20
| | | | mode repo -- depends on OS and filesystem
* add new walkthrough chapter on using special remotesGravatar Joey Hess2015-01-20
|
* Get rid of mysterious "_why_"Gravatar Jean Jordaan2014-12-20
|
* comment and associated todoGravatar Joey Hess2014-10-31
|
* Added a comment: Keep historical data, but delete data never referencedGravatar https://www.google.com/accounts/o8/id?id=AItOawn3p4i4lk_zMilvjnJ9sS6g2nerpgz0Fjc2014-10-26
|
* maybe better note for direct mode, although I dislike the walkthrough being ↵Gravatar Joey Hess2014-08-12
| | | | complicated by direct mode at all
* add a note about direct modeGravatar https://www.google.com/accounts/o8/id?id=AItOawnG_weCiH6IleQfVmRPmFJflHQMHdAcDkU2014-07-25
|
* remove setup_git pageGravatar Joey Hess2014-05-18
| | | | | | | | There were two problems with this page: * It didn't explain how to set up git. * It's not necessary to set up git. git-annex init detects when git needs configuration and automatically configures it.
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl3r3BRaUTTVrkwDJCIr1vSAVFXy4l-zY82014-05-18
|
* Fix more copy and paste errorsGravatar https://www.google.com/accounts/o8/id?id=AItOawkexhIpGcYa22aPQtLm-StpHiF-MHYPh5w2014-05-15
|
* fix paste-oGravatar Joey Hess2014-05-15
|
* fix paste-oGravatar Joey Hess2014-05-15
|
* ddar special remoteGravatar Robie Basak2014-05-15
|
* Simplified repository description line format. The remote name, if any, is ↵Gravatar Joey Hess2014-04-26
| | | | always in square brackets after the description.
* Added a comment: Warn while inconsistentGravatar madduck2014-04-06
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkdAwJm7kqiwoonPrxmWfMOIxIQBvk6UTI2014-03-11
|
* update walkthroughGravatar Joey Hess2014-02-20
|
* tweak wordingGravatar Joey Hess2014-02-10
|
* add a walkthrough section discussing git-annex's skipping of files on noopGravatar Joey Hess2014-02-02
|
* update docs for sync --contentGravatar Joey Hess2014-02-02
|
* global numcopies settingGravatar Joey Hess2014-01-20
| | | | | | | | | | | | | | | | | | | | | | | * numcopies: New command, sets global numcopies value that is seen by all clones of a repository. * The annex.numcopies git config setting is deprecated. Once the numcopies command is used to set the global number of copies, any annex.numcopies git configs will be ignored. * assistant: Make the prefs page set the global numcopies. This global numcopies setting is needed to let preferred content expressions operate on numcopies. It's also convenient, because typically if you want git-annex to preserve N copies of files in a repo, you want it to do that no matter which repo it's running in. Making it global avoids needing to warn the user about gotchas involving inconsistent annex.numcopies settings. (See changes to doc/numcopies.mdwn.) Added a new variety of git-annex branch log file, that holds only 1 value. Will probably be useful for other stuff later. This commit was sponsored by Nicolas Pouillard.
* adjust for earlier change that made sync be introduced earlierGravatar Joey Hess2013-09-07
|
* adjust walkthrough to also work on WindowsGravatar Joey Hess2013-09-03
| | | | (not fully tested on windows)
* dropunused behavior change: Now refuses to drop the last copy of a file, ↵Gravatar Joey Hess2013-07-25
| | | | | | | | | | unless you use the --force. This was the last place in git-annex that could remove data referred to by the git history, without being forced. Like drop, dropunused checks remotes, and honors the global annex.numcopies setting. (However, .gitattributes settings cannot apply to unused files.)
* typoGravatar http://brohaveyouseenmysocks.wordpress.com/2013-07-21
|
* expandGravatar Joey Hess2013-07-09
|
* wordingGravatar Joey Hess2013-07-08
|
* add a new item to walkthrough, as people get confused about whether tags and ↵Gravatar Joey Hess2013-07-08
| | | | branches are supported (they are)
* add a noteGravatar Joey Hess2013-07-08
|