summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve specificity of sanity-bot complaints for 3rd party ChangeLogHEADmasterDaniel Smith2024-03-251-3/+10
* Set the target branch on missing yocto dependenciesDaniel Smith2024-03-201-0/+2
* Add a machine-readable state printer for bot monitoringDaniel Smith2024-03-209-48/+105
* Complain if qt_attribution.json is modified without changelog entryDaniel Smith2024-03-201-0/+15
* Ignore branch validity for LTS release branch targets in public reposDaniel Smith2024-03-181-5/+11
* Perform generated file checks on a wider set of file typesDaniel Smith2024-01-291-10/+15
* Update generated file detection for SolDaniel Smith2024-01-161-1/+1
* gpush: add support for specifying multiple push sourcesOswald Buddenhagen2024-01-091-32/+59
* gpush: make chaining series comfortableOswald Buddenhagen2024-01-092-50/+325
* gpush: delay (re-)setting the push base to the local branch's baseOswald Buddenhagen2024-01-091-1/+10
* gpush/gpick: try to preserve group idsOswald Buddenhagen2024-01-092-5/+37
* gpush/gpick: enable specifying 'all' with --move/--copy/--hideOswald Buddenhagen2024-01-092-15/+40
* gpush/gpick: compress output from local branch trackingOswald Buddenhagen2024-01-091-38/+70
* gpush: remove support for legacy from:to syntaxOswald Buddenhagen2024-01-091-13/+0
* gpush: don't reject a plain tip revspec with --allOswald Buddenhagen2024-01-091-2/+0
* gpush: introduce option to add missing Change-Id footersOswald Buddenhagen2024-01-092-12/+129
* gpush/gpick: split analyze_local_branch()Oswald Buddenhagen2024-01-093-11/+20
* gpush/gpick: reshuffle sanity check in analyze_local_branch() somewhatOswald Buddenhagen2024-01-091-18/+19
* gpush/gpick: resolve branch names internallyOswald Buddenhagen2024-01-091-1/+3
* gpush: revamp initialize_get_changes()Oswald Buddenhagen2024-01-092-104/+61
* gpush: pull ahead the normalization of rev-specs with omitted HEADOswald Buddenhagen2024-01-091-2/+2
* gpush/gpick: revamp querying value of HEADOswald Buddenhagen2024-01-093-50/+60
* gpush: don't let rebasing detached HEAD confuse our branch guessingOswald Buddenhagen2024-01-091-0/+1
* gpush: make `from` commit source classification more exactOswald Buddenhagen2024-01-091-6/+14
* gpush: try to determine a source branch more aggressively, part 2Oswald Buddenhagen2024-01-091-6/+16
* gpush: try to determine a source branch more aggressively, part 1Oswald Buddenhagen2024-01-091-1/+4
* gpush/gpick: return found commits from analyze_local_branch()Oswald Buddenhagen2024-01-092-4/+4
* gpick: fix incorrect rejection of ROOT and @{upstream} parent commitsOswald Buddenhagen2024-01-091-2/+2
* gpick: try to deduce remote series base from topicOswald Buddenhagen2024-01-092-6/+38
* gpick: revamp tails of advance_*_series()Oswald Buddenhagen2024-01-091-16/+17
* gpick: simplify timestamp determination when completing pushed seriesOswald Buddenhagen2024-01-091-31/+24
* gpick: remove series base fallback from advance_pushed_series()Oswald Buddenhagen2024-01-091-2/+1
* gpick: expand comment on complete_pushed_series()Oswald Buddenhagen2024-01-091-1/+10
* gpick: remove local base hinting when assembling remote seriesOswald Buddenhagen2024-01-091-21/+21
* gpush: add option to include range-diff into patch re-rollsOswald Buddenhagen2024-01-093-7/+66
* gpush/gpick: save tip Change of each pushOswald Buddenhagen2024-01-094-5/+38
* gpush: make setting the In-Reply-To: header in mail mode comfortableOswald Buddenhagen2024-01-092-3/+49
* gpush: make it possible to set a description on each seriesOswald Buddenhagen2024-01-092-6/+131
* gpush: make it possible to set format-patch options in mail modeOswald Buddenhagen2024-01-092-10/+105
* gpush: introduce infra for displaying additional group meta-dataOswald Buddenhagen2024-01-091-6/+18
* gpush/gpick: introduce infra for indirect propertiesOswald Buddenhagen2024-01-092-0/+51
* gpush: add patch series versioning in mail modeOswald Buddenhagen2024-01-092-11/+61
* gpush: introduce "mail" modeOswald Buddenhagen2024-01-093-58/+241
* gpush: skip advance_base() when there are no upstreamed ChangesOswald Buddenhagen2024-01-091-13/+16
* gpush: annotate excluded series as much as possibleOswald Buddenhagen2024-01-091-5/+7
* gpush: make --all compatible with --groupOswald Buddenhagen2024-01-091-7/+23
* gpush: make --group preserve pending propertiesOswald Buddenhagen2024-01-091-6/+19
* gpush: split off --include from --groupOswald Buddenhagen2024-01-091-12/+19
* gpush: permit setting more attributes in --all modeOswald Buddenhagen2024-01-091-7/+10
* gpush: add --list-rebase modeOswald Buddenhagen2024-01-091-14/+50