Commit graph

176 commits

Author SHA1 Message Date
https://launchpad.net/~stephane-gourichon-lpad
b5e7bb35a3 Added a comment: Bitten again by "E" backend, wish "e" backend. 2016-10-30 19:19:22 +00:00
dusty@dba9614abc02e013134f95c2c59181a6c12a8468
1fc419e447 Added a comment: Nevermind - broken symlinks will be fixed on commit 2016-08-23 21:53:05 +00:00
dusty@dba9614abc02e013134f95c2c59181a6c12a8468
82b347d5d9 Added a comment: moving files with git mv can yield broken symlink 2016-08-23 21:48:59 +00:00
Joey Hess
bd4ad3d2e8
comment 2016-03-14 16:37:55 -04:00
Joey Hess
7125a1fb27
rename files containing :
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 ..
2016-03-12 12:57:18 -04:00
tom_clune
288326f121 Added a comment: dropping files after changing branches/tags 2016-02-24 22:19:00 +00:00
Joey Hess
bb6719678e
update walkthrough and add tip about using v6 unlocked files
The walkthrough should make sense now both for v5 and v6 repo users.
2015-12-26 16:47:23 -04:00
http://joeyh.name/
a6dec1c9db Added a comment 2015-12-10 18:58:46 +00:00
fbicknel@01ede624a1a56b3998b823e9b60da0ff81cccb16
4b31d9c404 Added a comment: Complete removal 2015-12-10 16:16:43 +00:00
Joey Hess
50949b11ab
response 2015-10-15 14:51:08 -04:00
CandyAngel
19fdf55a0b Added a comment 2015-10-15 10:59:59 +00:00
ptspts@d0db5f2b8c4e6befae8899f31c117d093913f43e
a3d6da5afb Added a comment: renaming oesn't work as expected when changing the extension 2015-10-15 08:54:08 +00:00
Joey Hess
888fc6292d show git-annex init w/o description for laptop, where default would suffice. And for init of usb drive, be clear that it's a description, not a name. 2015-10-06 15:59:43 -04:00
Joey Hess
b3f183bc3f link to the centralized_git_repository_tutorial 2015-08-05 14:15:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg
4f11f9b539 I hope these notes do not make this walkthrough page too big. 2015-08-01 22:29:25 +00:00
Joey Hess
514776662d remove possibly incorrect statement about walkthrough not making a direct mode repo -- depends on OS and filesystem 2015-01-20 12:43:18 -04:00
Joey Hess
05bb05b385 add new walkthrough chapter on using special remotes 2015-01-20 12:41:49 -04:00
Jean Jordaan
c011fe156d Get rid of mysterious "_why_" 2014-12-20 14:18:24 +02:00
Joey Hess
1970563dd9 comment and associated todo 2014-10-31 16:39:19 -04:00
https://www.google.com/accounts/o8/id?id=AItOawn3p4i4lk_zMilvjnJ9sS6g2nerpgz0Fjc
be0523f871 Added a comment: Keep historical data, but delete data never referenced 2014-10-26 12:06:25 +00:00
Joey Hess
4ae25032c6 maybe better note for direct mode, although I dislike the walkthrough being complicated by direct mode at all 2014-08-12 14:30:44 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnG_weCiH6IleQfVmRPmFJflHQMHdAcDkU
54f3ff878c add a note about direct mode 2014-07-25 07:57:21 +00:00
Joey Hess
d3832fab5c
remove setup_git page
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.
2014-05-18 11:26:11 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl3r3BRaUTTVrkwDJCIr1vSAVFXy4l-zY8
a8d41bd365 2014-05-18 04:38:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkexhIpGcYa22aPQtLm-StpHiF-MHYPh5w
8cc4df580b Fix more copy and paste errors 2014-05-15 23:26:04 +00:00
Joey Hess
c2c36886e1
fix paste-o 2014-05-15 16:43:05 -04:00
Joey Hess
de0c10ae5b
fix paste-o 2014-05-15 16:42:37 -04:00
Robie Basak
4184566627 ddar special remote 2014-05-15 16:32:44 -04:00
Joey Hess
f80f0e12fe Simplified repository description line format. The remote name, if any, is always in square brackets after the description. 2014-04-26 21:28:49 -03:00
madduck
8f367a183f Added a comment: Warn while inconsistent 2014-04-06 20:44:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkdAwJm7kqiwoonPrxmWfMOIxIQBvk6UTI
cb325254e6 2014-03-11 21:07:33 +00:00
Joey Hess
f21889a9a3
update walkthrough 2014-02-20 14:48:09 -04:00
Joey Hess
7b9e1fbc9c
tweak wording 2014-02-10 11:59:23 -04:00
Joey Hess
de8126ab72 add a walkthrough section discussing git-annex's skipping of files on noop 2014-02-02 17:01:41 -04:00
Joey Hess
ba6cba97d2 update docs for sync --content 2014-02-02 16:21:42 -04:00
Joey Hess
d66535f065 global numcopies setting
* 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.
2014-01-20 16:47:56 -04:00
Joey Hess
c1cdfabcbb adjust for earlier change that made sync be introduced earlier 2013-09-07 19:18:16 -04:00
Joey Hess
4e6cf16117 adjust walkthrough to also work on Windows
(not fully tested on windows)
2013-09-03 13:59:08 -04:00
Joey Hess
822918089e dropunused behavior change: Now refuses to drop the last copy of a file, 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.)
2013-07-25 19:50:44 -04:00
http://brohaveyouseenmysocks.wordpress.com/
b7f96cbd96 typo 2013-07-21 04:44:19 +00:00
Joey Hess
43ca8eb066 expand 2013-07-09 14:28:45 -04:00
Joey Hess
fc9d68d608 wording 2013-07-08 16:27:00 -04:00
Joey Hess
655ca5e51e add a new item to walkthrough, as people get confused about whether tags and branches are supported (they are) 2013-07-08 16:17:28 -04:00
Joey Hess
0caee4ae28 add a note 2013-07-08 16:17:24 -04:00
Joey Hess
04d07f2c1f --unused: New switch that makes git-annex operate on all data found by the last run of git annex unused. Supported by fsck, get, move, copy. 2013-07-03 15:26:59 -04:00
http://yarikoptic.myopenid.com/
6eb93581fd Added a comment: feature request: unlock --drop 2013-05-30 20:26:52 +00:00
Joey Hess
2205b6c944 link direct mode 2013-04-18 15:59:57 -04:00
http://joeyh.name/
bac2bd36c6 Added a comment 2013-03-12 11:15:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawniXLhO9mLn-7EDfawdENZ2fQwlGy5w_oc
2669c3ed97 Added a comment: unrecognized command 2013-03-12 06:32:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawla7u6eLKNYZ09Z7xwBffqLaXquMQC07fU
721796a3e2 Added a comment: Hint for Debian/Ubuntu 2012-11-07 13:10:15 +00:00