Joined April 2013
·
Posted to
WTF did I do?!
over 1 year
ago
I would like to be able to use those, but I noticed that for some reason they didn't return all commits, there was always 1 missing.
Tested with --since="2013-07-04 00:00:00" --until="2013-07-04 23:59:59"
Achievements
186 Karma
3,766 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Forked
Have a project valued enough to be forked by someone else
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Ran a small test with specifying it that way just now.
On Apr 11 2013 I have 6 commit in a repo.
Using
git log --pretty=format:"%an - %ad -> %s" --since=87.days.ago --until=86.days.ago
:3 commits I'm after and a couple of unwanted ones from the day before.
Using
git log --pretty=format:"%an - %ad -> %s" --since=86.days.ago --until=85.days.ago
:Just 3 commits from the date I'm after (I have 0 commits in this repo on the 12th).
Based on the timestamps of the commit messages, this makes me think that the --since and --until flags flags include commit-messages since/until 12:00 respectively.