summaryrefslogtreecommitdiffstats
path: root/git_refs.py
Commit message (Expand)AuthorAgeFilesLines
* 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