summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gerrit 2.0.14.1v2.0.14.1Shawn O. Pearce2009-06-161-1/+1
* Fix bad diff display near empty comment caused editsShawn O. Pearce2009-06-161-12/+14
* Add toString debugging aids to SparseFileContentShawn O. Pearce2009-06-161-0/+18
* Document git receive-pack with Gerrit optionsShawn O. Pearce2009-06-162-1/+101
* Fix --reviewer during replace patch setShawn O. Pearce2009-06-151-1/+3
* Fix stack trace capture in Receive error pathShawn O. Pearce2009-06-151-2/+2
* Ensure RevCommit's body buffer is available when neededShawn O. Pearce2009-06-152-0/+5
* Start 2.0.15 developmentShawn O. Pearce2009-06-151-1/+1
* gerrit 2.0.14v2.0.14Shawn O. Pearce2009-06-151-1/+1
* Document the new gerrit-cherry-pick commandShawn O. Pearce2009-06-152-0/+53
* Update JGit to 0.4.0-398-ge866578Shawn O. Pearce2009-06-154-4/+4
* Don't try to auto-close changes on branch deleteShawn O. Pearce2009-06-151-4/+8
* Create gerrit-cherry-pick for client usageShawn O. Pearce2009-06-132-0/+207
* Add a micro scp daemon to our SSHDShawn O. Pearce2009-06-134-0/+341
* Fix compile error in PatchFileShawn O. Pearce2009-06-131-1/+1
* Close change if a replacement patch set is already submittedShawn O. Pearce2009-06-131-80/+135
* Fix double click on patch set SHA-1 to select only SHA-1Shawn O. Pearce2009-06-131-1/+1
* Automatically close changes when a commit is pushed into a branchShawn O. Pearce2009-06-133-2/+150
* Use binary search when pulling lines from SparseFileContentShawn O. Pearce2009-06-131-10/+33
* Display post-image lines in side-by-side view when ignoring spacesShawn O. Pearce2009-06-135-28/+82
* Use ValueChangedHandler for CheckBox update events in PatchScreenShawn O. Pearce2009-06-131-8/+8
* Move PatchScriptSettings to .data packageShawn O. Pearce2009-06-139-10/+11
* Pass the PatchScriptSettings back as part of the PatchScriptShawn O. Pearce2009-06-134-29/+48
* Add "Ignore whitespace" to patch viewsShawn O. Pearce2009-06-1212-44/+171
* Update executablewar to 1.2Shawn O. Pearce2009-06-121-1/+1
* Merge change 10347Android Code Review2009-06-123-0/+32
|\
| * Added a checkbox to switch between contextual/full file diff in the diff view.Cedric Beust2009-06-113-0/+32
* | Update JGit to 0.4.0-388-gd3d9379Shawn O. Pearce2009-06-121-1/+1
* | Update SSHD to 1.0-r784137Shawn O. Pearce2009-06-122-3/+2
|/
* Provide feedback when a reviewer is invalidShawn O. Pearce2009-06-088-3/+53
* Show email address matched by completion rather than preferredShawn O. Pearce2009-06-084-9/+39
* Don't permit overlapping Edit instances in patch scriptsShawn O. Pearce2009-06-081-2/+16
* Enable groups to manage contributor agreementsShawn O. Pearce2009-06-0811-48/+296
* Add automaticMembership flag to account groupsShawn O. Pearce2009-06-086-22/+47
* Audit group member addition and removalsShawn O. Pearce2009-06-086-8/+206
* Convert command line programs to use args4jShawn O. Pearce2009-06-087-46/+118
* Correctly handle comments after last hunk of patchShawn O. Pearce2009-06-081-8/+9
* Always show comments in patch views, even if no edit existsShawn O. Pearce2009-06-075-40/+186
* Remove invalid usage of List.subList(int,int)Shawn O. Pearce2009-06-071-1/+7
* Add commit SHA-1 search to search panelShawn O. Pearce2009-06-0711-36/+209
* Record the submitter in the reflog during mergeShawn O. Pearce2009-06-071-0/+18
* Refactor MergeOp.getSubmitter to return the ChangeApprovalShawn O. Pearce2009-06-071-5/+11
* Refactor submitter to PersonIdent mapping in MergeOpShawn O. Pearce2009-06-071-21/+27
* Skip the ssh:// download URL if the SSHD is unknownShawn O. Pearce2009-06-051-0/+1
* documentation: Use git config --file pathShawn O. Pearce2009-06-053-10/+10
* Display branch name next to project in change listEric Tsai2009-06-064-2/+14
* Merge change 10282Android Code Review2009-06-041-0/+6
|\
| * Don't allow commits to replace in wrong projectShawn O. Pearce2009-06-041-0/+6
* | Small doc updates.Cedric Beust2009-06-042-1/+8
|/
* Fix n/p on a file with only one editShawn O. Pearce2009-06-033-2/+13