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 ("-").
14

OPTIONS

16       --since=date, --after=date, --until=date, --before=date, --max-count=N
17
18              These options are passed through to git log, and can be used  to
19              limit how far back to search for location log changes.
20
21              For example: --since "1 month ago"
22
23       --raw-date
24              Rather than the normal display of a date in the local time zone,
25              displays seconds since the unix epoch.
26
27       --gource
28              Generates output suitable for the gource visualization program.
29
30       file matching options
31              The git-annex-matching-options(1) can be used to  specify  files
32              to act on.
33
34       --all -A
35              Shows  location  log  changes to all files, with the most recent
36              changes first.  In this mode, the names of files are not  availā€
37              able and keys are displayed instead.
38

SEE ALSO

40       git-annex(1)
41
42       git-annex-forget(1)
43

AUTHOR

45       Joey Hess <id@joeyh.name>
46
47                                                              git-annex-log(1)
Impressum