Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Issue 560483002: Print git log in commit order (Closed)

Created:
6 years, 3 months ago by wwcv
Modified:
6 years, 3 months ago
Reviewers:
Tom Finegan
CC:
chromium-reviews, jzern, fgalligan1
Visibility:
Public.

Description

Print git log in commit order Use --topo-order to list commits in the order they were actually committed. TBR=tomfinegan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291880

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M update_libvpx.sh View 1 chunk +2 lines, -2 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
wwcv
Committed patchset #1 (id:1) manually as r291880 (presubmit successful).
6 years, 3 months ago (2014-09-09 16:33:48 UTC) #1
Tom Finegan
On 2014/09/09 16:33:48, wwcv wrote: > Committed patchset #1 (id:1) manually as r291880 (presubmit successful). ...
6 years, 3 months ago (2014-09-09 20:08:58 UTC) #2
Tom Finegan
6 years, 3 months ago (2014-09-09 20:09:10 UTC) #3
Message was sent while issue was closed.
https://codereview.chromium.org/560483002/diff/1/update_libvpx.sh
File update_libvpx.sh (right):

https://codereview.chromium.org/560483002/diff/1/update_libvpx.sh#newcode76
update_libvpx.sh:76: pretty_git_log="$(git log --no-merges --topo-order
--pretty="%h %s" $prev_hash..$hash)"
This should be wrapped.

https://codereview.chromium.org/560483002/diff/1/update_libvpx.sh#newcode80
update_libvpx.sh:80: fi
here too

Powered by Google App Engine
This is Rietveld 408576698