LudovicRousseau / pyscard

pyscard smartcard library for python
http://pyscard.sourceforge.net/
GNU Lesser General Public License v2.1
403 stars 115 forks source link

git history appears to have been rewritten #208

Closed kurtmckee closed 1 month ago

kurtmckee commented 1 month ago

It appears that the project's git history was rewritten recently. I discovered this when attempting to open a PR.

* 69ac71d (HEAD -> master) PCSCCardRequest.waitforcardevent(): return initial current cards
| * f162aa2 (upstream/master) test framework: modernize and simplify the code
| * 5828888 PCSCCardRequest: detect a reader with a card already inserted
| * 41cc945 Documentation: add return type of smartcard.System.readers()
| * 0829b5c testcase_manualCardRequest: avoid extra card events
| * b533f9f PCSCCardRequest: reset timeout after use
| * 7979b6c testcase_manualCardRequest: add verbosity= parameter
| * 65f3629 testcase_manualCardRequest: remove optional code
| * 4a551fa testcase_manualCardRequest: fix removeAllCards()
| * 12448c9 testcase_manualCardRequest: use infinite timeout
| * 87a9862 PCSCCardRequest: add PnP reader only if no readers are specified
| * 4411254 PCSCCardRequest.waitforcardevent(): Wait for card insertion or removal
| * 158cead scard.i: update commented debug code
| * 75aa3d0 testcase_manualCardRequest: modernize
| * 96e951a test suites: add verbosity= parameter
| * cdc06be configcheck.py: modernize code
|/  
* 036fad2 Fix codestyle warnings
* b6324cc Escalate test suite warnings to errors
* b45f76f Test Python 3.13

Commit 69ac71d ("PCSCCardRequest.waitforcardevent(): return initial current cards") appears to have disappeared, and HEAD now points to f162aa2.

Just wanted to give a heads-up that a commit appears to have disappeared.

LudovicRousseau commented 1 month ago

Yes, I removed this commir because it is wrong. Sorry for the confusion. I will try not to do it again.