开源镜像站
帮助
下载
动态
GitHub
index
:
git-repo
main
maint
master
repo-1
stable
A git multiple repo management tool built for AOSP
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git_refs.py
Age
Commit message (
Expand
)
Author
2026-03-17
git_refs: read refs via git plumbing for files/reftable
Gavin Mak
2023-10-21
cleanup: convert exceptions to OSError
Jason R. Coombs
2023-10-21
cleanup: delete redundant "r" open mode
Jason R. Coombs
2023-10-20
delete Python 2 (object) compat
Mike Frysinger
2023-08-22
isort: format codebase
v2.36
Mike Frysinger
2023-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
2022-11-03
Set tracing to always on and save to .repo/TRACE_FILE.
Joanna Wang
2021-02-28
git_refs: fix crash with binary . files in .git/refs/
Mike Frysinger
2021-01-06
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2020-02-29
project: fix m/ pseudo ref handling with git worktrees
Mike Frysinger
2020-02-12
Fix various whitespace issues reported by pyflakes
David Pursehouse
2019-11-12
use open context managers in more places
Mike Frysinger
2019-08-27
rename local trace module
Mike Frysinger
2019-06-13
set default file encoding to utf-8
Mike Frysinger
2018-10-22
Add support for long paths
Renaud Paquay
2017-08-31
Handle Windows line endings when reading binary files
Renaud Paquay
2017-08-25
When starting a branch, do not use a tag or change value for branch.merge
Zac Livingston
2013-11-21
Fix some python3 encoding issues
Chirayu Desai
2013-04-18
Some fixes for supporting python3
Chirayu Desai
2012-10-30
Even more coding style cleanup
David Pursehouse
2012-10-09
Coding style cleanup
David Pursehouse
2012-08-23
Remove unused imports
David Pursehouse
2011-11-29
Improve error handling when reading loose refs
v1.7.8
Shawn O. Pearce
2009-04-18
Make usage of open safer by setting binary mode and closing fds
Shawn O. Pearce
2009-04-18
Fix `repo --trace` to show ref and config loads
Shawn O. Pearce
2009-04-17
Enable tracing of ref scans and config unpickling
Shawn O. Pearce
2009-04-17
Avoid unnecessary git symbolic-ref calls during repo sync
Shawn O. Pearce
2009-04-17
Improve repo sync performance by avoid git forks
Shawn O. Pearce
2009-04-17
Implement git ref reading purely in Python
Shawn O. Pearce