Attention HTCondor developers:
It looks like development code from master may have been pushed into V7_9_2-branch at 06095c4.
This should be inspected and---if necessary---corrected as soon as possible.
First run
git fetch --all
4b7252b is master
5f44f22 is new V7_9_2-branch
0a43668 is old V7_9_2-branch
How to reproduce
For master:
git rev-list 4b7252b --not 0a43668
For V7_9_2-branch:
git rev-list 5f44f22 --not 0a43668
Notice that 06095c4 is in both lists, which is not expected.
The following commands may be useful in resolving this issue:
gitk 4b7252b 5f44f22 --not 0a43668
git --git-dir=/p/condor/repository/CONDOR_SRC.git reflog master@{now}
git --git-dir=/p/condor/repository/CONDOR_SRC.git V7_9_2-branch@{now}
Your friendly repository-watching htcondorbot
|