summaryrefslogtreecommitdiffstats
path: root/git_refs.py
Commit message (Expand)AuthorAgeFilesLines
* Some fixes for supporting python3Chirayu Desai2013-04-181-2/+7
* Even more coding style cleanupDavid Pursehouse2012-10-301-2/+2
* Coding style cleanupDavid Pursehouse2012-10-091-8/+8
* Remove unused importsDavid Pursehouse2012-08-231-1/+0
* Improve error handling when reading loose refsv1.7.8Shawn O. Pearce2011-11-291-5/+7
* Make usage of open safer by setting binary mode and closing fdsShawn O. Pearce2009-04-181-2/+2
* Fix `repo --trace` to show ref and config loadsShawn O. Pearce2009-04-181-5/+5
* Enable tracing of ref scans and config unpicklingShawn O. Pearce2009-04-171-0/+6
* Avoid unnecessary git symbolic-ref calls during repo syncShawn O. Pearce2009-04-171-2/+12
* Improve repo sync performance by avoid git forksShawn O. Pearce2009-04-171-0/+11
* Implement git ref reading purely in PythonShawn O. Pearce2009-04-171-0/+133