http://peter-simons.myopenid.com/
b6e7b44a12
2012-01-03 16:32:35 +00:00
Joey Hess
ee554542c1
after is a better name for observe_
2012-01-03 00:29:27 -04:00
Joey Hess
34abd7bca8
no implicit dotfiles in add
...
Dotfiles, and files inside dotdirs are not added by "git annex add" unless
the dotfile or directory is explicitly listed. So "git annex add ." will
add all untracked files in the current directory except for those in
dotdirs.
One reason for this is that it will make git-annex more usable with vcsh,
where you don't want "vcsh big annex add" to check in all the dotfiles
that are already versioned in other repositories.
(If you're using vcsh for repos that contain non-dotfiles, this won't help,
and you'll need to .gitignore such things, but this will cover the common
case.)
A more general reason why this seems like a good idea is the same reason ls
ignores dotfiles, just the unix convention that they are cruft that is kept
out of the way most of the time.
All the other git-annex commands still do deal with any dotfiles that do
get into the annex. This seemed right because if I've gone to the trouble
to add a dotfile, I will want "git annex get ." to get it along with
everything else.
2012-01-03 00:11:00 -04:00
Joey Hess
ab8fa0d205
dead code
2012-01-03 00:11:00 -04:00
Joey Hess
fc80b8d96b
factor observe_
2012-01-03 00:11:00 -04:00
http://a-or-b.myopenid.com/
5cd44282a9
Added a comment
2012-01-03 02:49:24 +00:00
http://joey.kitenet.net/
2f241f7dde
Added a comment
2012-01-03 00:57:55 +00:00
http://a-or-b.myopenid.com/
17735698f6
Added a comment
2012-01-03 00:49:43 +00:00
http://a-or-b.myopenid.com/
9f7ca3fe0d
2012-01-03 00:43:54 +00:00
http://joey.kitenet.net/
ddc4b3de33
Added a comment
2012-01-03 00:41:08 +00:00
http://joey.kitenet.net/
eec59e7362
Added a comment
2012-01-03 00:35:00 +00:00
http://a-or-b.myopenid.com/
3e678b1140
2012-01-03 00:10:45 +00:00
Joey Hess
f0c4a1c770
annex.web-options also works
2012-01-02 14:22:50 -04:00
Joey Hess
ae99b64b53
mention this commits -a
2012-01-02 14:20:51 -04:00
Joey Hess
aa0882691b
Added remote.name.annex-web-options configuration setting, which can be used to provide parameters to whichever of wget or curl git-annex uses (depends on which is available, but most of their important options suitable for use here are the same).
2012-01-02 14:20:20 -04:00
Joey Hess
50ebfd265f
Merge remote-tracking branch 'origin/master'
2012-01-02 13:45:44 -04:00
Joey Hess
815fba3b39
add arch link
2012-01-02 13:44:12 -04:00
Nicolas Pouillard
b7f0f9cd0c
Add specific instructions for ArchLinux
2012-01-02 18:35:38 +01:00
http://joey.kitenet.net/
1bdd04210f
Added a comment
2012-01-02 16:27:55 +00:00
Joey Hess
b927041220
Merge branch 'master' of ssh://git-annex.branchable.com
2012-01-02 12:10:01 -04:00
http://joey.kitenet.net/
0e9444e474
Added a comment
2012-01-02 16:01:49 +00:00
Joey Hess
508b427c7b
tweak
2012-01-02 11:57:02 -04:00
Joey Hess
442202dd6d
add a new useful thing
2012-01-02 11:18:33 -04:00
http://www.joachim-breitner.de/
3aed5ff88a
Added a comment
2012-01-02 14:02:05 +00:00
bremner
6744c41024
Added a comment: afaict git annex normalizes urls on the client side.
2011-12-31 22:29:40 +00:00
Joey Hess
97d5789157
formatting
2011-12-31 15:18:29 -04:00
Joey Hess
4a57542688
update
2011-12-31 15:12:16 -04:00
Joey Hess
9b12701b9e
releasing version 3.20111231
2011-12-31 15:07:45 -04:00
Joey Hess
f165e4aa99
add section on syncing to the walkthrough
2011-12-31 14:50:40 -04:00
Joey Hess
dd41be54f9
Merge branch 'master' of ssh://git-annex.branchable.com
2011-12-31 14:34:46 -04:00
http://joey.kitenet.net/
68489c5cf2
Added a comment
2011-12-31 18:34:31 +00:00
Joey Hess
09905f6655
Merge branch 'autosync'
2011-12-31 14:32:59 -04:00
http://joey.kitenet.net/
38195a6363
Added a comment
2011-12-31 18:32:28 +00:00
Joey Hess
f0957426c5
skip local remotes that are not available (ie, not mounted)
...
With --fast, unavailable local remotes are filtered out of the fast set.
This way, if there are local remotes, --fast always acts only on them,
and if none are mounted, acts on nothing. This consistency is better
than --fast acting on different remotes depending on what's mounted.
2011-12-31 04:50:39 -04:00
Joey Hess
25e4b116c7
type alias
2011-12-31 04:19:10 -04:00
Joey Hess
ae6fcb853d
fix comment
2011-12-31 04:14:33 -04:00
Joey Hess
4a02c2ea62
type alias cleanup
2011-12-31 04:11:58 -04:00
Joey Hess
a2ec2d3760
refactor and check for a detached HEAD
2011-12-31 03:38:58 -04:00
Joey Hess
8a33573caf
better filtering out of special remotes
2011-12-31 03:27:37 -04:00
Joey Hess
6cd4c7efcd
never pick special remotes in --fast
...
even if they have the lowest cost, we cannot use them
2011-12-31 03:14:05 -04:00
Joey Hess
c61642ef0c
remove unnecessary check
...
mergeLocal always creates the local sync branch, so no need to check that
it exists later.
2011-12-31 03:08:44 -04:00
Joey Hess
aa64b8ceaf
refactor
2011-12-31 03:01:18 -04:00
Joey Hess
2998340abb
really fix check that remote needs merged
2011-12-31 02:45:12 -04:00
Joey Hess
9a7a77488e
tweak
2011-12-31 02:18:16 -04:00
Joey Hess
0396f9c795
tweak
2011-12-31 02:15:13 -04:00
Joey Hess
f2b584ad74
fix check that remote branch needs merged
2011-12-31 02:03:39 -04:00
Joey Hess
79231bcff0
minor cleanups
...
mergeFrom is never called on branches that don't exist anymore
2011-12-31 01:51:39 -04:00
Joey Hess
015a497914
avoid syncing remotes configured annex-ignore, unless explicitly specified
2011-12-31 01:42:42 -04:00
bremner
e073add830
Added a comment: ssh://gitolite-host/repo-name is supposed to work
2011-12-31 03:34:19 +00:00
bremner
db55fa1c07
Added a comment: gitolite gets different paths for different urls
2011-12-31 01:50:50 +00:00