.TH git-annex-log 1 .SH NAME git-annex-log \- shows location log .PP .SH SYNOPSIS git annex log \fB[path ...]\fP .PP .SH DESCRIPTION Displays the location log for the specified file or files, showing each repository they were added to ("+") and removed from ("\-"). .PP .SH OPTIONS .IP "\fB\-\-since=date\fP, \fB\-\-after=date\fP, \fB\-\-until=date\fP, \fB\-\-before=date\fP, \fB\-\-max\-count=N\fP" .IP These options are passed through to \fBgit log\fP, and can be used to limit how far back to search for location log changes. .IP For example: \fB\-\-since "1 month ago"\fP .IP .IP "\fB\-\-raw\-date\fP" Rather than the normal display of a date in the local time zone, displays seconds since the unix epoch. .IP .IP "\fB\-\-gource\fP" Generates output suitable for the \fBgource\fP visualization program. .IP .IP "file matching options" The git-annex\-matching\-options(1) can be used to specify files to act on. .IP .IP "\fB\-\-all\fP \fB\-A\fP" Shows location log changes to all files, with the most recent changes first. In this mode, the names of files are not available and keys are displayed instead. .IP .SH SEE ALSO git-annex(1) .PP git-annex\-forget(1) .PP .SH AUTHOR Joey Hess .PP .PP