1git-annex-log(1)            General Commands Manual           git-annex-log(1)
2
3
4

NAME

6       git-annex-log - shows location log
7

SYNOPSIS

9       git annex log [path ...]
10

DESCRIPTION

12       Displays the location log for the specified file or files, showing each
13       repository they were added to ("+") and removed from ("-").  Note  that
14       the location log is for the particular file contents currently at these
15       paths, not for any different content that was there in earlier commits.
16
17       This displays information from the history  of  the  git-annex  branch.
18       Several things can prevent that information being available to display.
19       When git-annex-dead and git-annex-forget are used, old historical  data
20       gets  cleared  from  the  branch. When annex.private or remote.name.an‐
21       nex-private is configured, git-annex does not write information to  the
22       branch at all. And when annex.alwayscommit is set to false, information
23       may not have been committed to the branch yet.
24

OPTIONS

26       --since=date, --after=date, --until=date, --before=date, --max-count=N
27
28              These options are passed through to git log, and can be used  to
29              limit how far back to search for location log changes.
30
31              For example: --since "1 month ago"
32
33       --raw-date
34              Rather than the normal display of a date in the local time zone,
35              displays seconds since the unix epoch.
36
37       --gource
38              Generates output suitable for the gource visualization program.
39
40       matching options
41              The git-annex-matching-options(1) can be used to control what to
42              act on.
43
44       --all -A
45              Shows  location log changes to all content, with the most recent
46              changes first.  In this mode, the names of files are not  avail‐
47              able and keys are displayed instead.
48
49       Also the git-annex-common-options(1) can be used.
50

SEE ALSO

52       git-annex(1)
53
54       git-annex-forget(1)
55

AUTHOR

57       Joey Hess <id@joeyh.name>
58
59                                                              git-annex-log(1)
Impressum