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