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
/
upload.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
upload: Return correct tuple values in _ProcessResults
v2.49.2
Josip Sokcevic
2024-10-31
1
-2
/
+2
*
Use full name of the revision when checking dest-branch
v2.49
joehsu
2024-10-28
1
-2
/
+5
*
subcmds: reduce multiprocessing serialization overhead
Kuang-che Wu
2024-10-23
1
-10
/
+14
*
upload: add a --topic option for setting topic explicitly
Mike Frysinger
2024-07-01
1
-5
/
+13
*
upload: drop check for uncommitted local changes
Mike Frysinger
2024-05-14
1
-31
/
+0
*
upload: Fix patchset description destination
Josip Sokcevic
2024-03-08
1
-0
/
+1
*
upload: Add support for setting patchset description
Sergiy Belozorov
2024-03-04
1
-0
/
+6
*
Update logger.warn to logger.warning
Aravind Vasudevan
2023-10-13
1
-3
/
+3
*
subcmds: Use repo logger
Aravind Vasudevan
2023-09-14
1
-22
/
+17
*
isort: format codebase
v2.36
Mike Frysinger
2023-08-22
1
-2
/
+5
*
upload: Suggest full sync if hooks fail with partially synced tree
Gavin Mak
2023-08-22
1
-0
/
+7
*
upload: fix error handling
Jason Chang
2023-08-21
1
-125
/
+125
*
Raise repo exit errors in place of sys.exit
Jason Chang
2023-08-07
1
-3
/
+7
*
upload: use f-string
Josip Sokcevic
2023-05-25
1
-1
/
+1
*
[git_trace2] Add logs for critical cmds
Josip Sokcevic
2023-05-17
1
-0
/
+1
*
Format codebase with black and check formatting in CQ
Gavin Mak
2023-03-22
1
-488
/
+664
*
upload: Skip upload if merge branch doesn't match project revision and
v2.32
Joanna Wang
2023-02-28
1
-15
/
+21
*
Fix flake8 warnings for some files
Sergiy Belozorov
2023-01-05
1
-3
/
+2
*
Use print with flush=True instead of stdout.flush
Daniel Kutik
2022-12-13
1
-6
/
+2
*
upload: Allow user to configure unusual commit threshold
David Greenaway
2022-12-12
1
-27
/
+61
*
upload: track projects by path, rather than name
LaMont Jones
2022-11-14
1
-5
/
+7
*
upload: respect --yes with large upload confirmation
Mike Frysinger
2022-08-22
1
-9
/
+10
*
upload: add --push-options tips & doc link
Mike Frysinger
2022-08-18
1
-0
/
+7
*
upload: Add ready flag to remove wip
William Escande
2022-08-03
1
-0
/
+4
*
upload: add ‘--ignore-untracked-files’ option
Martin Geisler
2022-07-11
1
-0
/
+10
*
upload: move label validation to core function
Mike Frysinger
2022-05-21
1
-6
/
+0
*
Add multi-manifest support with <submanifest> element
v2.22
LaMont Jones
2022-02-17
1
-17
/
+27
*
commands: document the "common" class attribute
Mike Frysinger
2021-06-15
1
-1
/
+1
*
subcmds: force consistent help text format
Mike Frysinger
2021-05-04
1
-17
/
+17
*
add --no-current-branch option to invert --current-branch
Mike Frysinger
2021-05-04
1
-0
/
+3
*
harmonize --current-branch short option across subcommands
Mike Frysinger
2021-05-03
1
-1
/
+6
*
upload: search local projects in parallel
Mike Frysinger
2021-05-02
1
-31
/
+37
*
upload: include the project in error messages
Mike Frysinger
2021-05-02
1
-2
/
+2
*
drop pyversion & is_python3 checking
Mike Frysinger
2021-01-06
1
-5
/
+0
*
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2021-01-06
1
-3
/
+0
*
Concentrate the RepoHook knowledge in the RepoHook class
Remy Bohmer
2020-11-23
1
-53
/
+11
*
upload: improve tip for fixing upload remote
Mike Frysinger
2020-11-16
1
-4
/
+4
*
Move RepoHook class from project.py file to dedicated file
Remy Bohmer
2020-11-03
1
-1
/
+1
*
upload: exit non-zero when preupload hooks fail
Mike Frysinger
2020-07-25
1
-1
/
+1
*
Fix how we format the full destination branch when uploading.
Sean McAllister
2020-05-19
1
-1
/
+5
*
upload: add config setting for upload notifications
Mike Frysinger
2020-03-15
1
-1
/
+13
*
upload: drop support for drafts
Mike Frysinger
2020-02-25
1
-5
/
+1
*
upload: allow users to set labels when uploading
Mike Frysinger
2020-02-24
1
-10
/
+33
*
upload: add a --hashtag-branch option akin to -t
Mike Frysinger
2020-02-19
1
-0
/
+5
*
upload: add support for --yes
Mike Frysinger
2020-02-19
1
-3
/
+14
*
upload: add support for standard --dry-run
Mike Frysinger
2020-02-19
1
-0
/
+4
*
upload: add support for setting hashtags
Mike Frysinger
2020-02-19
1
-0
/
+24
*
upload: improve no pending CL error handling
Mike Frysinger
2020-02-19
1
-2
/
+6
*
flake8: Suppress "F821 undefined name" inline for Python 2 names
David Pursehouse
2020-02-15
1
-1
/
+1
*
Fix blank line issues reported by flake8
David Pursehouse
2020-02-12
1
-0
/
+4
[next]