summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9274b9)
raw | patch | inline | side by side (parent: a9274b9)
author | Jonas Fonseca <fonseca@diku.dk> | |
Wed, 17 May 2006 21:36:55 +0000 (23:36 +0200) | ||
committer | Jonas Fonseca <fonseca@antimatter.localdomain> | |
Wed, 17 May 2006 21:36:55 +0000 (23:36 +0200) |
tig.c | patch | blob | history |
index 78e88512fa1b8f41b907bdce99fa312421b63c66..a4aaa0e1d64c9c0cc612c42449f52faf5c25dfa5 100644 (file)
--- a/tig.c
+++ b/tig.c
* If you are interested only in those revisions that made changes to a
* specific file (or even several files) list the files like this:
*
- * $ tig log Makefile
+ * $ tig log Makefile README
*
* To avoid ambiguity with repository references such as tag name, be sure
* to separate file names from other git options using "\--". So if you
* 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. If you prefer use `--after="May 5th"`
- * instead of `--after="May 5th"`.
+ * NOTE: If you want to avoid having to quote dates containing spaces you
+ * can use "." instead, e.g. `--after=May.5th`.
*
* Limiting by commit ranges
* ~~~~~~~~~~~~~~~~~~~~~~~~~