summaryrefslogtreecommitdiffstats
path: root/git_refs.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup: convert exceptions to OSErrorJason R. Coombs2023-10-211-2/+0
* cleanup: delete redundant "r" open modeJason R. Coombs2023-10-211-1/+1
* delete Python 2 (object) compatMike Frysinger2023-10-201-1/+1
* isort: format codebasev2.36Mike Frysinger2023-08-221-1/+3
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-141/+142
* Set tracing to always on and save to .repo/TRACE_FILE.Joanna Wang2022-11-031-29/+28
* git_refs: fix crash with binary . files in .git/refs/Mike Frysinger2021-02-281-4/+7
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-2/+0
* 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