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_command.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix flake8 warnings for some files
Sergiy Belozorov
2023-01-05
1
-21
/
+21
*
Extract env building into a testable helper.
v2.30
Sam Saccone
2022-11-16
1
-29
/
+56
*
Do not set ALT object dirs when said path resolves to the same dir.
Sam Saccone
2022-11-16
1
-2
/
+4
*
Set tracing to always on and save to .repo/TRACE_FILE.
Joanna Wang
2022-11-03
1
-24
/
+23
*
git_command: fix input passing
Mike Frysinger
2022-08-22
1
-6
/
+1
*
add a few more docs to existing funcs
Mike Frysinger
2022-08-18
1
-0
/
+2
*
project: store objects in project-objects directly
Mike Frysinger
2022-01-19
1
-4
/
+21
*
Add the ability to administratively enroll repo into using superproject.
Xin Li
2021-07-01
1
-1
/
+2
*
ssh: rewrite proxy management for multiprocessing usage
v2.15
Mike Frysinger
2021-05-10
1
-6
/
+6
*
ssh: move all ssh logic to a common place
Mike Frysinger
2021-05-06
1
-86
/
+5
*
git_command: switch version caches to functools
Mike Frysinger
2021-05-06
1
-19
/
+13
*
git_command: pass GIT_DIR on Windows with /
Mike Frysinger
2021-02-28
1
-0
/
+3
*
git_command: switch process capturing over to subprocess
Mike Frysinger
2021-02-23
1
-33
/
+7
*
git_command: make execution synchronous
Mike Frysinger
2021-02-20
1
-6
/
+6
*
git_command: rework stdin handling
Mike Frysinger
2021-02-17
1
-7
/
+7
*
git_command: use subprocess.run for version info
Mike Frysinger
2021-02-16
1
-5
/
+4
*
git_command.py: Handle unicode decode error
Gaurav Pathak
2021-01-28
1
-1
/
+1
*
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2021-01-06
1
-3
/
+0
*
Use hash for ControlPath instead of full variables
Anders Björklund
2020-04-15
1
-1
/
+35
*
assume environment always accepts strings
Mike Frysinger
2020-02-19
1
-13
/
+9
*
project: move successful fetch output behind verbose
Mike Frysinger
2020-02-18
1
-2
/
+6
*
Fix blank line issues reported by flake8
David Pursehouse
2020-02-12
1
-0
/
+14
*
Fix indentation issues reported by flake8
David Pursehouse
2020-02-12
1
-4
/
+4
*
Fix various whitespace issues reported by pyflakes
David Pursehouse
2020-02-12
1
-1
/
+1
*
Fix flake8 E251 unexpected spaces around keyword / parameter equals
David Pursehouse
2020-02-12
1
-13
/
+13
*
repo: lower min version of git a bit
Mike Frysinger
2020-02-12
1
-2
/
+11
*
repo: raise min version of git
Mike Frysinger
2020-02-05
1
-1
/
+2
*
git_command: set GIT_HTTP_USER_AGENT on all requests
Mike Frysinger
2019-10-01
1
-0
/
+13
*
git_command: refactor User-Agent settings
Mike Frysinger
2019-10-01
1
-49
/
+79
*
move UserAgent to git_command for wider user
Mike Frysinger
2019-10-01
1
-0
/
+46
*
rename local trace module
Mike Frysinger
2019-08-27
1
-1
/
+1
*
Add support for partial clone.
v1.13.4
Xin Li
2019-07-16
1
-2
/
+4
*
git_command: drop custom version helper
Mike Frysinger
2019-07-11
1
-12
/
+2
*
set default file encoding to utf-8
Mike Frysinger
2019-06-13
1
-0
/
+1
*
Set GIT_SSH_VARIANT when setting GIT_SSH
Jonathan Nieder
2017-10-19
1
-0
/
+1
*
Make "git command" and "forall" work on Windows
Renaud Paquay
2017-05-29
1
-21
/
+8
*
Add rpc: to default protocol whitelist
v1.12.33
Jonathan Nieder
2016-02-26
1
-1
/
+1
*
Set GIT_ALLOW_PROTOCOL to limit dangerous protocols
Dan Willemsen
2015-11-26
1
-0
/
+3
*
git_command: only decode when needed
Anthony King
2015-06-03
1
-1
/
+4
*
decode the buffer before appending
Anthony King
2015-06-03
1
-0
/
+2
*
Always capture output for GitCommand
John L. Villalovos
2015-03-26
1
-12
/
+52
*
Decode git version
Chirayu Desai
2014-08-20
1
-2
/
+2
*
Share git version parsing code with wrapper module
v1.12.12
Conley Owens
2014-01-30
1
-11
/
+3
*
Respect version hyphenation
v1.12.11
Conley Owens
2014-01-30
1
-1
/
+1
*
Handle release candidates in git version parsing
Conley Owens
2014-01-30
1
-4
/
+8
*
Fix some python3 encoding issues
Chirayu Desai
2013-11-21
1
-1
/
+1
*
Change print statements to work in python3
Sarah Owens
2012-11-13
1
-2
/
+3
*
Fix pylint warning W0108: Lambda may not be necessary
David Pursehouse
2012-11-07
1
-2
/
+2
*
Even more coding style cleanup
David Pursehouse
2012-10-30
1
-3
/
+3
*
Use modern Python exception syntax
Sarah Owens
2012-10-23
1
-1
/
+1
[next]