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
/
project.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence 'Current branch %s is up to date' during sync
Shawn O. Pearce
2009-06-03
1
-3
/
+1
*
Fix unnecessary self in project.py
Shawn O. Pearce
2009-06-01
1
-1
/
+1
*
Change project.revision to revisionExpr and revisionId
Shawn O. Pearce
2009-05-29
1
-91
/
+89
*
Change DWIMery hack for dealing with rewound remote branch
Shawn O. Pearce
2009-05-29
1
-35
/
+39
*
Refactor how projects parse remotes so it can be replaced
Shawn O. Pearce
2009-05-29
1
-12
/
+13
*
Remove support for the extra <remote> definitions in manifests
Shawn O. Pearce
2009-05-19
1
-15
/
+0
*
Automatically guess Gerrit change number in "repo upload --replace"
v1.6.7.4
Ficus Kirkpatrick
2009-05-05
1
-0
/
+13
*
Perform copy file activity when creating a new work directory
v1.6.7.1
Shawn O. Pearce
2009-04-21
1
-0
/
+1
*
Fix 'repo sync' rebase logic on a published branch
v1.6.7
Shawn O. Pearce
2009-04-21
1
-6
/
+3
*
Automatically use SSH control master support during sync
Shawn O. Pearce
2009-04-18
1
-1
/
+9
*
Highlight projects which still have sync failures during 'repo status'
Shawn O. Pearce
2009-04-18
1
-3
/
+15
*
Modify 'repo abandon' to be more like 'repo checkout' and 'repo start'
Shawn O. Pearce
2009-04-18
1
-10
/
+30
*
Improve checkout performance for the common unmodified case
Shawn O. Pearce
2009-04-18
1
-11
/
+32
*
Add progress meter to 'repo start'
Shawn O. Pearce
2009-04-18
1
-2
/
+4
*
Make usage of open safer by setting binary mode and closing fds
Shawn O. Pearce
2009-04-18
1
-4
/
+6
*
Speed up 'repo start' by removing some forks
Shawn O. Pearce
2009-04-18
1
-22
/
+60
*
Remove unused methods from project.ReviewableBranch
Shawn O. Pearce
2009-04-18
1
-10
/
+0
*
Only fetch repo once-per-day under normal 'repo sync' usage
Shawn O. Pearce
2009-04-18
1
-0
/
+8
*
Avoid git fork on the common case of repo not changing
Shawn O. Pearce
2009-04-18
1
-1
/
+19
*
Avoid unnecessary git symbolic-ref calls during repo sync
Shawn O. Pearce
2009-04-17
1
-3
/
+6
*
Improve repo sync performance by avoid git forks
Shawn O. Pearce
2009-04-17
1
-15
/
+49
*
Implement git ref reading purely in Python
Shawn O. Pearce
2009-04-17
1
-26
/
+4
*
Implement 'git symbolic-ref HEAD' in Python
Shawn O. Pearce
2009-04-17
1
-8
/
+11
*
Remove confusing message from repo sync output
Shawn O. Pearce
2009-04-17
1
-1
/
+0
*
Change repo sync to be more friendly when updating the tree
v1.6.6
Shawn O. Pearce
2009-04-16
1
-56
/
+154
*
Refactor error message display in project.py
Shawn O. Pearce
2009-04-16
1
-3
/
+5
*
Use default rebase during sync instead of rebase -i
Shawn O. Pearce
2009-04-16
1
-2
/
+2
*
status: tell the user the working tree is clean
Shawn O. Pearce
2009-04-10
1
-1
/
+2
*
Add 'repo sync -d' to detach projects from their current topic
Shawn O. Pearce
2009-04-10
1
-2
/
+2
*
Make 'repo start' restartable upon failures
Shawn O. Pearce
2009-04-10
1
-8
/
+23
*
Don't capture stdout during 'repo checkout'
Shawn O. Pearce
2009-04-10
1
-1
/
+1
*
Add a repo branches subcommand to describe current branches
Shawn O. Pearce
2009-04-10
1
-0
/
+26
*
Add checkout command.
Wink Saville
2009-04-10
1
-0
/
+14
*
Add repo manifest -o to save a manifest
v1.6.2
Shawn O. Pearce
2009-03-05
1
-6
/
+8
*
Set core.bare to true on mirror repositories
v1.6.1
Shawn O. Pearce
2009-03-03
1
-1
/
+5
*
Get rid of the horrible android import work around hack
Shawn O. Pearce
2009-03-03
1
-25
/
+0
*
Fix repo status when there are renamed/copied files
Shawn O. Pearce
2009-03-03
1
-1
/
+1
*
Report better errors when a project revision is invalid
Shawn O. Pearce
2009-03-02
1
-0
/
+7
*
Fix repo prune output to sort by branch name
Shawn O. Pearce
2009-03-02
1
-1
/
+1
*
Fix repo prune to work on git 1.6.1-rc3~5 and later
Shawn O. Pearce
2009-03-02
1
-11
/
+8
*
Remove the protobuf based HTTP upload code path
Shawn O. Pearce
2009-01-26
1
-28
/
+1
*
Support Gerrit2's ssh:// based upload
v1.5
Shawn O. Pearce
2009-01-05
1
-23
/
+50
*
Remove astray comma
v1.4.4
Marcelo E. Magallon
2008-12-31
1
-1
/
+1
*
Add --review and --cc flags to repo upload, so you can
Joe Onorato
2008-11-19
1
-3
/
+5
*
Teach 'repo upload --replace' how to add replacement patch sets
v1.3
Shawn O. Pearce
2008-11-12
1
-3
/
+16
*
Refactor part of GetUploadableBranches to lookup one specific branch
Shawn O. Pearce
2008-11-12
1
-6
/
+14
*
Add <remote project-name="..."> attribute within projects
Shawn O. Pearce
2008-11-06
1
-1
/
+3
*
Use remote.*.projectname to indicate the target project for upload
Shawn O. Pearce
2008-11-06
1
-1
/
+9
*
Add 'repo init --mirror' to download a complete forrest
v1.1
Shawn O. Pearce
2008-11-05
1
-7
/
+29
*
Introduce 'repo abandon <branchname>' as an alias for 'git branch -D'
v1.0.9
Shawn O. Pearce
2008-11-03
1
-0
/
+16
[next]