Home
last modified time | relevance | path

Searched refs:annex (Results 1 – 25 of 3082) sorted by relevance

12345678910>>...124

/dports/devel/hs-git-annex/git-annex-8.20210903/doc/
H A Dgit-annex.mdwn775 * `annex.uuid`
868 `git annex import`, `git annex addurl`, `git annex importfeed`
997 `git annex unused` and `git annex sync --content`.
1051 * `annex.merge-annex-branches`
1120 git-annex sync, git-annex merge,
1230 * `annex.tune.objecthash1`, `annex.tune.objecthashlower`, `annex.tune.branchhash1`
1324 * `remote.<name>.annex-verify`, `annex.verify`
1368 * `remote.<name>.annex-retry`, `annex.retry`
1381 * `remote.<name>.annex-retry-delay`, `annex.retry-delay`
1522 * `annex.ssh-options`, `annex.rsync-options`,
[all …]
H A Dgit-annex-config.mdwn3 git-annex config - configuration stored in git-annex branch
9 git annex config --get name
24 git-annex does not check the git-annex branch for all the `git config`
32 * `annex.largefiles`
42 * `annex.dotfiles`
46 they will not be added to the annex. Setting annex.dotfiles to true
65 * `annex.autocommit`
74 `git-annex sync`, `git-annex merge`, and the `git-annex post-receive`
125 git annex config --set annex.autocommit false
134 git annex config --unset annex.autocommit
[all …]
H A Dgit-annex-init.mdwn3 git-annex init - initialize git-annex
7 git annex init `[description]`
22 mark it as dead (see [[git-annex-dead]](1)).
25 already initialized git-annex repository.
34 # git annex add foo
35 git-annex: First run: git-annex init
36 # git annex init
38 # git annex add foo
60 [[git-annex]](1)
62 [[git-annex-describe]](1)
[all …]
H A Dgit-annex-add.mdwn3 git-annex add - adds files to the git annex
7 git annex add `[path ...]`
22 to git, but annex.dotfiles can be configured to annex those too.)
36 # git annex add foo bar
49 Treat all files as large files, ignoring annex.largefiles and annex.dotfiles
54 Treat all files as small files, ignoring annex.largefiles and annex.dotfiles
113 [[git-annex]](1)
115 [[git-annex-unlock]](1)
117 [[git-annex-lock]](1)
119 [[git-annex-undo]](1)
[all …]
H A Dgit-annex-dead.mdwn3 git-annex dead - hide a lost repository or key
7 git annex dead `[repository ...] [--key somekey]`
23 by using eg, `git-annex reinject`.)
35 [[git-annex]](1)
37 [[git-annex-trust]](1)
39 [[git-annex-semitrust]](1)
41 [[git-annex-untrust]](1)
43 [[git-annex-renameremote]](1)
45 [[git-annex-expire]](1)
47 [[git-annex-fsck]](1)
[all …]
H A Dgit-annex-shell.mdwn3 git-annex-shell - Restricted login shell for git-annex only SSH access
7 git-annex-shell [-c] command [params ...]
44 being removed from the annex).
64 and stores the content in the annex.
82 It also runs the annex-content hook.
95 This causes git-annex-shell to communicate using the git-annex p2p
100 communicating with git-annex-shell.
105 to git-annex-shell are:
126 it runs a hook, `.git/hooks/annex-content` (or `hooks/annex-content` on a bare
206 [[git-annex]](1)
[all …]
H A Dgit-annex-smudge.mdwn3 git-annex smudge - git filter driver for git-annex
7 git annex smudge [--clean] file
9 git annex smudge --update
19 or if its content are large enough to need to use git-annex.
21 prevents `git add` from adding files to the annex.
32 [filter "annex"]
33 smudge = git-annex smudge %f
34 clean = git-annex smudge --clean %f
41 * filter=annex
56 * The [[git-annex-common-options]](1) can be used.
[all …]
H A Dgit-annex-multicast.mdwn3 git-annex multicast - multicast file distribution
7 git annex multicast [options]
22 address to the git-annex branch.
27 are stored in the git-annex branch.
35 git annex multicast send . --not --copies 2
40 are stored in the git-annex brach.
60 git annex multicast send -U-R -U50000
72 First, the teacher runs `git annex multicast --gen-address; git annex sync`
74 Next, students each run `git annex multicast --gen-address; git annex sync`
83 `git annex multicast --send`
[all …]
H A Dgit-annex-upgrade.mdwn3 git-annex upgrade - upgrade repository
7 git annex upgrade
13 Each git-annex repository has an annex.version in its git configuration,
15 becomes deprecated, git-annex will automatically upgrade it
16 (unless annex.autoupgraderepository is set to false). To manually upgrade,
23 was only used by its author. It's expected that git-annex will always
32 upgrade to the latest version. This is used internally by git-annex.
34 * Also the [[git-annex-common-options]](1) can be used.
38 [[git-annex]](1)
40 [[git-annex-migrate]](1)
[all …]
H A Dgit-annex-import.mdwn12 git-annex repository. It can import files from a git-annex special remote,
25 changes using git-annex.
65 The `git annex sync --content` command (and the git-annex assistant)
71 git annex sync --content
164 [[git-annex-reinject]](1)).
213 If annex.largefiles is configured, and does not match a file, `git annex
215 instead of to the annex.
219 [[git-annex]](1)
221 [[git-annex-add]](1)
223 [[git-annex-export]](1)
[all …]
H A Dgit-annex-remotedaemon.mdwn3 git-annex remotedaemon - persistent communication with remotes
7 git annex remotedaemon
16 remote git repository, and uses git-annex-shell notifychanges to detect
18 For this to work, the git remote must have [[git-annex-shell]](1)
22 For tor-annex remotes, the remotedaemon runs a tor hidden service,
25 Use `git annex p2p` to configure access to tor-annex remotes.
42 * Also the [[git-annex-common-options]](1) can be used.
46 [[git-annex]](1)
48 [[git-annex-assistant]](1)
50 [[git-annex-enable-tor]](1)
[all …]
H A Dgit-annex-required.mdwn3 git-annex required - get or set required content expression
7 git annex required `repository [expression]`
16 git annex required . "include=*.mp3 or include=*.ogg"
21 While [[git-annex-wanted]](1) is just a preference, this designates content
24 need to be removed with `git annex drop --force`.
26 Also, `git-annex fsck` will warn about required contents that are not
31 * The [[git-annex-common-options]](1) can be used.
35 The `required` command was added in git-annex 5.20150420.
39 [[git-annex]](1)
41 [[git-annex-wanted]](1)
[all …]
H A Dgit-annex-export.mdwn7 git annex export `treeish --to remote`
20 [[git-annex-initremote]](1).
27 [[git-annex-wanted]](1), the treeish is
55 The `git annex sync --content` command (and the git-annex assistant)
63 git annex sync --content
70 `git annex import`.
159 [[git-annex]](1)
161 [[git-annex-initremote]](1)
163 [[git-annex-import]](1)
165 [[git-annex-sync]](1)
[all …]
H A Dgit-annex-forget.mdwn3 git-annex forget - prune git-annex branch history
7 git annex forget
11 Causes the git-annex branch to be rewritten, throwing away historical
13 space, but `git annex log` will not be able to show where
17 the repository, `git-annex` will automatically perform the same rewriting
18 to their local `git-annex` branches. So the forgetfulness will automatically
20 git-annex have forgotten their old history. (You may need to force
21 git to push the branch to any git repositories not running git-annex.)
29 * Also the [[git-annex-common-options]](1) can be used.
33 [[git-annex]](1)
[all …]
H A Dgit-annex-unlock.mdwn3 git-annex unlock - unlock files for modification
7 git annex unlock `[path ...]`
37 # git annex unlock disk-image
40 # git annex unlock photo.jpg
42 # git annex add photo.jpg
43 # git annex lock photo.jpg
50 The [[git-annex-matching-options]](1)
67 [[git-annex]](1)
69 [[git-annex-edit]](1)
71 [[git-annex-add]](1)
[all …]
H A Dgit-annex-reinject.mdwn3 git-annex reinject - inject content of file back into annex
7 git annex reinject `[src dest]`
9 git annex reinject --known `[src]`
13 Moves the content of the src file or files into the annex.
26 git annex reinject /tmp/foo.iso foo.iso
31 git annex reinject --known /tmp/*.iso
45 to git-annex.
61 [[git-annex]](1)
63 [[git-annex-add]](1)
65 [[git-annex-unused]](1)
[all …]
H A Dgit-annex-webapp.mdwn3 git-annex webapp - launch webapp
7 git annex webapp
11 Opens a web app, that allows easy setup of a git-annex repository,
12 and control of the git-annex assistant. If the assistant is not
28 Set annex.listen in the git config to make the webapp always
31 * Also the [[git-annex-common-options]](1) can be used.
37 a .git/annex/privkey.pem and .git/annex/certificate.pem. Here's
40 openssl genrsa -out .git/annex/privkey.pem 4096
41 openssl req -new -x509 -key .git/annex/privkey.pem > .git/annex/certificate.pem
45 [[git-annex]](1)
[all …]
H A Dgit-annex-unannex.mdwn3 git-annex unannex - undo accidental add command
7 git annex unannex `[path ...]`
11 Use this to undo an accidental `git annex add` command. It puts the
14 Note that for safety, the content of the file remains in the annex,
15 until you use `git annex unused` and `git annex dropunused`.
19 case you should use `git annex drop` instead, and you can also
27 instead makes a hard link from the file to the content in the annex.
29 change the content in the annex.
33 The [[git-annex-matching-options]](1)
36 * Also the [[git-annex-common-options]](1) can be used.
[all …]
H A Dgit-annex-filter-branch.mdwn3 git-annex filter-branch - filter information from the git-annex branch
7 git annex filter-branch [...]
11 This copies selected information from the git-annex branch into a git
14 and git-annex there will automatically merge that into its git-annex
20 `annex.private` git config, and the `--private` option to
29 repository (due to `annex.private` being set, or `git-annex initremote
54 The [[git-annex-matching-options]](1)
116 [[git-annex-config]](1), etc.
125 git-annex filter-branch foo --include-all-key-information \
143 [[git-annex]](1)
[all …]
H A Dgit-annex-vfilter.mdwn3 git-annex vfilter - filter current view
7 git annex vfilter `[tag ...] [field=value ...] [!tag ...] [field!=value ...]`
16 * The [[git-annex-common-options]](1) can be used.
20 [[git-annex]](1)
22 [[git-annex-metadata]](1)
24 [[git-annex-view]](1)
26 [[git-annex-vpop]](1)
28 [[git-annex-vadd]](1)
30 [[git-annex-vcycle]](1)
H A Dgit-annex-drop.mdwn3 git-annex drop - remove content of files from repository
7 git annex drop `[path ...]`
26 # git annex drop *.jpeg
49 See [[git-annex-preferred-content]](1)
78 Drop files found by last run of git-annex unused.
92 The [[git-annex-matching-options]](1)
128 git-annex. Each line of output is a JSON object.
139 [[git-annex]](1)
141 [[git-annex-get]](1)
143 [[git-annex-move]](1)
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/
H A DNEWS1 git-annex (8.20200523) upstream; urgency=medium
12 git-annex (8.20200226) upstream; urgency=medium
36 git-annex (7.20200226) upstream; urgency=high
56 git config annex.largefiles anything
82 * `git annex unlock` and `git annex lock` change how the pointer to
96 Just run `git annex upgrade`.
116 using annex.security.allowed-url-schemes.
128 use annex.web-options instead.
164 git-annex (4.20131002) upstream; urgency=low
172 git-annex (3.20120123) upstream; urgency=low
[all …]
H A Dgit-annex.cabal1 Name: git-annex
43 doc/git-annex.mdwn
44 doc/git-annex-add.mdwn
53 doc/git-annex-copy.mdwn
54 doc/git-annex-dead.mdwn
70 doc/git-annex-fix.mdwn
75 doc/git-annex-get.mdwn
87 doc/git-annex-log.mdwn
89 doc/git-annex-map.mdwn
99 doc/git-annex-p2p.mdwn
[all …]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/todo/
H A Dgit-annex_support.mdwn25 git annex init
110 cd source.annex
111 git annex direct
114 git remote add annex ../source.annex
115 git annex sync annex
132 git annex move --to annex
202 git annex copy --to annex
203 git annex sync annex
213 cd annex
214 git annex direct
[all …]
/dports/math/polymake/polymake-4.5/perllib/Polymake/Core/Help/
H A DTopic.pm100 my ($cat, @related, %annex, $top);
134 $annex{$tag} = $value;
138 $annex{$tag} = $1;
155 $annex{function} = 0;
171 $annex{function} = 0;
182 $annex{function} = 0;
207 $annex{function} = 0;
233 $annex{$tag} = $value;
251 $annex{mandatory} = $cnt-1;
362 delete $annex{function};
[all …]

12345678910>>...124