Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#6053 closed defect (invalid)

Commits are strangely mixed

Reported by: mirh Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Change History (5)

comment:1 by Carl Eugen Hoyos, 7 years ago

Priority: importantnormal
Resolution: invalid
Status: newclosed

The history function does not work correctly on git.videolan.

comment:3 by Hendrik, 7 years ago

git.videolan.org shows all merge commits for every file, even if they didn't touch said file, hence more "history"

Otherwise, different UIs just represent merges differently. If their content would be different, the hashes would be different, Git ensures that.

gitweb on videolan.org shows changes in a merge by default, not the actual code changes, you need to click the "diff 1" links for that.

Here is for example the full diff to your latest link:
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=78eaaa857e95fa5542dc008c8ad3664e6ab6801a;hp=0d0d24af0159ff08f396ad04cd63ce5655b1fc60

Last edited 7 years ago by Hendrik (previous) (diff)

comment:4 by mirh, 7 years ago

Ook, I got gitweb displays commits differently.

But now on the other hand I was trying to point out how github lacks any mention whatsoever of "AV_ERROR_MAX_STRING_SIZE" ever being introduced.

comment:5 by mirh, 7 years ago

Summary: Github mirror has missing commitsCommits are strangely mixed

http://git.videolan.org/?p=ffmpeg.git;a=history;f=libavcodec/avcodec.h;h=727b3a1c03124d4c41e6b8be3b6ac8cde3731046;hb=3485332bf99602910fe8830b0230d02fc653135d

Why before and after "lavc" commits the file is around 5400 lines big, while in between it's only around 4800?

Note: See TracTickets for help on using tickets.