forked from intel/hyperscan
-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Labels
not a bugThis isn't actually a bugThis isn't actually a bug
Description
Yesterday the develop branch was force-pushed by @markos from 3a70ed4 to eaa8f91.
This changed all commit ids since the fork(?).
As far as I can tell no code was changed. At least github diff and my local git diff don't show any code changes.
In the last few commits the committer was changed from GitHub <noreply@github.com> to Konstantinos Margaritis <konstantinos@vectorcamp.gr>.
This looks like a rebase accident. I assume only a few commits were meant to be changed.
Could you restore the old history? Or was this intentional?
$ git diff 3a70ed491755c6463380b0f8d780fc586a63519a eaa8f91c955a6d85c6fb720c8c5d2e807db34372
$ echo $?
0
$ git merge-base 3a70ed491755c6463380b0f8d780fc586a63519a eaa8f91c955a6d85c6fb720c8c5d2e807db34372
c00683d73916e39f01b0d418f686c8b5c379159c
$ git show c00683d73916e39f01b0d418f686c8b5c379159c
commit c00683d73916e39f01b0d418f686c8b5c379159c (tag: v5.3.0)
Merge: d79973ef c758cdfb
Author: Hong, Yang A <yang.a.hong@intel.com>
Date: 2020-05-25 14:30:57 +0000
Merge branch 'github_develop' into github_master
$
I noticed, because github showed it as an event here.
Metadata
Metadata
Assignees
Labels
not a bugThis isn't actually a bugThis isn't actually a bug