summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gpick: change flag values in complete_spec_heads() from undef to 1Oswald Buddenhagen2021-05-181-5/+5
* ggc: prune fetched refs more aggressivelyOswald Buddenhagen2021-05-182-74/+115
* ggc: setup gerrit config only if querying changesOswald Buddenhagen2021-05-181-4/+5
* ggc: fix pruning of Changes with no corresponding state refsOswald Buddenhagen2021-05-181-25/+29
* gpush: restructure loop to avoid copying dataOswald Buddenhagen2021-05-181-5/+7
* gpush: prune pointless return value from close_process()Oswald Buddenhagen2021-05-181-2/+1
* Warn if something change-log-like doesn't start with [ChangeLog]Edward Welbourne2021-05-041-0/+2
* Remove unused util fixnonlatinDavid Skoland2021-03-222-104/+0
* gpush: Respect pushInsteadOf when mapping remote.foo.urlTor Arne Vestbø2021-03-081-6/+6
* gpush: allow configuring branch-specific remotesTor Arne Vestbø2021-01-292-26/+64
* qt5_tool: Adapt to commercial repositoryFriedemann Kleint2021-01-181-1/+6
* add 5.15 to LTS branchesOswald Buddenhagen2021-01-061-1/+1
* Sanity-bot: Fix warning about undefined symbol $branchFriedemann Kleint2020-09-151-2/+2
* Sanity Bot: Allow branches to be globally excludedDaniel Smith2020-09-081-4/+6
* Sanity-bot: Make sure Pick-to footer doesn't contain source branchDaniel Smith2020-09-081-0/+3
* Sanity: Exclude also testdata-* from copyright checkOrgad Shaneh2020-08-231-1/+1
* Sanity: Exclude also testdata_ from copyright checkOrgad Shaneh2020-08-221-1/+1
* Allow periods in summary when 'etc' is the last wordDaniel Smith2020-08-141-1/+1
* Sanity-bot: Add /perfdata/ to the whitelist of test data directoriesDaniel Smith2020-07-101-1/+1
* Sanity-bot: Fix typo in commit message parserDaniel Smith2020-07-101-1/+1
* Gerrit-bot: Fix use of uninitialized variable when no sanity-reviewDaniel Smith2020-07-101-1/+2
* gpick: make the debug output for base determination less confusingOswald Buddenhagen2020-06-261-2/+2
* gpick: don't complain about never pushed series in --all modeOswald Buddenhagen2020-06-261-1/+1
* gpush/gpick: add support for url.*.{push,}insteadOfOswald Buddenhagen2020-06-261-3/+29
* gpush/gpick: add support for remote.*.pushUrlOswald Buddenhagen2020-06-261-1/+2
* gpush config: add irc alias for alexandruOswald Buddenhagen2020-06-251-0/+1
* Treat wip branches like dev to suppress cherry-pick messagesDaniel Smith2020-05-261-1/+1
* take advantage of now having a proper ref->sha1 mappingOswald Buddenhagen2020-05-151-3/+2
* add validation according to the new cherry-picking policyOswald Buddenhagen2020-05-151-11/+61
* make gerrit-bot pass the branch name to sanitize-commitOswald Buddenhagen2020-05-152-18/+25
* recognize space-separated tasks as well when complaining about themOswald Buddenhagen2020-05-151-2/+2
* re-nest conditionsOswald Buddenhagen2020-05-121-11/+10
* straighten out ChangeLog section state trackingOswald Buddenhagen2020-05-121-1/+5
* fix handling of bogus change-log footersOswald Buddenhagen2020-05-081-3/+8
* make the footer identification regex stricter againOswald Buddenhagen2020-05-081-1/+1
* suppress stderr output of git-merge-baseOswald Buddenhagen2020-05-081-2/+2
* rework creation of stable output for the autotestOswald Buddenhagen2020-05-081-9/+1
* Add Pick-to in the commit-msg hookOrgad Shaneh2020-04-211-1/+1
* gpick: fix dropping commits off the end of the branchOswald Buddenhagen2020-04-201-5/+6
* gpick: fix dropping locally unpushed Changes which exist on gerritOswald Buddenhagen2020-04-201-1/+1
* gpick: give more intuitive message on --all with no local ChangesOswald Buddenhagen2020-04-201-0/+5
* gpull: forward output from git-ggcOswald Buddenhagen2020-04-201-1/+1
* add git-reshapeOswald Buddenhagen2020-04-161-0/+13
* gpick: don't go to git dir before parsing argumentsOswald Buddenhagen2020-04-061-1/+1
* gpush/gpick: implement local branch trackingOswald Buddenhagen2020-04-013-43/+623
* gpick: add mode which updates all local commitsOswald Buddenhagen2020-04-011-6/+61
* gpick: match up remote series with local onesOswald Buddenhagen2020-04-011-15/+147
* gpush: add possibility to exclude series from push-all modeOswald Buddenhagen2020-04-012-13/+68
* gpush: add mode which pushes all seriesOswald Buddenhagen2020-04-012-52/+177
* gpush: add mode which designates series without pushing yetOswald Buddenhagen2020-04-013-14/+101