summaryrefslogtreecommitdiffstats
path: root/git_refs.py
Commit message (Expand)AuthorAgeFilesLines
* project: fix m/ pseudo ref handling with git worktreesMike Frysinger2020-02-291-0/+2
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-5/+5
* use open context managers in more placesMike Frysinger2019-11-121-10/+3
* rename local trace moduleMike Frysinger2019-08-271-1/+1
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Add support for long pathsRenaud Paquay2018-10-221-2/+3
* Handle Windows line endings when reading binary filesRenaud Paquay2017-08-311-1/+1
* When starting a branch, do not use a tag or change value for branch.mergeZac Livingston2017-08-251-5/+6
* Fix some python3 encoding issuesChirayu Desai2013-11-211-1/+1
* 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