summaryrefslogtreecommitdiff
path: root/doc/git-annex-smudge.mdwn
blob: ae28be2c7de0b26fbfc6ed0503e05e8ff71c1611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# NAME

git-annex smudge - git filter driver for git-annex

# SYNOPSIS

git annex smudge

# DESCRIPTION

When git-annex is used as a git filter driver, this command is run
by git commands such as `git checkout` and outputs the content of annexed
objects that pointer files point to.

To configure git to use git-annex as a git filter driver, place the
following in the .gitattributes file:

	* filter=annex
	.* !filter

# SEE ALSO

[[git-annex]](1)

[[git-annex-clean]](1)

# AUTHOR

Joey Hess <id@joeyh.name>

Warning: Automatically converted into a man page by mdwn2man. Edit with care.