aboutsummaryrefslogtreecommitdiff
path: root/git_refs.py
AgeCommit message (Expand)Author
2020-02-29project: fix m/ pseudo ref handling with git worktreesMike Frysinger
2020-02-12Fix various whitespace issues reported by pyflakesDavid Pursehouse
2019-11-12use open context managers in more placesMike Frysinger
2019-08-27rename local trace moduleMike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2018-10-22Add support for long pathsRenaud Paquay
2017-08-31Handle Windows line endings when reading binary filesRenaud Paquay
2017-08-25When starting a branch, do not use a tag or change value for branch.mergeZac Livingston
2013-11-21Fix some python3 encoding issuesChirayu Desai
2013-04-18Some fixes for supporting python3Chirayu Desai
2012-10-30Even more coding style cleanupDavid Pursehouse
2012-10-09Coding style cleanupDavid Pursehouse
2012-08-23Remove unused importsDavid Pursehouse
2011-11-29Improve error handling when reading loose refsv1.7.8Shawn O. Pearce
2009-04-18Make usage of open safer by setting binary mode and closing fdsShawn O. Pearce
2009-04-18Fix `repo --trace` to show ref and config loadsShawn O. Pearce
2009-04-17Enable tracing of ref scans and config unpicklingShawn O. Pearce
2009-04-17Avoid unnecessary git symbolic-ref calls during repo syncShawn O. Pearce
2009-04-17Improve repo sync performance by avoid git forksShawn O. Pearce
2009-04-17Implement git ref reading purely in PythonShawn O. Pearce