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
/
subcmds
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync: Keep the project.list file sorted
Shawn O. Pearce
2009-06-04
1
-0
/
+1
*
sync: Tolerate blank lines in project.list
v1.6.8.1
Shawn O. Pearce
2009-06-04
1
-1
/
+5
*
sync: Don't process project.list in a mirror
Shawn O. Pearce
2009-06-04
1
-0
/
+4
*
Delete empty parent subdirs after deleting obsolete paths.
v1.6.8
Jaikumar Ganesh
2009-06-02
1
-0
/
+8
*
Update project paths after sync.
Jaikumar Ganesh
2009-06-02
1
-0
/
+48
*
Change project.revision to revisionExpr and revisionId
Shawn O. Pearce
2009-05-29
3
-12
/
+7
*
Refactor how projects parse remotes so it can be replaced
Shawn O. Pearce
2009-05-29
1
-1
/
+0
*
Make 'repo branches -a' the default behavior
v1.6.7.5
Shawn O. Pearce
2009-05-18
1
-18
/
+1
*
Automatically guess Gerrit change number in "repo upload --replace"
v1.6.7.4
Ficus Kirkpatrick
2009-05-05
1
-2
/
+20
*
Require a project or '--all' to be specified when using 'repo start'.
Ficus Kirkpatrick
2009-04-22
1
-2
/
+14
*
Change -p command to use stdout instead of stderr.
Wink Saville
2009-04-21
1
-1
/
+1
*
Document the SSH ControlMaster behavior of repo sync
Shawn O. Pearce
2009-04-21
1
-0
/
+29
*
Support a level 2 heading in help description text
Shawn O. Pearce
2009-04-21
1
-3
/
+13
*
Make 'repo status' show the branch you are currently on
Shawn O. Pearce
2009-04-18
1
-0
/
+13
*
Print '(no branches)' if the output of `repo branches` is empty
Shawn O. Pearce
2009-04-18
1
-0
/
+4
*
Modify 'repo abandon' to be more like 'repo checkout' and 'repo start'
Shawn O. Pearce
2009-04-18
1
-2
/
+21
*
Improve checkout performance for the common unmodified case
Shawn O. Pearce
2009-04-18
2
-12
/
+24
*
Add progress meter to 'repo start'
Shawn O. Pearce
2009-04-18
1
-1
/
+7
*
Add -p to `repo forall` to improve output formatting
Shawn O. Pearce
2009-04-18
1
-3
/
+138
*
Clarify the option section header in 'repo help grep'
Shawn O. Pearce
2009-04-18
1
-2
/
+2
*
Show options help after the summary for a command
Shawn O. Pearce
2009-04-18
1
-1
/
+1
*
Improve the help text for 'repo init'
Shawn O. Pearce
2009-04-18
1
-3
/
+14
*
Clarify options that control the repo executable version
Shawn O. Pearce
2009-04-18
3
-5
/
+7
*
Only display project path in 'repo stage -i'
Shawn O. Pearce
2009-04-18
1
-2
/
+2
*
Improve the help text for 'repo start'
Shawn O. Pearce
2009-04-18
1
-14
/
+4
*
Display the URL we will upload changes to for review
Shawn O. Pearce
2009-04-18
1
-1
/
+1
*
Improve the help text for 'repo upload'
Shawn O. Pearce
2009-04-18
1
-13
/
+17
*
Only fetch repo once-per-day under normal 'repo sync' usage
Shawn O. Pearce
2009-04-18
1
-3
/
+11
*
Only compute commits in repo upload if we need to show a prompt
Shawn O. Pearce
2009-04-17
1
-2
/
+3
*
Allow review.URL.autoupload to skip prompting during `repo upload`
Shawn O. Pearce
2009-04-17
1
-12
/
+44
*
Change repo sync to be more friendly when updating the tree
v1.6.6
Shawn O. Pearce
2009-04-16
2
-6
/
+18
*
Document 'repo status' output
Shawn O. Pearce
2009-04-13
1
-0
/
+38
*
Fix formatting of 'repo help sync'
Shawn O. Pearce
2009-04-13
1
-0
/
+1
*
Cleanup checkout help to match other commands
Shawn O. Pearce
2009-04-13
1
-4
/
+6
*
Add 'repo selfupdate' to upgrade only repo
Shawn O. Pearce
2009-04-13
2
-15
/
+83
*
Add 'repo grep' to support searching all projects
v1.6.5
Shawn O. Pearce
2009-04-10
1
-0
/
+243
*
status: tell the user the working tree is clean
Shawn O. Pearce
2009-04-10
1
-2
/
+9
*
Add a project progress meter to 'repo sync'
Shawn O. Pearce
2009-04-10
1
-1
/
+8
*
Add 'repo sync -l' to only do local operations
Shawn O. Pearce
2009-04-10
1
-25
/
+33
*
Add 'repo sync -d' to detach projects from their current topic
Shawn O. Pearce
2009-04-10
1
-1
/
+15
*
Add 'repo sync -n' to only do the network transfer
Shawn O. Pearce
2009-04-10
1
-0
/
+7
*
Hide the internal sync --repo-upgraded flag from users
Shawn O. Pearce
2009-04-10
1
-1
/
+2
*
Make 'repo start' restartable upon failures
Shawn O. Pearce
2009-04-10
2
-2
/
+12
*
Add a repo branches subcommand to describe current branches
Shawn O. Pearce
2009-04-10
1
-0
/
+150
*
Add checkout command.
Wink Saville
2009-04-10
1
-0
/
+45
*
Don't bother listing branch URLs during upload
Shawn O. Pearce
2009-03-19
1
-3
/
+0
*
Fix repo re-init in a mirror to not prompt
Shawn O. Pearce
2009-03-19
1
-2
/
+2
*
Allow repo init to restart if URL was initially invalid
v1.6.3
Shawn O. Pearce
2009-03-17
1
-1
/
+1
*
Give a more friendly error in 'repo init' if manifest url is invalid
Shawn O. Pearce
2009-03-17
1
-1
/
+5
*
Set forall environment variables to empty string if None
Shawn O. Pearce
2009-03-17
1
-7
/
+12
[next]