From: Carl Worth Date: Fri, 28 Sep 2007 17:22:55 +0000 (-0700) Subject: Add note about inconsitency of which dates git-log uses by default X-Git-Url: https://git.cworth.org/git?p=hgbook-git;a=commitdiff_plain;h=6c295b78cc0207247daba5594f62b6ead3dd94e8 Add note about inconsitency of which dates git-log uses by default --- diff --git a/tour.mdwn b/tour.mdwn index c72bffe..53f8f2c 100644 --- a/tour.mdwn +++ b/tour.mdwn @@ -397,6 +397,10 @@ created: $ git log --since="2 weeks ago" --until="yesterday" + [XXX: By default, "git log" displays author dates as "Date" + but then uses commit dates when given a --since option. That + seems like broken defaults to me. Why the inconsistency?] + Another useful option is -n or --max-count which, unsurprisingly, limits the maximum number of commits to be displayed.