Y
Hacker News
new
|
ask
|
show
|
jobs
by
hackernews1134
938 days ago
If I checkout the merge commit and then do a ‘git log -n 5’, which parent pointer is followed to show the previous commit logs? A or B or Both / all if it is more than a 2-way merge?
2 comments
paulddraper
938 days ago
By default it's by commit date.
Other ordering is possible, e.g. --topo-order
link
baronswindle
938 days ago
As I recall, it shows commits from both parents in order of the committed date.
link
Other ordering is possible, e.g. --topo-order