summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/git/ReceiveCommits.java
Commit message (Expand)AuthorAgeFilesLines
* For a change in CI state, prevent pushing a new patch setIsmo Haataja2014-10-151-0/+3
* Add new change state "deferred".Ismo Haataja2014-06-201-0/+1
* Staging branch featureIsmo Haataja2014-06-201-2/+21
* Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-11-261-0/+16
|\
| * Performance Fix: Minimize number of advertisedHavesGustaf Lundh2013-11-271-1/+15
* | Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-06-101-1/+1
|\|
| * Fix: failed to validate Change-Id of some new patch-sets pushed by 'refs/chan...Bruce Zu2013-06-091-1/+1
* | Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-06-081-12/+24
|\|
| * Fix: push bypass review cannot close change from UIBruce Zu2013-06-041-12/+16
| * Fix: 'change_key' of current patchset pushed by 'refs/changes' is still old one.Bruce Zu2013-06-041-0/+8
* | Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-05-081-1/+1
|\|
| * Correct a typo in help text for --draft on push optionsDavid Pursehouse2013-05-071-1/+1
* | Fix reviewer email notifications for new patch setsChristian Aistleitner2013-05-061-3/+7
* | Merge "Use refs/changes/... to locate existing patch sets"Shawn Pearce2013-04-261-55/+41
|\ \
| * | Use refs/changes/... to locate existing patch setsShawn Pearce2013-04-261-55/+41
* | | Merge "Gracefully avoid replacing existing patch set"Shawn Pearce2013-04-261-70/+87
|\| |
| * | Gracefully avoid replacing existing patch setShawn Pearce2013-04-221-70/+87
* | | Merge "Allow opening new changes on existing commits"Saša Živkov2013-04-241-5/+31
|\| |
| * | Allow opening new changes on existing commitsShawn Pearce2013-04-221-5/+31
* | | Merge branch 'stable-2.6'Shawn Pearce2013-04-231-0/+6
|\ \ \ | |/ / |/| / | |/
| * Avoid validating valid commits two times in ReceiveCommits.Sasa Zivkov2013-04-231-0/+6
* | Merge "Add refs/for/<branch>%submit to auto-merge during push"Shawn Pearce2013-04-221-1/+68
|\ \
| * | Add refs/for/<branch>%submit to auto-merge during pushEdwin Kempin2013-04-101-1/+68
* | | Remove redundant footerLines argument from ChangeInserterGustaf Lundh2013-04-221-2/+2
|/ /
* / Implement sticky approvals with copyMaxScoreShawn Pearce2013-03-261-5/+2
|/
* Fix check of existing history on refs/meta/configShawn Pearce2013-03-241-8/+10
* Fix pushing SHA1:refs/changes/NNNNShawn Pearce2013-03-211-2/+2
* Fix IllegalFormatConversionException in ReceiveCommitsShawn Pearce2013-03-211-3/+4
* Break out parts of ReceiveCommits.insertChange()Gustaf Lundh2013-03-121-15/+7
* Access LabelTypes through ProjectState rather than globallyDave Borowitz2013-03-111-4/+8
* Remove ReceiveCommits.insertAncestors()Gustaf Lundh2013-03-111-17/+2
* Merge "Add options to refs/for/ magic branch syntax"Shawn Pearce2013-02-281-40/+95
|\
| * Add options to refs/for/ magic branch syntaxShawn Pearce2013-02-271-40/+95
* | Merge "Allow admins to disable magic ref check on upload"Shawn Pearce2013-02-281-7/+8
|\ \ | |/ |/|
| * Allow admins to disable magic ref check on uploadShawn Pearce2013-02-281-7/+8
* | Move parsing of refs/for/.. into MagicBranchInputShawn Pearce2013-02-271-53/+57
* | Refactor magic branch values into MagicBranchInputShawn Pearce2013-02-271-54/+83
|/
* Move commit message length checks to validation pluginDavid Pursehouse2013-02-221-38/+0
* Remove unused member variable in ReceiveCommitsDavid Pursehouse2013-02-191-2/+0
* New config option receive.checkReferencedObjectsAreReachableGustaf Lundh2013-02-151-1/+7
* Rename "GitReferenceUpdated replication" to "GitReferenceUpdated gitRefUpdated"Sasa Zivkov2013-02-011-8/+8
* Add oldObjectId and newObjectId to the GitReferenceUpdatedListener.UpdateSasa Zivkov2013-02-011-3/+6
* Remove wrong error message if pushing a new ref failsEdwin Kempin2013-01-231-4/+1
* Fix error log message in ReceiveCommitsEdwin Kempin2013-01-101-1/+1
* Create ref for new patch set on direct push (second try)Edwin Kempin2013-01-091-0/+3
* Merge "Revert "Create ref for new patch set on direct push""David Pursehouse2013-01-091-11/+3
|\
| * Revert "Create ref for new patch set on direct push"Edwin Kempin2013-01-091-11/+3
* | Merge "Create ref for new patch set on direct push"David Pursehouse2013-01-081-3/+11
|\|
| * Create ref for new patch set on direct pushEdwin Kempin2013-01-031-3/+11
* | Refactored out commit validation code from ReceiveCommits.Gustaf Lundh2013-01-071-279/+15