diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-06 21:48:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-06 21:48:30 -0400 |
commit | 2557bb876426d9d72f195f041b4efb43153725bd (patch) | |
tree | af9f38013b068ea519fe6cab574fd17bc7a67483 /doc/git-annex.mdwn | |
parent | def6ca054e8265a1f3aa394d281b37f58d667520 (diff) |
complete set of log options
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index b9704f3bd..1103ffaf6 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -278,8 +278,9 @@ subdirectories). Displays the location log for the specified file or files, showing each repository they were added to ("+") and removed from ("-"). - To only show location changes after a date, specify --after=date. - (The "date" can be any format accepted by git log, ie "last wednesday") + To limit how far back to seach for location log changes, the options + --since, --after, --until, --before, and --max-count can be specified. + They are passed through to git log. For example, --since "1 month ago" * status |