X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/9c0c0f26b0be0e2768b22f8aec28dd62068e5f4e..562355762b4c6fd37e5a8c2383278587efa447d6:/tig.1.txt diff --git a/tig.1.txt b/tig.1.txt index ce0e353..0f84af0 100644 --- a/tig.1.txt +++ b/tig.1.txt @@ -280,7 +280,7 @@ to separate file names from other git options using "\--". So if you have a file named 'master' it will clash with the reference named 'master', and thus you will have to use: - $ tag log -- master + $ tig log -- master NOTE: For the main view, avoiding ambiguity will in some cases require you to specify two "\--" options. The first will make tig(1) stop @@ -295,10 +295,11 @@ e.g. `--since=1.month` or limit by the number of commits using `-n400`. If you are only interested in changed that happened between two dates you can use: - $ tig -- --after=may.5th --before=2006-05-16.15:44 + $ tig -- --after=May.5th --before=2006-05-16.15:44 NOTE: The dot (".") is used as a separator instead of a space to avoid -having to quote the option value. +having to quote the option value. If you prefer use `--after="May 5th"` +instead of `--after="May 5th"`. Limiting by commit ranges ~~~~~~~~~~~~~~~~~~~~~~~~~